This commit is contained in:
2024-02-19 10:24:26 +01:00
commit 9acc1897c3
5 changed files with 152 additions and 0 deletions

13
readme.md Normal file
View File

@ -0,0 +1,13 @@
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)