aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-07-18 12:19:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-07-18 12:19:47 +0000
commit5ed3eb8eb99eecad0138843118e2e6d39a3189f8 (patch)
tree8371a1e8b5ff91da230709cdf3b40126e462ad04 /readme.txt
parent292b65d6ecee8922c0b56f58c212d931ffb2a075 (diff)
downloadChibiOS-5ed3eb8eb99eecad0138843118e2e6d39a3189f8.tar.gz
ChibiOS-5ed3eb8eb99eecad0138843118e2e6d39a3189f8.tar.bz2
ChibiOS-5ed3eb8eb99eecad0138843118e2e6d39a3189f8.zip
Version numbers, doxygen files, and readme updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1066 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 1ed86bc23..1913d48f3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -63,6 +63,14 @@ GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it is
*** Releases ***
*****************************************************************************
+*** 1.3.2 ***
+- NEW: Added standard CMSIS 1.2.0 support to the Cortex-M3 port. The kernel
+ does not use it (the OS uses its own optimized code) but the functionality
+ is available to the applications. The CMSIS files were patched in order
+ to correct some warnings.
+- NEW: Updated the STM32 port to use the newest ST firmware library files
+ (version 3.1.0).
+
*** 1.3.1 ***
- FIX: Removed mention of an obsolete option from the documentation (bug
2799507).