aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-06 09:43:12 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-06 09:43:12 +0000
commit30c73db82fbd034b89094dd58f069be43c1734d2 (patch)
tree18b5932d1778e2e1838e856528628733ad39561b /readme.txt
parent18f25c97363ae944c918e2edf134ea990e3183db (diff)
downloadChibiOS-30c73db82fbd034b89094dd58f069be43c1734d2.tar.gz
ChibiOS-30c73db82fbd034b89094dd58f069be43c1734d2.tar.bz2
ChibiOS-30c73db82fbd034b89094dd58f069be43c1734d2.zip
More Cortex-M0 GCC port improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2801 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index d5526d2f6..5b0f0865a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -86,7 +86,9 @@
- FIX: Fixed wrong serial driver macros (bug 3173336)(backported to 2.2.1).
- NEW: Inproved preemption implementation for the Cortex-M0, now it uses
the NMI vector in order to restore the original context. The change makes
- IRQ handling faster and also saves some RAM/ROM space (backported to 2.2.3).
+ 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.