Merge pull request #32 from knurling-rs/jonas-schievink-patch-2
Remove `--defmt` flag from probe-run
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||||
# TODO(2) replace `$CHIP` with your chip's name (see `probe-run --list-chips` output)
|
# TODO(2) replace `$CHIP` with your chip's name (see `probe-run --list-chips` output)
|
||||||
runner = "probe-run --chip $CHIP --defmt"
|
runner = "probe-run --chip $CHIP"
|
||||||
rustflags = [
|
rustflags = [
|
||||||
"-C", "linker=flip-link",
|
"-C", "linker=flip-link",
|
||||||
"-C", "link-arg=-Tlink.x",
|
"-C", "link-arg=-Tlink.x",
|
||||||
@@ -21,4 +21,4 @@ target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
|
|||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
rb = "run --bin"
|
rb = "run --bin"
|
||||||
rrb = "run --release --bin"
|
rrb = "run --release --bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user