diff options
Diffstat (limited to 'usb/Makefile')
-rw-r--r-- | usb/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usb/Makefile b/usb/Makefile index 6d420d1..e673fc4 100644 --- a/usb/Makefile +++ b/usb/Makefile @@ -30,10 +30,18 @@ test: cargo test cargo-build: - cargo rustc $(CARGOFLAGS) -- -C link-arg=-Tlink.x + cargo build #rustc $(CARGOFLAGS) -- -C link-arg=-Tlink.x $(OUTDIR)/$(APP): cargo-build + # stlink_swim + # hla_jtag + # hla_swd + # swd + # aice_jtag + # jtag + + flash: $(APP).bin feather-cmd r sleep 2 |