Skip to content

Commit ec45a4b

Browse files
remove redundant makefile probe-rs
1 parent 6aceec5 commit ec45a4b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

boards/nucleo_u545re_q/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ flash: $(TOCK_ROOT_DIRECTORY)target/$(TARGET)/release/$(PLATFORM).elf
4343
$(PROBE_RS) download --chip $(CHIP) --allow-erase-all $<.clean
4444
$(PROBE_RS) reset --chip $(CHIP)
4545

46-
.PHONY: flash-probe-rs
47-
flash-probe-rs: $(TOCK_ROOT_DIRECTORY)target/$(TARGET)/release/$(PLATFORM).elf
48-
$(Q)probe-rs download --chip STM32U545RETx --allow-erase-all $(TOCK_ROOT_DIRECTORY)target/$(TARGET)/release/$(PLATFORM).elf
49-
$(Q)probe-rs reset --chip STM32U545RETx
5046

5147
.PHONY: program
5248
program:
53-
# Note: tockloader does not natively wrap probe-rs yet.
49+
# Note: tockloader does not natively wrap probe-rs yet.
5450
# The --openocd flag was removed; tockloader will use its default method (usually serial/jlink).
5551
tockloader install --board nucleo_u545re_q $(APP)

0 commit comments

Comments
 (0)