aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-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.