* add optional CFLAGS in Makefile for debugging * fix _patternChangeColor function in pattern.c * add debug variant for measure exec function
13 lines
247 B
Markdown
13 lines
247 B
Markdown
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)
|
|
|