aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-21 17:07:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-21 17:07:05 +0000
commit255aea8bd2559833914ddc962a18f6365fabcd53 (patch)
tree61d066bb01b8f49b1aa132877705b9eb5ff77c26 /readme.txt
parentc9c4259de8e3237a32027fc79766bcbcf00f8341 (diff)
downloadChibiOS-255aea8bd2559833914ddc962a18f6365fabcd53.tar.gz
ChibiOS-255aea8bd2559833914ddc962a18f6365fabcd53.tar.bz2
ChibiOS-255aea8bd2559833914ddc962a18f6365fabcd53.zip
Modified the STM32 demo to use the bit definitions in the ST header file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1050 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 5ec4fd5a1..a8df1dd3d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,8 @@ GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it is
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.
+- Modified the STM32 demo to use the bit definitions in the ST header file,
+ removed the bit definitions in board.h.
- 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).