2009-02-07 12:43:42 +00:00
|
|
|
After 1.0.0:
|
2009-02-17 18:25:56 +00:00
|
|
|
X Improve makefiles by adding an options head section and making it shared.
|
2009-02-18 12:58:35 +00:00
|
|
|
* Queues macros should not refer to the semaphore counters directly.
|
2009-02-07 12:43:42 +00:00
|
|
|
* Priority ordering option for semaphores.
|
|
|
|
* chSysLock() and chSysUnlock() with counter (option).
|
2009-02-07 14:59:26 +00:00
|
|
|
* OSEK-style chSysSuspendAll()/chSysResumeAll()/chSysEnable()/chSysDisable(),
|
|
|
|
implemented this as the new Suspended and Disabled states in 1.1.
|
2009-02-18 12:58:35 +00:00
|
|
|
* Mailboxes subsystem (lwIP requires them).
|
2009-02-14 19:41:07 +00:00
|
|
|
* Multiple debug switches.
|
2009-02-17 18:25:56 +00:00
|
|
|
X Stack checks option.
|
|
|
|
* Threads profiling option.
|
2009-02-07 12:43:42 +00:00
|
|
|
* Idle loop hook macro.
|
2009-02-07 14:59:26 +00:00
|
|
|
* Switch the configuration options to TRUE/FALSE rather than def/undef.
|
2009-02-18 12:58:35 +00:00
|
|
|
|
|
|
|
After 1.2.0:
|
2009-02-13 16:04:20 +00:00
|
|
|
- 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.
|
|
|
|
- Minimal optional C-runtime library (complete enough for lwIP).
|
|
|
|
- OSEK-style simple tasks within the idle thread.
|
|
|
|
- Think to something for threads restart.
|
|
|
|
- Multiple heaps, disjoint heaps, heaps in heaps.
|
2009-02-07 15:08:13 +00:00
|
|
|
- Abstract I/O channels rather than just serial ports.
|
2009-02-13 16:04:20 +00:00
|
|
|
- Move the serial drivers implementations in library al keep the I/O channel
|
|
|
|
interface as part of the kernel. Better keep the core as compact as
|
|
|
|
possible.
|
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:
|
|
|
|
- Reference counter for threads, concept of detached threads, threads
|
|
|
|
management.
|
|
|
|
- Think to the high resolution timers and tickless kernel.
|
|
|
|
- Multicore support.
|
|
|
|
|
|
|
|
Side projects:
|
2009-02-18 12:58:35 +00:00
|
|
|
X lwIP TCP/IP stack integration and demo.
|
|
|
|
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-13 16:04:20 +00:00
|
|
|
- Visual debugger interfaced to OpenOCD.
|
2009-02-18 12:58:35 +00:00
|
|
|
- Objects registry.
|
2009-02-07 12:43:42 +00:00
|
|
|
|
|
|
|
Lower priority:
|
|
|
|
- More demos
|
|
|
|
- More ARM ports
|
|
|
|
- PIC24 port
|
|
|
|
- Microblaze port
|
|
|
|
- PowerPC port
|
|
|
|
- Coldfire port
|
|
|
|
- H8 port
|
2009-02-07 12:45:46 +00:00
|
|
|
|
|
|
|
- - Planned.
|
|
|
|
X - In progress
|
|
|
|
* - Done
|