aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-16 19:47:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-16 19:47:49 +0000
commitc82618f8f1f3a9bb08b49dbaf3258226a4ce513b (patch)
tree66fbd932283bbf7e1e9e481b25bc75a512529240
parent0655c8307fbe763433070a3d384c08c3873ac81e (diff)
downloadChibiOS-c82618f8f1f3a9bb08b49dbaf3258226a4ce513b.tar.gz
ChibiOS-c82618f8f1f3a9bb08b49dbaf3258226a4ce513b.tar.bz2
ChibiOS-c82618f8f1f3a9bb08b49dbaf3258226a4ce513b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2373 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index e0d8e1680..5e18aa512 100644
--- a/todo.txt
+++ b/todo.txt
@@ -55,7 +55,7 @@ N Evaluate if to add a synchronous API to the UART driver, eventually do so.
* STM32VL-Discovery demo.
* Remove the PAL default configuration from the various hal_lld.c and move
them into board.c files, this will remove an ugly dependency.
-- Realign the STM8 port to the new STM8L one as options, naming conventions
+* Realign the STM8 port to the new STM8L one as options, naming conventions
and general solutions.
X Except for the above, bug fixing only until the 2.2.0 release.