aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-12 11:19:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-12 11:19:24 +0000
commit887409c0c96c911862f21955ee956e5fa2d8ad6f (patch)
treea4a996002bfcd4585623a81ab2d8575885ff3730 /readme.txt
parent3ed4800b9b4126acd3b79b108658a1145dccff6f (diff)
downloadChibiOS-887409c0c96c911862f21955ee956e5fa2d8ad6f.tar.gz
ChibiOS-887409c0c96c911862f21955ee956e5fa2d8ad6f.tar.bz2
ChibiOS-887409c0c96c911862f21955ee956e5fa2d8ad6f.zip
STM32 HAL improvements (CL devices).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2820 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 540a66d9e..a86e0265b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,6 +73,8 @@
*** 2.3.1 ***
- FIX: Fixed invalid assertion in adcConvert() (bug 3205410)(backported
to 2.2.3).
+- NEW: Added support for PLL3 in STM32 HAL driver. Note, the format of the
+ mcuconf.h file is changed for STM32F105/STM32F107 devices.
- NEW: Added board files for the Olimex STM32-P107.
- NEW: Improved setup packets handling in the USB driver through a specific
callback.