mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-21 23:58:31 +00:00
Erase script.
This commit is contained in:
parent
59218d9427
commit
4ae2e483ff
11
firmware/Makefile
Normal file
11
firmware/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
all:
|
||||
# TODO
|
||||
|
||||
|
||||
clean:
|
||||
rm -f *~ *.hex *.elf
|
||||
|
||||
erase:
|
||||
python -m msp430.bsl5.uart -p /dev/ttyUSB0 --invert-test --invert-reset -v -e
|
||||
|
Loading…
Reference in New Issue
Block a user