osd-contiki/platform/msb430/buildscripts/Makefile.win
nvt-se 709adf51ad Contributions from Michael Baar:
# 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.
2007-07-31 07:54:44 +00:00

7 lines
87 B
Makefile

%.u: %.ihex
msp430-jtag --lpt=TIUSB -mI $^
#CW=cw23
#%.u: %.ihex
# $(CW) -d f430p $^