stlink/TODO

12 wiersze
395 B
Plaintext
Czysty Zwykły widok Historia

2011-10-17 09:14:08 +00:00
. flash tool
2011-10-23 08:26:55 +00:00
. improve flash writing, still use word fast write... too slow
2011-10-17 09:14:08 +00:00
. documentation
. make README points to doc/tutorial
2011-10-16 19:38:28 +00:00
. compile and test a realtime kernel, for instance:
2011-10-17 20:34:10 +00:00
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 ;