diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index cf0e4791a..5b9082822 100644 --- a/readme.txt +++ b/readme.txt @@ -55,8 +55,8 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet. effects on the measurement.
- IRQ entry/exit code is now encapsulated into two new macros, see chcore.h
for details.
-- Most of the asm code previously in chcore2.s is now inline asm code in
- chcore.c (ARM port).
+- All the asm code previously in chcore2.s is now inline asm code in chcore.c
+ (ARM port).
- Moved all the board specific definitions/code into two new files: board.c
and board.h. Moved all the files no more board-dependent under ports/
(ARM port).
|