Add ISP target

This commit is contained in:
Jeremy Soller 2020-01-03 15:24:44 -07:00
parent 873be2d664
commit 2a19228609
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -29,3 +29,7 @@ INCLUDE+=$(BUILD)/include/scratch.h
flash: $(BUILD)/ec.rom
cargo build --manifest-path ecflash/Cargo.toml --example flash --release
sudo ecflash/target/release/examples/flash $<
isp: $(BUILD)/ec.rom
cargo build --manifest-path ecflash/Cargo.toml --example isp --release
sudo ecflash/target/release/examples/isp $<