aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-03 16:13:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-03 16:13:59 +0000
commit36deb792c105ce4900870abe69da77393ce7a692 (patch)
tree6edea4eec9246743540f417c5d1a005595428705 /readme.txt
parent528e9fea357b8b24069d99657230ba28968f5d0c (diff)
downloadChibiOS-36deb792c105ce4900870abe69da77393ce7a692.tar.gz
ChibiOS-36deb792c105ce4900870abe69da77393ce7a692.tar.bz2
ChibiOS-36deb792c105ce4900870abe69da77393ce7a692.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@714 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index a869bd09f..d4ba1a99c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -101,6 +101,8 @@ 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.
+ CHANGE: Renamed several internal initialization functions by removing the
+ "ch" prefix because could not be considered system APIs.
- 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.