From 856f22e1a2849843eb04a16ecb37be723ec6563e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 25 Jan 2012 19:31:37 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3877 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- todo.txt | 5 +++-- 1 file 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.