aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-13 19:41:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-13 19:41:53 +0000
commit934daa134a35a2b94e7d81a2143861c48c69b616 (patch)
treec3bc0357fb19bd880d1c33be118facb35f40eede /todo.txt
parentb04461616c2f33eccfb08a439c36344e9dda40c5 (diff)
downloadChibiOS-934daa134a35a2b94e7d81a2143861c48c69b616.tar.gz
ChibiOS-934daa134a35a2b94e7d81a2143861c48c69b616.tar.bz2
ChibiOS-934daa134a35a2b94e7d81a2143861c48c69b616.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4195 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/todo.txt b/todo.txt
index 7403c4d16..9a84a6065 100644
--- a/todo.txt
+++ b/todo.txt
@@ -5,21 +5,19 @@ X = In progress, some work done.
? = Not sure if worth the effort or useful at all.
N = Decided against.
-Version 2.4.1
-* MAC driver for STM32F107, STM32F2xx, STM32F4xx.
-* SDC driver port to STM32F2 and STM32F4.
-X STM32F2 validation (so far testing done on STM32F4 only).
+Version 2.5.0
X Revision of the RTCv2 driver implementation.
-- CAN2 support and CAN driver test on STM32F2/F4.
+- USB driver model revision.
+ X STM32 OTG USB cell support for CL, F2, F4 devices.
Within 2.5.x:
+* SDC driver port to STM32F2 and STM32F4.
* Revision of scheduling strategy for threads at equal priority.
* Handling of Virtual Timer callbacks out of critical zone.
* Add normal API (not iclass) variants of the VT functions.
* MMC_SPI driver speedup.
* FatFs 0.9x integration.
-- USB driver model revision.
-X STM32 OTG USB cell support for CL, F2, F4 devices.
+- CAN2 support and CAN driver test on STM32F2/F4.
X Streaming DAC/I2S driver model and STM32 implementation.
- Unified LPC1xxx HAL.
- LPC11xx and LPC13xx HALs merged in the unified one.