aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-06 10:58:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-06 10:58:06 +0000
commit6c69a81ca1eda2824359f0ad265c00d842e22f66 (patch)
treecd277e8cc61caaf09801a5d1d6633da7a93437f6 /readme.txt
parent734288440851424f50664a6a1495446570c84b32 (diff)
downloadChibiOS-6c69a81ca1eda2824359f0ad265c00d842e22f66.tar.gz
ChibiOS-6c69a81ca1eda2824359f0ad265c00d842e22f66.tar.bz2
ChibiOS-6c69a81ca1eda2824359f0ad265c00d842e22f66.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2805 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 5b0f0865a..3edbd9fee 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,9 +89,9 @@
IRQ handling faster and also saves some RAM/ROM space. The GCC port code
now does not inline the epilogue code in each ISR saving significan ROM
space for each interrupt handler in the system (backported to 2.2.3).
-- NEW: Added "IRQ STORM" long duration tests for the STM32 and LPC11xx. The
- test demonstrates the system stability in a thread-intensive, progressively
- CPU-saturating, IRQ-intensive long duration test.
+- NEW: Added "IRQ STORM" long duration tests for the STM32, LPC11xx and
+ LPC11xx. The test demonstrates the system stability in a thread-intensive,
+ progressively CPU-saturating, IRQ-intensive long duration test.
- NEW: Added two new functions to the events subsystem: chEvtBroadcastFlags()
and chEvtBroadcastFlagsI(). The old chEvtBroadcast() and chEvtBroadcastI()
become macros. The new functions allow to add the same flags to all the