aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-25 19:31:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-25 19:31:37 +0000
commit856f22e1a2849843eb04a16ecb37be723ec6563e (patch)
treeca49d0128e26bf2e57b7fe55c2f3e87526c42202
parent8d7f4218a9fb99f105fd24beb7de040d5cc40f6c (diff)
downloadChibiOS-856f22e1a2849843eb04a16ecb37be723ec6563e.tar.gz
ChibiOS-856f22e1a2849843eb04a16ecb37be723ec6563e.tar.bz2
ChibiOS-856f22e1a2849843eb04a16ecb37be723ec6563e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3877 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index e08b85b15..82286d830 100644
--- a/todo.txt
+++ b/todo.txt
@@ -6,7 +6,7 @@ X = In progress, some work done.
N = Decided against.
Current Pipeline (2.4.0):
-X Complete test cycle.
+* Complete test cycle.
X Complete documentation cycle.
- Release.
@@ -31,6 +31,7 @@ Within 2.5.x:
to be updated.
- Runtime errors manager in HAL.
- Critical errors manager in HAL (to replace or complement assertions).
+- Streaming DAC/I2S driver model and STM32 implementation.
- MMC_SPI driver speedup.
- USB driver model revision.
- MAC driver for STM32F107, STM32F2xx, STM32F4xx.
@@ -53,7 +54,7 @@ X Implement the "transmission end" serial driver event on those platforms
- Reduce number of demos globally, add demos to a repository or on web site.
Required in order to reduce support effort.
- FatFs wrapper.
-- New device driver models: Clock, Systick, WDG, DAC, Power Monitor.
+- New device driver models: Clock, Systick, WDG.
- Add UART4 support to the STM32 UART driver (CL line only, HD has a nasty
shared interrupt).
- Shared DMA channels support in the STM8L HAL.