diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-08 07:50:54 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-08-08 07:50:54 +0000 |
commit | 9c9ca16e05456fd52e9061a541ab6c4f62f489aa (patch) | |
tree | 6dea179a1c07669d420e17bdade66aad19aa7641 /readme.txt | |
parent | f005ce481f405e065ed9a6e272cfae507f10e7cd (diff) | |
download | ChibiOS-9c9ca16e05456fd52e9061a541ab6c4f62f489aa.tar.gz ChibiOS-9c9ca16e05456fd52e9061a541ab6c4f62f489aa.tar.bz2 ChibiOS-9c9ca16e05456fd52e9061a541ab6c4f62f489aa.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3208 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index b27cd116b..b56489b80 100644 --- a/readme.txt +++ b/readme.txt @@ -98,7 +98,6 @@ exception stack now triggers an exception (it could went unnoticed before).
The process stack is organized to be checked on context switch like other
threads. Now all threads have an explicit stack boundary pointer.
- (to be completed, most demos have to be edited)
(documentation to be updated)
(change to be ported to IAR and Keil ports)
(change to be ported to ARM and other ports)
|