aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-07 14:59:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-07 14:59:26 +0000
commit6cfef53ca56e835c9fcd28206971bf15e17fb31b (patch)
tree3f7dba0fec675d8bdffd6a2c159f79f62be676fc /todo.txt
parenta13c32870977d0b368520d5cd667b1a904a899e7 (diff)
downloadChibiOS-6cfef53ca56e835c9fcd28206971bf15e17fb31b.tar.gz
ChibiOS-6cfef53ca56e835c9fcd28206971bf15e17fb31b.tar.bz2
ChibiOS-6cfef53ca56e835c9fcd28206971bf15e17fb31b.zip
Configuration system improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@739 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 150cebfe4..2463d2cdf 100644
--- a/todo.txt
+++ b/todo.txt
@@ -2,7 +2,8 @@ After 1.0.0:
- Update C++ wrapper (Heap, Pools).
* Priority ordering option for semaphores.
* chSysLock() and chSysUnlock() with counter (option).
-X OSEK-style chSysSuspendAll()/chSysResumeAll()/chSysEnable()/chSysDisable().
+* OSEK-style chSysSuspendAll()/chSysResumeAll()/chSysEnable()/chSysDisable(),
+ implemented this as the new Suspended and Disabled states in 1.1.
- OSEK-style simple tasks within the idle thread.
- Think to something for threads restart.
X lwIP TCP/IP stack integration.
@@ -11,7 +12,7 @@ X lwIP TCP/IP stack integration.
- Multiple debug levels.
- Stack guard pages.
* Idle loop hook macro.
-X Switch the configuration options to TRUE/FALSE rather than def/undef.
+* Switch the configuration options to TRUE/FALSE rather than def/undef.
Ideas for 2.x.x:
- Reference counter for threads, concept of detached threads, threads