aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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