Makefile: Match command line arguments with latest version of pyOCD
This commit is contained in:
parent
d53b02ada3
commit
59ae03fc67
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -49,7 +49,7 @@ dfu:
|
||||||
python3 -m nordicsemi dfu serial --package micropython.zip --port /dev/ttyACM0
|
python3 -m nordicsemi dfu serial --package micropython.zip --port /dev/ttyACM0
|
||||||
|
|
||||||
flash:
|
flash:
|
||||||
pyocd erase -t nrf52 --mass-erase
|
pyocd erase -t nrf52 --mass
|
||||||
pyocd flash -t nrf52 bootloader.hex
|
pyocd flash -t nrf52 bootloader.hex
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
|
|
Loading…
Add table
Reference in a new issue