Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/esp32c6/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DEFMT_LOG = "debug"
target = "riscv32imac-unknown-none-elf"

[target.riscv32imac-unknown-none-elf]
runner = "probe-rs run --chip esp32c6" # for runniing the tests with probe-rs
runner = "probe-rs run --chip esp32c6" # for running the tests with probe-rs

# use the following to run the main binary and see the jtag-uart output of the esp32c6
# runner = "espflash flash --monitor"
Expand Down
Loading