diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-05 15:33:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-05 15:33:39 +0000 |
commit | 475478ac20170221ccc8d2babd156c5ef0bafcb6 (patch) | |
tree | f555372165771540d9e191ed13e1668f76cb56fe | |
parent | 3324f1f5affe52dbe938608e80e5bb8d3b4d41e6 (diff) | |
download | ChibiOS-475478ac20170221ccc8d2babd156c5ef0bafcb6.tar.gz ChibiOS-475478ac20170221ccc8d2babd156c5ef0bafcb6.tar.bz2 ChibiOS-475478ac20170221ccc8d2babd156c5ef0bafcb6.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@880 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | todo.txt | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -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.
|