
7 Nov
2009
7 Nov
'09
8:37 p.m.
Dear Wolfgang Denk,
i still working on replacing AT91 defs by C structures.
But I have a problem with lowlevel_init.s files Both AT91 and AT91RM9200 use the register defines here. The C header files have a
#ifndef __assembly ... #endif
to prevent assembler error.
My Question:
Should we move the handfull defines used by assembly code to a separate header file (lowlevel.h), or to the front of the lowlevel_init.s files, or define it a #ifndef __assembly ... #endif block
Best regards
Jens Scharsig