Add ISP target
This commit is contained in:
parent
873be2d664
commit
2a19228609
@ -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 $<
|
||||
|
Loading…
x
Reference in New Issue
Block a user