diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-09 17:52:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-09 17:52:30 +0000 |
commit | bf0c75c33e3c4ec0e19637d5da45e24f537295d9 (patch) | |
tree | 8b5f2798a01edeae0b4bc6188de3b0564ee7968b /readme.txt | |
parent | 691538eb399e9a0ca1e8ed86699c58e3022d6fd5 (diff) | |
download | ChibiOS-bf0c75c33e3c4ec0e19637d5da45e24f537295d9.tar.gz ChibiOS-bf0c75c33e3c4ec0e19637d5da45e24f537295d9.tar.bz2 ChibiOS-bf0c75c33e3c4ec0e19637d5da45e24f537295d9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1911 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 7902ea3d6..0e57994fa 100644 --- a/readme.txt +++ b/readme.txt @@ -58,6 +58,10 @@ *** Releases ***
*****************************************************************************
+*** 1.5.7 ***
+- NEW: Improved clock initialization for the STM32, now it is possible to
+ configure the clock using any clock source and any HSE frequency.
+
*** 1.5.6 ***
- FIX: Fixed centralized ARM makefile (bug 2992747)(backported in 1.4.3).
- FIX: Fixed write problems in MMC_SPI driver (bug 2991714)(backported in
|