diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-28 13:19:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-28 13:19:44 +0000 |
commit | f0072a44f0fff8cef5e04e4227ab64b39618e20e (patch) | |
tree | dc54ec15642d48850e8669a1a44ad8df42ef6baa | |
parent | 3afa9b188f7ddff9de0eff2cbfbd167c5a31f078 (diff) | |
download | ChibiOS-f0072a44f0fff8cef5e04e4227ab64b39618e20e.tar.gz ChibiOS-f0072a44f0fff8cef5e04e4227ab64b39618e20e.tar.bz2 ChibiOS-f0072a44f0fff8cef5e04e4227ab64b39618e20e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3676 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | todo.txt | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -7,22 +7,19 @@ N = Decided against. Current Pipeline (2.3.x):
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.
-- STM32F2xx support.
-- MMC_SPI driver revision and speedup.
+X STM32F2xx support.
+X FPU support in CM4 port.
+
+Within 2.x.x
- FatFs 0.9x integration.
-- FPU support in CM4 port.
-- STM32F2xx support.
+- Software I2C implementation using a GPT instance for timings.
- Nios II support.
- LPC17xx support.
- NUC120 support.
+- Update C++ wrapper.
+- MMC_SPI driver revision and speedup.
- Static memory allocation hook macros in kernel code.
- MAC driver for STM32F107, STM32F2xx, STM32F4xx.
-- Update C++ wrapper.
-
-Within 2.x.x
- USB driver model revision.
? USB double buffering support for STM32 implementation.
X Evaluate using DMA channels for buffer copy.
|