Merge upstream texane/master
[fw/stlink] / TODO
1 . flash tool
2  . test support for reading
3  . writing is not working. refer to the specs, may have changed for stm32l
4  . then test with blink_flash example
5  . then update the documentation
6
7 . documentation
8  . make README points to doc/tutorial
9
10 . remove libsg dependency using:
11 https://github.com/afaerber/stlink/tree/master/libstlink
12
13 . compile and test a realtime kernel, for instance:
14 http://www.chibios.org/dokuwiki/doku.php?id=chibios:articles:stm32l_discovery
15 svn checkout https://chibios.svn.sourceforge.net/svnroot/chibios/trunk ;
16 cd chibios/trunk/demos/ARMCM3-STM32L152-DISCOVERY ;
17 make ;