aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-11 18:51:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-11 18:51:10 +0000
commit27654c1bb64c74f7b5b5516945b24e1793ed8c12 (patch)
treecb1cd10ba93432509ef53e7c5dee8c1828d46368 /todo.txt
parent009e8d28c38ef6b6797318aee29ca90910753988 (diff)
downloadChibiOS-27654c1bb64c74f7b5b5516945b24e1793ed8c12.tar.gz
ChibiOS-27654c1bb64c74f7b5b5516945b24e1793ed8c12.tar.bz2
ChibiOS-27654c1bb64c74f7b5b5516945b24e1793ed8c12.zip
STM8L platform support (not tested yet).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2347 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/todo.txt b/todo.txt
index e56d2f6c6..59eee785e 100644
--- a/todo.txt
+++ b/todo.txt
@@ -43,12 +43,15 @@ 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.
- Evaluate moving dynamic APIs into a separate source file.
-- STM8L official HAL support, it will have to be separated from the STM8S/STM8A
- HAL because it is very different, actually it looks much more like a
- mini STM32, most STM32 drivers will only require few changes it also has
- a very similar DMA (waiting for the new STM8L-Discovery kit).
-- Add the STM32VL to the official STM32 HAL support (waiting for the new
- STM32-Discovery kit).
+X 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.
+- Realign the STM8 port to the new STM8L one as options, naming conventions
+ and general solutions.
+X Add the STM32F100 (Value Line) to the official STM32 HAL support.
+ - STM32VL-Discovery demo.
X Except for the above, bug fixing only until the 2.2.0 release.
Within 2.3.x (hopefully)