aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-21 17:29:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-21 17:29:01 +0000
commit1a4bff432f34ada4dc444f38c79565c15a504e44 (patch)
treea5484e684460cf9dbc7e4ae7c7ec01374559b216 /readme.txt
parent255aea8bd2559833914ddc962a18f6365fabcd53 (diff)
downloadChibiOS-1a4bff432f34ada4dc444f38c79565c15a504e44.tar.gz
ChibiOS-1a4bff432f34ada4dc444f38c79565c15a504e44.tar.bz2
ChibiOS-1a4bff432f34ada4dc444f38c79565c15a504e44.zip
STM32 serial driver improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1051 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 a8df1dd3d..1ed86bc23 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,7 +75,7 @@ GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it 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.
+ removed the bit definitions in board.h and stm32_serial.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).