aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-22 20:20:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-22 20:20:45 +0000
commit8d51d682db8db8cb49679e5567c66f2b36b490f9 (patch)
treebad056cc230055032b19c49d05624bf7b4c7963c
parent025d5992bb75bf6cdd9a4b2069afcb1ab9fb8962 (diff)
downloadChibiOS-8d51d682db8db8cb49679e5567c66f2b36b490f9.tar.gz
ChibiOS-8d51d682db8db8cb49679e5567c66f2b36b490f9.tar.bz2
ChibiOS-8d51d682db8db8cb49679e5567c66f2b36b490f9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@668 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index df5dd47ca..2e0bc8e2c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -85,7 +85,7 @@ 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.
+- Improved ARM7 and Cortex-M3 support, new configuration options.
- Introduced the concept of interrupt classes, see the documentation.
- Introduced the concept of system states, see the documentation.
- Huge improvements to the ports documentation.