git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@737 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-02-07 12:45:46 +00:00
parent 44a070c409
commit 24f0bf2a22
1 changed files with 9 additions and 4 deletions

View File

@ -11,7 +11,7 @@ X OSEK-style chSysSuspendAll()/chSysResumeAll()/chSysEnable()/chSysDisable().
- Multiple debug levels. - Multiple debug levels.
- Stack guard pages. - Stack guard pages.
* Idle loop hook macro. * Idle loop hook macro.
- Switch the configuration options to TRUE/FALSE rather than def/undef. X Switch the configuration options to TRUE/FALSE rather than def/undef.
Ideas for 2.x.x: Ideas for 2.x.x:
- Reference counter for threads, concept of detached threads, threads - Reference counter for threads, concept of detached threads, threads
@ -20,10 +20,11 @@ Ideas for 2.x.x:
- Multicore support. - Multicore support.
Side projects: Side projects:
- ChibiOS Wizard. X ChibiOS Wizard, UML modeling and Chibi applications code and
- OSEK layer. documentation generator.
X OSEK layer.
- Posix layer. - Posix layer.
- File System X File System
Lower priority: Lower priority:
- More demos - More demos
@ -33,3 +34,7 @@ Lower priority:
- PowerPC port - PowerPC port
- Coldfire port - Coldfire port
- H8 port - H8 port
- - Planned.
X - In progress
* - Done