diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-10 16:23:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-10 16:23:55 +0000 |
commit | 36cc348d07280c68aa1ea665ca1c722d69911e28 (patch) | |
tree | e8376916f3fe57172cf1f278c6a8f2dc0ee691f7 /readme.txt | |
parent | 302956a3d929002fb5c1b2ef03c331186f498d01 (diff) | |
download | ChibiOS-36cc348d07280c68aa1ea665ca1c722d69911e28.tar.gz ChibiOS-36cc348d07280c68aa1ea665ca1c722d69911e28.tar.bz2 ChibiOS-36cc348d07280c68aa1ea665ca1c722d69911e28.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1913 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 0e57994fa..1c0151065 100644 --- a/readme.txt +++ b/readme.txt @@ -61,6 +61,9 @@ *** 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.
+ The clock tree parameters and checks are now calculated into a separate
+ file in order to support multiple clock trees for different families of
+ the STM32 platform.
*** 1.5.6 ***
- FIX: Fixed centralized ARM makefile (bug 2992747)(backported in 1.4.3).
|