git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@880 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
3324f1f5af
commit
475478ac20
20
todo.txt
20
todo.txt
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue