Refactor timers, add GPIO debugging, and increase print speed

This commit is contained in:
Jeremy Soller
2019-09-27 21:04:59 -06:00
parent da40506f04
commit b479defcc4
9 changed files with 85 additions and 30 deletions

View File

@ -8,7 +8,11 @@ clean:
rm -rf build
sim: build/ec.rom
cargo run --release --manifest-path ecsim/Cargo.toml -- $<
cargo run \
--release \
--manifest-path ecsim/Cargo.toml \
--no-default-features \
-- $<
build/ec.rom: build/ec.ihx
mkdir -p build