2009-02-18 19:16:26 +00:00
|
|
|
Status:
|
|
|
|
- = Planned.
|
|
|
|
X = In progress, some work done.
|
|
|
|
* = Done.
|
2010-10-15 14:53:20 +00:00
|
|
|
? = Not sure if worth the effort or useful at all.
|
2010-10-26 17:39:29 +00:00
|
|
|
N = Decided against.
|
2009-02-18 19:16:26 +00:00
|
|
|
|
2011-06-07 14:29:03 +00:00
|
|
|
Current Pipeline (2.3.x):
|
2011-10-05 17:00:13 +00:00
|
|
|
X I2C device driver class support and at least one implementation.
|
2011-12-28 13:19:44 +00:00
|
|
|
X STM32F2xx support.
|
2011-12-29 11:06:15 +00:00
|
|
|
- Nios II support.
|
|
|
|
- Update C++ wrapper.
|
2011-12-28 13:19:44 +00:00
|
|
|
|
|
|
|
Within 2.x.x
|
2011-10-05 17:00:13 +00:00
|
|
|
- FatFs 0.9x integration.
|
2011-12-28 13:19:44 +00:00
|
|
|
- Software I2C implementation using a GPT instance for timings.
|
2011-11-27 08:44:01 +00:00
|
|
|
- LPC17xx support.
|
2011-12-22 12:38:21 +00:00
|
|
|
- NUC120 support.
|
2011-12-28 13:19:44 +00:00
|
|
|
- MMC_SPI driver revision and speedup.
|
2011-11-27 08:44:01 +00:00
|
|
|
- Static memory allocation hook macros in kernel code.
|
2011-12-22 12:38:21 +00:00
|
|
|
- MAC driver for STM32F107, STM32F2xx, STM32F4xx.
|
|
|
|
- USB driver model revision.
|
|
|
|
? USB double buffering support for STM32 implementation.
|
|
|
|
X Evaluate using DMA channels for buffer copy.
|
2011-10-05 17:00:13 +00:00
|
|
|
X File System infrastructure.
|
2011-06-07 14:29:03 +00:00
|
|
|
X Implement the "transmission end" serial driver event on those platforms
|
|
|
|
supporting the feature, so far only done in STM32 driver.
|
2011-12-22 12:38:21 +00:00
|
|
|
- Revision of scheduling strategy for threads at equal priority.
|
|
|
|
- Add a chSysIntegrityCheck() API.
|
2011-07-10 14:23:51 +00:00
|
|
|
- Add a CH_THREAD macro for threads declaration in order to hide
|
|
|
|
compiler-specific optimizations for thread functions. All demos will have
|
|
|
|
to be updated.
|
2011-08-28 17:44:43 +00:00
|
|
|
- Test suite overhaul, the API should be more generic in order to be used
|
|
|
|
with different subsystems and not just the kernel.
|
|
|
|
- Reduce number of demos globally, add demos to a repository or on web site.
|
|
|
|
Required in order to reduce support effort.
|
2011-08-14 05:30:35 +00:00
|
|
|
- FatFs wrapper.
|
2011-06-07 14:29:03 +00:00
|
|
|
- New device driver models: Clock, Systick, RTC, WDG, DAC, Power Monitor.
|
2011-03-03 13:32:21 +00:00
|
|
|
- Add UART4 support to the STM32 UART driver (CL line only, HD has a nasty
|
|
|
|
shared interrupt).
|
2011-06-07 14:29:03 +00:00
|
|
|
- STM32 OTG USB cell support for CL devices.
|
2011-03-02 15:55:13 +00:00
|
|
|
- Add ADC3 support to the STM32 ADC driver.
|
2011-06-07 14:29:03 +00:00
|
|
|
- Shared DMA channels support in the STM8L HAL.
|
2011-02-21 18:00:06 +00:00
|
|
|
- Device drivers for STM8/STM8L (ADC, PWM, bring them on par with STM32).
|
|
|
|
- Device drivers for LPC1xxx (ADC, PWM, bring them on par with STM32).
|
2011-02-10 15:47:43 +00:00
|
|
|
- Implement USB Mass Storage Class support and demo using the MMC_SPI driver
|
|
|
|
as back-end.
|
2010-07-14 09:31:15 +00:00
|
|
|
- Batch testing of the ARM7/ARMCMx port using OpenOCD, with reports.
|
2011-06-07 14:29:03 +00:00
|
|
|
X Transactional flash file system implementation.
|
2011-02-21 18:00:06 +00:00
|
|
|
- Serial over UART complex driver driver, evaluate from the performance
|
|
|
|
results if to make obsolete the current dedicated Serial driver.
|
|
|
|
- Official segmented interrupts support and abstraction in CMx port.
|
|
|
|
- MAC driver revision in order to support copy-less operations, this will
|
|
|
|
require changes to lwIP or a new TCP/IP stack however.
|
2010-01-30 10:14:30 +00:00
|
|
|
- Threads Pools manager in the library.
|
2010-10-15 14:53:20 +00:00
|
|
|
- Dedicated TCP/IP stack.
|
2011-08-14 05:30:35 +00:00
|
|
|
? Evaluate if change thread functions to return void is worthwhile.
|
|
|
|
? Add a *very simple* ADC API for single one shot sampling (implement it as
|
|
|
|
an injected conversion on the STM32).
|
|
|
|
? Add a switch to enable/disable the priority inheritance algorithm in mutexes.
|
|
|
|
? ISO7816 driver over UART driver, both reader and card side.
|
|
|
|
? Merge the Coldfire branch in mainline (hardware missing).
|
|
|
|
? Merge the H8S branch in mainline (hardware missing).
|
2010-10-15 14:53:20 +00:00
|
|
|
|
2009-03-02 15:42:19 +00:00
|
|
|
Ideas for 3.x.x:
|
2010-12-11 13:44:31 +00:00
|
|
|
- MMU/MPU support.
|
2010-07-14 09:31:15 +00:00
|
|
|
- High resolution timers and tickless kernel.
|
2009-02-07 12:43:42 +00:00
|
|
|
- Multicore support.
|
|
|
|
|
|
|
|
Side projects:
|
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.
|