blinky1/readme.md

14 lines
248 B
Markdown
Raw Permalink Normal View History

Build:
* make all
Flash:
* make upload
Debugger:
* enable debugging in Makefile
* mspdebug rf2500 gdb
* ddd --debugger msp430-gdb
* for every code change upload using Makefile and restart both mspdebug and ddd (or fine a way to reset the both)
2019-02-16 23:09:40 +01:00