From c1422f40d1ec9f77cc72c9425e67e97150bb2f52 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 9 Sep 2019 20:15:21 -0400 Subject: Convert to workspace. --- usb/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'usb/Makefile') 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 -- cgit v1.2.3