diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-27 08:44:01 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-27 08:44:01 +0000 |
commit | 3dbd2ceb81071669089275f5edbc8fddfe8c95d4 (patch) | |
tree | fd569f3f2eb3a11048f185af800eb1a3adfce119 | |
parent | 46523770bd015c564abe140a5018f08c5aba89a0 (diff) | |
download | ChibiOS-3dbd2ceb81071669089275f5edbc8fddfe8c95d4.tar.gz ChibiOS-3dbd2ceb81071669089275f5edbc8fddfe8c95d4.tar.bz2 ChibiOS-3dbd2ceb81071669089275f5edbc8fddfe8c95d4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3535 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | todo.txt | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -7,22 +7,27 @@ N = Decided against. Current Pipeline (2.3.x):
* Improved Makefile system.
-- USB driver enhancements.
- - USB and USB_SERIAL APIs reclassification.
- - Incorporate the USB bus attach/detach handling in usbStart()/usbStop().
- - Fix zero size packets handling in USB_SERIAL driver.
- - USB double buffering support for STM32 implementation.
- - Evaluate using DMA channels for buffer copy.
+* USB driver enhancements.
+ * USB and USB_SERIAL APIs reclassification.
+ * Incorporate the USB bus attach/detach handling in usbStart()/usbStop().
+ * Fix zero size packets handling in USB_SERIAL driver.
+ ? USB double buffering support for STM32 implementation.
+ X Evaluate using DMA channels for buffer copy.
X I2C device driver class support and at least one implementation.
X Evaluate a modified I2C API where the synchronous mode is default and the
callback mode optional.
- Software I2C implementation using a GPT instance for timings.
-X STM32F2xx/STM32F4xx support (adapt and re-verify all drivers).
+* STM32F2xx/STM32F4xx support (adapt and re-verify all drivers).
* New STM32 DMA helper driver abstracting differences between
STM32F2xx/STM32F4xx and other sub-families.
- - Specific ADC driver for STM32F2xx/STM32F4xx.
+ * Specific ADC driver for STM32F2xx/STM32F4xx.
- MMC_SPI driver revision and speedup.
- FatFs 0.9x integration.
+- FPU support in CM4 port.
+- Nios II support.
+- LPC17xx support.
+- Static memory allocation hook macros in kernel code.
+? Revision of scheduling strategy for threads at equal priority.
Within 2.x.x
X File System infrastructure.
@@ -31,7 +36,6 @@ X Implement the "transmission end" serial driver event on those platforms - 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.
-- LPC17xx support.
- 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.
|