aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 16:11:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 16:11:21 +0000
commit35c236d845f534cc2e56d55e00525f3ecca2b0af (patch)
tree5a8335d4b85621081bb7573c9e2e593038f05ce6 /readme.txt
parentf85150da74ba830ecd726e190969f3f2507d2a28 (diff)
downloadChibiOS-35c236d845f534cc2e56d55e00525f3ecca2b0af.tar.gz
ChibiOS-35c236d845f534cc2e56d55e00525f3ecca2b0af.tar.bz2
ChibiOS-35c236d845f534cc2e56d55e00525f3ecca2b0af.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1039 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index e17b2da93..41cc55ceb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -70,8 +70,8 @@ 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 and LPC214x, cleaned up the initialization code
- in board.c to use the port driver macros.
+- NEW: Port drivers for STM32, LPC214x, AT91SAM7X and MSP430 cleaned up the
+ initialization code in board.c to use the port driver macros.
- Documentation section reorganization and fixes.
- Changed the STM32 demo stack sizes, it was incorrectly adjusted in version
1.3.0 but it did not create problems (not a bug).