File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5248program :
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 )
You can’t perform that action at this time.
0 commit comments