2009-02-18 19:16:26 +00:00
|
|
|
Status:
|
|
|
|
? = Not sure if worth the effort or useful at all.
|
|
|
|
- = Planned.
|
|
|
|
X = In progress, some work done.
|
|
|
|
* = Done.
|
|
|
|
|
2009-10-11 11:55:06 +00:00
|
|
|
Before 1.4.0:
|
2009-05-03 10:43:54 +00:00
|
|
|
* Abstract I/O channels rather than just serial ports.
|
2009-05-16 10:57:16 +00:00
|
|
|
* Add tests documentation to the general documentation via doxygen.
|
2009-05-16 14:49:41 +00:00
|
|
|
* Static object initializers.
|
2009-10-17 13:19:38 +00:00
|
|
|
* Add a central memory manager offering a sbrk()-like API.
|
|
|
|
* Make the heap allocator feed memory chunks from the memory manager.
|
|
|
|
* Dedicated syscalls.c support for newlib users.
|
2009-10-11 11:55:06 +00:00
|
|
|
- Abstract streams interface.
|
|
|
|
|
|
|
|
After 1.4.x
|
2009-05-05 19:42:25 +00:00
|
|
|
- Remove any instance of unnamed structures/unions.
|
|
|
|
- Objects registry in the kernel.
|
|
|
|
- OSEK-style simple tasks within the idle thread.
|
|
|
|
- Code examples into the documentation.
|
2009-02-13 16:04:20 +00:00
|
|
|
- Threads Pools manager in the library.
|
2009-10-11 11:55:06 +00:00
|
|
|
? Minimal optional C-runtime library (complete enough for lwIP).
|
2009-02-18 19:16:26 +00:00
|
|
|
? Think to something for threads restart.
|
|
|
|
? Multiple heaps, disjoint heaps, heaps in heaps.
|
2009-02-18 12:58:35 +00:00
|
|
|
- Update C++ wrapper (Heap, Pools, Mailboxes and any new feature).
|
2009-02-07 12:43:42 +00:00
|
|
|
|
|
|
|
Ideas for 2.x.x:
|
2009-03-02 15:42:19 +00:00
|
|
|
- High resolution timers and tickless kernel.
|
2009-02-07 12:43:42 +00:00
|
|
|
- Reference counter for threads, concept of detached threads, threads
|
|
|
|
management.
|
2009-03-02 15:42:19 +00:00
|
|
|
|
|
|
|
Ideas for 3.x.x:
|
2009-02-07 12:43:42 +00:00
|
|
|
- Multicore support.
|
|
|
|
|
|
|
|
Side projects:
|
2009-10-11 11:55:06 +00:00
|
|
|
* lwIP TCP/IP stack integration and demo.
|
2009-02-18 12:58:35 +00:00
|
|
|
X FatFS library integration and demo.
|
2009-02-07 15:32:26 +00:00
|
|
|
X ChibiOS Wizard, UML modeling and ChibiOS applications code and
|
2009-02-07 12:45:46 +00:00
|
|
|
documentation generator.
|
|
|
|
X OSEK layer.
|
2009-02-07 12:43:42 +00:00
|
|
|
- Posix layer.
|
2009-02-07 12:45:46 +00:00
|
|
|
X File System
|
2009-02-18 19:16:26 +00:00
|
|
|
- Visual debugger/monitor interfaced through OpenOCD.
|
2009-02-07 12:43:42 +00:00
|
|
|
|
|
|
|
Lower priority:
|
|
|
|
- More demos
|
2009-05-01 07:39:07 +00:00
|
|
|
- More ports
|