diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-13 14:02:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-13 14:02:17 +0000 |
commit | fee72530476c5b9eed43fde792df9de367d56800 (patch) | |
tree | 7810baf463236a99df3ad14945314e0403159582 /readme.txt | |
parent | 9ef8c0dee14cdc80146db7e8fe039e813275ca95 (diff) | |
download | ChibiOS-fee72530476c5b9eed43fde792df9de367d56800.tar.gz ChibiOS-fee72530476c5b9eed43fde792df9de367d56800.tar.bz2 ChibiOS-fee72530476c5b9eed43fde792df9de367d56800.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1915 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt index 5c220096c..e7e33c00c 100644 --- a/readme.txt +++ b/readme.txt @@ -61,10 +61,13 @@ *** 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 sub-families
- of the STM32 platform. Added separated clock trees for the LD/MD/HD
- sub-family and the CL sub-family.
+- NEW: The STM32 clock tree parameters and checks are now calculated into
+ a separate file in order to support multiple clock trees for different
+ sub-families of the STM32 platform.
+- NEW: Added separated clock trees for the STM32 LD/MD/HD sub-family and
+ the CL sub-family (untested). Now the selection of the sub-family is done
+ in the board.h file, there is no more the need to put -DSTM32F10X_xx into
+ the makefile.
*** 1.5.6 ***
- FIX: Fixed centralized ARM makefile (bug 2992747)(backported in 1.4.3).
|