aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-17 18:25:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-17 18:25:56 +0000
commit8a865a9a0a0c34f52e3555e98fd42c9235472e8d (patch)
treed8237d353ec52bfffd62e5443fb8eda1db5d9a56 /todo.txt
parent0098a8dbed098251e945fe5fb0433532e122a152 (diff)
downloadChibiOS-8a865a9a0a0c34f52e3555e98fd42c9235472e8d.tar.gz
ChibiOS-8a865a9a0a0c34f52e3555e98fd42c9235472e8d.tar.bz2
ChibiOS-8a865a9a0a0c34f52e3555e98fd42c9235472e8d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@775 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/todo.txt b/todo.txt
index 4f9288f59..37fd04ca2 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,24 +1,25 @@
After 1.0.0:
-- Improve makefiles by adding an options head section and making it shared.
+X Improve makefiles by adding an options head section and making it shared.
- Update C++ wrapper (Heap, Pools).
* 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.
X lwIP TCP/IP stack integration and demo.
- - "Wide Queues" or Mailboxes, lwIP requires them.
+ X "Wide Queues" or Mailboxes, lwIP requires them.
X FatFS library integration and demo.
* Multiple debug switches.
- - Stack guard pages.
- - Threads profiling option.
+ X Stack checks option.
+ * Threads profiling option.
- Objects registry.
- Problem: fixed size? it goes against project policy.
* Idle loop hook macro.
* Switch the configuration options to TRUE/FALSE rather than def/undef.
- Threads Pools manager in the library.
- New chThdCreate() that takes just two parameters, a pointer to a thread
descriptor and the tread parameter. It could wrap the current variants
or just be an alternative.
+- Fix the names of the Queues macros, also do not refer to the semaphore
+ counters directly.
After 1.2.0:
- Minimal optional C-runtime library (complete enough for lwIP).