broken embassy example. leds work, but break when you sample faster

This commit is contained in:
sigil-03 2025-08-10 17:53:49 -06:00
parent 5be93cc32e
commit 33a9fb175e
5 changed files with 100 additions and 157 deletions

View file

@ -8,10 +8,10 @@ target = "riscv32ec-unknown-none-elf.json"
# runner = "gdb -q -x openocd.gdb"
# runner = "wlink -v flash"
# runner = "wlink -v flash --enable-sdi-print --watch-serial"
runner = "wlink -v flash --enable-sdi-print --watch-serial"
# Flash and debug chip with probe-rs. https://probe.rs/
runner = "probe-rs run --chip ch32v003"
#runner = "probe-rs run --chip ch32v003"
[unstable]
build-std = ["core"]