move to modular servicer design
This commit is contained in:
parent
77188a3eaa
commit
51af5c3343
9 changed files with 371 additions and 154 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue