From 9e4219f094aaaa80d8cce49427d45380e8b80fa8 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 13 Nov 2010 17:05:41 +0000 Subject: [PATCH] Status update. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2360 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- todo.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/todo.txt b/todo.txt index edb6a1c9f..621efafc0 100644 --- a/todo.txt +++ b/todo.txt @@ -43,11 +43,10 @@ N Evaluate if to add a synchronous API to the UART driver, eventually do so. * Remove preprocessor directives from the assembler files and restore the RIDE7 build files in the STM32 demo. * Move dynamic APIs into a separate source file. -X STM8L official HAL support, it will have to be separated from the STM8S/STM8A +* STM8L official HAL support, it will have to be separated from the STM8S/STM8A HAL because it is very different. - X Shared ISR management. - - Shared DMA management. - X STM8L-Discovery demo. + * Shared ISR management. + * STM8L-Discovery demo. - Realign the STM8 port to the new STM8L one as options, naming conventions and general solutions. - Improved support in the STM32 HAL support for multiple sub-families. Do