summaryrefslogtreecommitdiffstats
path: root/usb/Makefile
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-09-09 20:15:21 -0400
committerBrian Cully <bjc@kublai.com>2019-09-09 20:45:08 -0400
commitc1422f40d1ec9f77cc72c9425e67e97150bb2f52 (patch)
treec1756087df282369ba856b1c384ef061af12f63e /usb/Makefile
parentfdd4cfd1eb4995c192184aaa6ff073cee50852cb (diff)
downloadbleusb-c1422f40d1ec9f77cc72c9425e67e97150bb2f52.tar.gz
bleusb-c1422f40d1ec9f77cc72c9425e67e97150bb2f52.zip
Convert to workspace.
Diffstat (limited to 'usb/Makefile')
-rw-r--r--usb/Makefile10
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