709adf51ad
# msb430\dev\cc1020.c Data type problem in the calibration function, therefore looping 10 seconds on boot. Fixed. # msb430\contiki-msb430-main.c Directly accessed power management while other modules used the Contiki layer resulting in the node sleeping most of the time. Fixed. Added uIP support. # msb430\buildscripts\makefile.win Changed to erase only main-memory but keep infomemory so the node configuration is not erashed during flashing.
7 lines
87 B
Makefile
7 lines
87 B
Makefile
%.u: %.ihex
|
|
msp430-jtag --lpt=TIUSB -mI $^
|
|
|
|
#CW=cw23
|
|
|
|
#%.u: %.ihex
|
|
# $(CW) -d f430p $^
|