diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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).
|