aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-18 13:44:50 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-18 13:44:50 +0000
commit48d08ca9476ca38ba936ec7ff5ae3b79d8b02bd2 (patch)
treed4127b3644c8d3aa71498cac3439c82217ded90d /readme.txt
parent140c2d06cdffd63ef06b258064f0065b8ddef140 (diff)
downloadChibiOS-48d08ca9476ca38ba936ec7ff5ae3b79d8b02bd2.tar.gz
ChibiOS-48d08ca9476ca38ba936ec7ff5ae3b79d8b02bd2.tar.bz2
ChibiOS-48d08ca9476ca38ba936ec7ff5ae3b79d8b02bd2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@634 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 3256928b0..3b9b4edba 100644
--- a/readme.txt
+++ b/readme.txt
@@ -85,8 +85,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
CH_IRQ_PROLOGUE() and CH_IRQ_EPILOGUE() in order to make very clear that
those are not functions but inlined code. Also introduced a new macro
CH_IRQ_HANDLER that should be used when declaring an interrupt handler.
+- Improved ARM7 and Cortex-M3 support.
- Introduced the concept of interrupt classes, see the documentation.
-- Introduced the concept of system state, see the documentation.
+- Introduced the concept of system states, see the documentation.
- Huge improvements to the ports documentation.
*** 1.0.0rc2 ***