* add readme with comments on debugging

* add optional CFLAGS in Makefile for debugging
* fix _patternChangeColor function in pattern.c
* add debug variant for measure exec function
This commit is contained in:
2019-02-09 17:54:18 +01:00
parent 4e2a90e52f
commit 969f198084
7 changed files with 77 additions and 28 deletions

12
readme.md Normal file
View File

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