X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=TODO;h=2b0baf62ff70df77ce84e2716ba517513acaabcc;hb=5eda4566d617fedd2a9d3020ddae06b394d08a5f;hp=4d1929c963a6cb0d2ab5b67e2f00fdc35a120bfc;hpb=27cbec5d271d7479ec1a54a05c901c1fd01c1041;p=fw%2Fstlink diff --git a/TODO b/TODO index 4d1929c..2b0baf6 100644 --- a/TODO +++ b/TODO @@ -1,10 +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 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 ;