aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-13 17:05:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-13 17:05:41 +0000
commit9e4219f094aaaa80d8cce49427d45380e8b80fa8 (patch)
tree43f2a7234c180379d30021fdff51449154258c00
parentbb6d225f57811ded378ffcb2457454decdb98e1c (diff)
downloadChibiOS-9e4219f094aaaa80d8cce49427d45380e8b80fa8.tar.gz
ChibiOS-9e4219f094aaaa80d8cce49427d45380e8b80fa8.tar.bz2
ChibiOS-9e4219f094aaaa80d8cce49427d45380e8b80fa8.zip
Status update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2360 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt7
1 files 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