aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-06 15:08:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-06 15:08:13 +0000
commit0da7d5d0ec626ff70dc6dd4c28b6e3e06496ce48 (patch)
tree67d5e3dc9a708b6f04947ad8c30ec827a8cfdc45 /readme.txt
parent4b1df104c9190e943b7f3e0d544b235f5cb2dce4 (diff)
downloadChibiOS-0da7d5d0ec626ff70dc6dd4c28b6e3e06496ce48.tar.gz
ChibiOS-0da7d5d0ec626ff70dc6dd4c28b6e3e06496ce48.tar.bz2
ChibiOS-0da7d5d0ec626ff70dc6dd4c28b6e3e06496ce48.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1905 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index f8acafaa5..fbaf8d213 100644
--- a/readme.txt
+++ b/readme.txt
@@ -83,9 +83,10 @@
toolchains because the latest YAGARTO now uses that setting. It is still
possible to use arm-elf- toolchains by editing the TRGT variable in the
makefiles.
-- Various documentation fixes, added an article covering debugging under
- ChibiOS/RT, updated the article about interrupt handlers to cover also
- fast interrupt sources.
+- Various documentation fixes, added new articles covering debugging under
+ ChibiOS/RT, OS integration, OS stop and restart. Updated the article about
+ interrupt handlers to cover also fast interrupt sources, updated the article
+ about the OS porting.
- Long overdue test code cleanup and documentation.
- Added new test cases, now the coverage is again up to 100% except for the
debug module that would require triggering system terminating tests (panics),