diff --git a/todo.txt b/todo.txt index c08418fcf..417ef7b1f 100644 --- a/todo.txt +++ b/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.