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

master
gdisirio 2009-04-05 15:33:39 +00:00
parent 3324f1f5af
commit 475478ac20
1 changed files with 0 additions and 20 deletions

View File

@ -4,26 +4,6 @@ Status:
X = In progress, some work done.
* = Done.
After 1.0.0:
* Improved makefiles with settings section and shared common part.
* Queues macros should not refer to the semaphore counters directly.
* Priority ordering option for semaphores.
* chSysLock() and chSysUnlock() with counter (option).
* OSEK-style chSysSuspendAll()/chSysResumeAll()/chSysEnable()/chSysDisable()
(implemented this as the new Suspended and Disabled states in 1.1).
* Mailboxes subsystem (lwIP requires them).
* Multiple debug switches.
* Split asserts from parameters checks.
* Add checks to all APIs.
* Stack checks option.
* Threads profiling option.
* Idle loop hook macro.
* Switch the configuration options to TRUE/FALSE rather than def/undef.
* Remove port_puts() from all the ports.
* Stack sizes article into the documentation.
* Logo...
* Architecture diagram.
After 1.2.0:
- Dedicated syscalls.c support for newlib users.
X Abstract I/O channels rather than just serial ports.