add interrupts for most handlers
This commit is contained in:
parent
e3235b34a4
commit
a71c7986e6
15 changed files with 1028 additions and 280 deletions
|
|
@ -6,9 +6,9 @@ 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"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue