aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-02 10:59:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-02 10:59:32 +0000
commit1aa2773ad03807e3d5c9822ea108bc2e280281db (patch)
tree80b497459a6236662487a0651c8b5164b7e7903f /readme.txt
parent8020fc3d67244318840a337811f2f8a33185603a (diff)
downloadChibiOS-1aa2773ad03807e3d5c9822ea108bc2e280281db.tar.gz
ChibiOS-1aa2773ad03807e3d5c9822ea108bc2e280281db.tar.bz2
ChibiOS-1aa2773ad03807e3d5c9822ea108bc2e280281db.zip
STM32 initialization cleanup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1015 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 29fcab5cc..9d4a1446b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -70,7 +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 driver for STM32.
+- NEW: Port driver for STM32, 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).