diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-14 09:23:32 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-14 09:23:32 +0000 |
commit | d6e56d6e7fee513c7436816a7abaaf6a6c3fb007 (patch) | |
tree | fb84ecc90539bd5c4f128e51669cf9e6423f7248 /readme.txt | |
parent | f0f02c897c2f5042cdd54896bb876a1d7dec1970 (diff) | |
download | ChibiOS-d6e56d6e7fee513c7436816a7abaaf6a6c3fb007.tar.gz ChibiOS-d6e56d6e7fee513c7436816a7abaaf6a6c3fb007.tar.bz2 ChibiOS-d6e56d6e7fee513c7436816a7abaaf6a6c3fb007.zip |
Fixed bug 3001528.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1920 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index bdbdc3bdb..5baab4cff 100644 --- a/readme.txt +++ b/readme.txt @@ -59,6 +59,7 @@ *****************************************************************************
*** 1.5.7 ***
+- 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.
- NEW: The STM32 clock tree parameters and checks are now calculated into
|