aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-08 12:14:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-08 12:14:16 +0000
commitf1c970760f8cf9e5346a6dd02f0a6fbef88c0a6b (patch)
treec2ff9f5629687381fc541e970a82f23a26891454 /readme.txt
parenteb665ad2407a28c57a6d5802b3bcfa474b8c6e3f (diff)
downloadChibiOS-f1c970760f8cf9e5346a6dd02f0a6fbef88c0a6b.tar.gz
ChibiOS-f1c970760f8cf9e5346a6dd02f0a6fbef88c0a6b.tar.bz2
ChibiOS-f1c970760f8cf9e5346a6dd02f0a6fbef88c0a6b.zip
IAR demo for LPC11xx, untested because code size limits.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2616 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index c3e4a4747..1cea1cdc1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,7 +74,7 @@
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 Cortex-M3 GCC, IAR and RVCT demos in a single demo
+- NEW: Integrated the Cortex-Mx 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().