git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1041 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-06-14 18:03:34 +00:00
parent 3bc65b9aa3
commit d737613d74
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it is
interface for digital I/O operations, this should help to create more
portable applications and, in general, make easier to work with ChibiOS/RT
on multiple architectures.
- NEW: Port drivers for STM32, LPC214x, AT91SAM7X and MSP430 cleaned up the
- NEW: Port drivers for STM32, LPC214x, AT91SAM7X and MSP430, cleaned up the
initialization code in board.c. All the demos now use PAL for I/O. AVR is
not supported because its "sparse" registers layout, it would not be
efficient enough for my taste.