aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 18:03:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 18:03:34 +0000
commitd737613d74644daf305133241f361038406b6295 (patch)
tree2fb2393854cafe562a0b97534bdfec06024647ce /readme.txt
parent3bc65b9aa38d9f89de1cfff0d2e600334426cc7b (diff)
downloadChibiOS-d737613d74644daf305133241f361038406b6295.tar.gz
ChibiOS-d737613d74644daf305133241f361038406b6295.tar.bz2
ChibiOS-d737613d74644daf305133241f361038406b6295.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1041 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 8d70faf7f..5ec4fd5a1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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.