diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-21 07:13:25 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-21 07:13:25 +0000 |
commit | adc602de15ada390d196cb0c8322d1f9d715152a (patch) | |
tree | c42949b34e05bb1b802e277462f9be38ea56d86b /readme.txt | |
parent | 0c56def75ec3191eed36efc1ee2bdb5ee0e58837 (diff) | |
download | ChibiOS-adc602de15ada390d196cb0c8322d1f9d715152a.tar.gz ChibiOS-adc602de15ada390d196cb0c8322d1f9d715152a.tar.bz2 ChibiOS-adc602de15ada390d196cb0c8322d1f9d715152a.zip |
Fixed bug 3005041.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1945 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 9bd877006..6e32a700c 100644 --- a/readme.txt +++ b/readme.txt @@ -59,6 +59,8 @@ *****************************************************************************
*** 1.5.7 ***
+- FIX: Fixed wrong inclusion order of board.h and halconf.h into hal.h
+ (bug 3005041)(backported in 1.4.4).
- FIX: Fixed wrong GPIO ports size in the STM8 PAL driver (bug 3001528).
- NEW: Improved clock initialization for the STM32, now it is possible to
configure the clock using any clock source and any HSE frequency.
|