X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=TODO;h=2b0baf62ff70df77ce84e2716ba517513acaabcc;hb=2edd0530a6d3dfc428bedc3d9628093775673389;hp=e23c9a5f0df0d202d4ab31e90112fec89abbd810;hpb=17263cd98a4352f35d1b824afab069f958bcbd8e;p=fw%2Fstlink diff --git a/TODO b/TODO index e23c9a5..2b0baf6 100644 --- 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 ;