aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-08 17:42:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-08 17:42:53 +0000
commitf3a702f1f67bd927fe711aa5433bb83339b5af9a (patch)
tree733a09e302a569c84b17c3e7911d4b24db6c30fb /readme.txt
parentcb95efc2dafa065550231ef7979c03d2f323826e (diff)
downloadChibiOS-f3a702f1f67bd927fe711aa5433bb83339b5af9a.tar.gz
ChibiOS-f3a702f1f67bd927fe711aa5433bb83339b5af9a.tar.bz2
ChibiOS-f3a702f1f67bd927fe711aa5433bb83339b5af9a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3767 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 d14531dd8..ffcbea9ac 100644
--- a/readme.txt
+++ b/readme.txt
@@ -79,6 +79,8 @@
- FIX: Fixed SYSCFG clock not started in STM32L1/F4 HALs (bug 3449139).
- FIX: Fixed wrong definitions in STM32L-Discovery board file (bug 3449076).
- OPT: Improved the exception exit code in the GCC Cortex-Mx ports.
+- NEW: Improved the STM32F1xx HAL driver, it now has the same features and
+ configuration options of the newer STM32s.
- NEW: MMC over SPI driver improved to handle high capacity cards, by
Matthias Blaicher.
- NEW: Added PVD support to the HAL of all STM32s, by Barthess.