From 661f58336b24c483f592a3ca962225e92f0863d7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 13 Feb 2025 18:20:24 +0100 Subject: [PATCH] update default runner --- .cargo/def-config.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.cargo/def-config.toml b/.cargo/def-config.toml index 22e52d8..6568a3f 100644 --- a/.cargo/def-config.toml +++ b/.cargo/def-config.toml @@ -1,13 +1,11 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] -runner = "gdb-multiarch -q -x jlink/jlink.gdb" +# runner = "gdb-multiarch -q -x jlink/jlink.gdb" # runner = "arm-none-eabi-gdb -q -x jlink/jlink-reva.gdb" # runner = "gdb-multiarch -q -x jlink/jlink-reva.gdb" # Probe-rs is currently problematic, possibly because of the # ROM protection? -# runner = "probe-rs run --chip-description-path ./scripts/VA416xx_Series.yaml" -# runner = ["probe-rs", "run", "--chip", "$CHIP", "--log-format", "{L} {s}"] - +runner = "probe-rs run --chip VA416xx_RAM --protocol swd" rustflags = [ "-C",