aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-07 11:30:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-07 11:30:26 +0000
commit9095897d130220478e08c24722bdca11b85df1f7 (patch)
tree75c93dd79f6bf98a0e3b47596922adb1231824a9 /readme.txt
parentcba62c4bc9e96a6bb2aac7df25f537abe03d882e (diff)
downloadChibiOS-9095897d130220478e08c24722bdca11b85df1f7.tar.gz
ChibiOS-9095897d130220478e08c24722bdca11b85df1f7.tar.bz2
ChibiOS-9095897d130220478e08c24722bdca11b85df1f7.zip
IAR and Keil reports for the STM32VL-Discovery.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2601 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index dec1c4da0..c3e4a4747 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,8 +74,8 @@
to 2.0.9).
- NEW: New ARM Cortex-Mx port for RVCT compiler (probably will not be
included in 2.2.0, requires more testing).
-- NEW: Integrated the STM32 GCC, IAR and RVCT demos in a single demo with
- multiple project files, the code is exactly the same.
+- NEW: Integrated the Cortex-M3 GCC, IAR and RVCT demos in a single demo
+ with multiple project files, the code is exactly the same.
- NEW: Added an USB clock configuration in the STM32 HAL driver (LD, MD, HD).
- NEW: New semaphore API chSemSetCounterI().
- NEW: New queue APIs chIQGetFullI() and chOQGetFullI().