CoreIF for F2/F4 is not different, use CPUID to distinguish. F4 errata seems to give...
[fw/stlink] / TODO
diff --git a/TODO b/TODO
index e23c9a5f0df0d202d4ab31e90112fec89abbd810..2b0baf62ff70df77ce84e2716ba517513acaabcc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,11 @@
-. flash writing is not working from GDB
-add a standalone application, flash/
+. flash tool
+ . improve flash writing, still use word fast write... too slow
 
-. add flash reading to flash/
-
-. add a startup.S based example
-
-. remove libsg dependency using:
-https://github.com/afaerber/stlink/tree/master/libstlink
+. documentation
+ . make README points to doc/tutorial
 
 . compile and test a realtime kernel, for instance:
-http://www.chibios.org/dokuwiki/doku.php?id=start
+http://www.chibios.org/dokuwiki/doku.php?id=chibios:articles:stm32l_discovery
+svn checkout https://chibios.svn.sourceforge.net/svnroot/chibios/trunk ;
+cd chibios/trunk/demos/ARMCM3-STM32L152-DISCOVERY ;
+make ;