move to modular servicer design

This commit is contained in:
sigil-03 2025-08-16 17:03:29 -06:00
parent 77188a3eaa
commit 51af5c3343
9 changed files with 371 additions and 154 deletions

View file

@ -6,12 +6,12 @@ target = "riscv32ec-unknown-none-elf.json"
# runner = "riscv64-elf-gdb -q -x openocd.gdb"
# runner = "riscv-none-embed-gdb -q -x openocd.gdb"
# runner = "gdb -q -x openocd.gdb"
# runner = "wlink -v flash"
runner = "wlink -v flash"
# 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"]