Skip to content

Commit

Permalink
Add tpwr bmp setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jun 19, 2019
1 parent a6d62ad commit ad91dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ upload: build-bl flash-bootloader


BMP = $(shell ls -1 /dev/cu.usbmodem*1 | head -1)
BMP_ARGS = -ex "target extended-remote $(BMP)" -ex "mon swdp_scan" -ex "attach 1"
BMP_ARGS = -ex "target extended-remote $(BMP)" -ex "mon tpwr enable" -ex "mon swdp_scan" -ex "attach 1"
GDB = arm-none-eabi-gdb

flash-ocd:
Expand Down

0 comments on commit ad91dd4

Please sign in to comment.