Status: - = Planned. X = In progress, some work done. * = Done. ? = Not sure if worth the effort or useful at all. N = Decided against. Current Pipeline (2.3.x): * lwIP 1.4.0 integration and test. * Named threads. * Improved stack overflow checking, support main() thread. * Move main stack to low memory in ARMCMx ports. - Add guard pages support. X Eclipse plugin. X STM32L support. X STM32L-Discovery demo and article. X File System infrastructure. X STM32F2xx support. - Test suite overhaul, the API should be more generic in order to be used with different subsystems and not just the kernel. - STM32 USB support for double buffering. - LPC17xx support. X Implement the "transmission end" serial driver event on those platforms supporting the feature, so far only done in STM32 driver. X I2C device driver class support and at least one implementation. - Reduce number of demos globally, add demos to a repository or on web site. Required in order to reduce support effort. Within 2.x.x - Kernel-only demos for users not interested in HAL. - FatFs 0.8x integration. - FatFs wrapper. - 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. ? Evaluate if change thread functions to return void is worthwhile. - New device driver models: Clock, Systick, RTC, WDG, DAC, Power Monitor. - Add UART4 support to the STM32 UART driver (CL line only, HD has a nasty shared interrupt). - STM32 OTG USB cell support for CL devices. - Add ADC3 support to the STM32 ADC driver. - Shared DMA channels support in the STM8L HAL. - 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). - Implement USB Mass Storage Class support and demo using the MMC_SPI driver as back-end. - Batch testing of the ARM7/ARMCMx port using OpenOCD, with reports. X Transactional flash file system implementation. ? Add a *very simple* ADC API for single one shot sampling (implement it as an injected conversion on the STM32). - Improved Makefile system. - Serial over UART complex driver driver, evaluate from the performance results if to make obsolete the current dedicated Serial driver. - LPC17xx family support. - Official segmented interrupts support and abstraction in CMx port. - USB driver implementation for STM32F105/STM32F107. - MAC driver revision in order to support copy-less operations, this will require changes to lwIP or a new TCP/IP stack however. - MAC driver for STM32F107 (hardware missing). - Update C++ wrapper (Heap, Pools, Mailboxes and any new feature). - Threads Pools manager in the library. - Add a switch to enable/disable the priority inheritance algorithm in mutexes. - Dedicated TCP/IP stack. ? ISO7816 driver over UART driver, both reader and card side (hardware missing). - Merge the Coldfire branch in mainline (hardware missing). - Merge the H8S branch in mainline (hardware missing). Ideas for 3.x.x: - MMU/MPU support. - High resolution timers and tickless kernel. - Multicore support. Side projects: X ChibiOS Wizard, UML modeling and ChibiOS applications code and documentation generator. - Visual debugger/monitor interfaced through OpenOCD.