X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=TODO;h=2b0baf62ff70df77ce84e2716ba517513acaabcc;hb=2edd0530a6d3dfc428bedc3d9628093775673389;hp=8a455e0b8f8851f9959851602e515754b3f4e384;hpb=062bf057366938cd8b121fbcf65365a6114d0196;p=fw%2Fstlink diff --git a/TODO b/TODO index 8a455e0..2b0baf6 100644 --- a/TODO +++ b/TODO @@ -1,14 +1,11 @@ . flash tool - . test support for reading - . writing is not working. refer to the specs, may have changed for stm32l - . then test with blink_flash example - . then update the documentation + . improve flash writing, still use word fast write... too slow . documentation . make README points to doc/tutorial -. remove libsg dependency using: -https://github.com/afaerber/stlink/tree/master/libstlink - . 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 ;