diff options
| author | Jakob <[email protected]> | 2025-05-14 18:57:49 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-14 18:57:49 +0200 |
| commit | b17da5b79470cb6b9877ec9fd5682062f7a37aec (patch) | |
| tree | 4d60a3e4b9404a8b566b069358d700a6cfb5f8b2 /docs/examples/layer-by-layer | |
| parent | a71642ca01190d1a8f8bd652bd41d8a9539fe2ee (diff) | |
| parent | b9ed61cdd99be4a58a757a0eb32c1fa77a696d6a (diff) | |
Merge branch 'embassy-rs:main' into update_doc_comment_for_adc_read
Diffstat (limited to 'docs/examples/layer-by-layer')
| -rw-r--r-- | docs/examples/layer-by-layer/.cargo/config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/layer-by-layer/.cargo/config.toml b/docs/examples/layer-by-layer/.cargo/config.toml index 3012f05dc..f30d9e446 100644 --- a/docs/examples/layer-by-layer/.cargo/config.toml +++ b/docs/examples/layer-by-layer/.cargo/config.toml | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] | 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] |
| 2 | runner = "probe-run --chip STM32L475VG" | 2 | # replace your chip as listed in `probe-rs chip list` |
| 3 | runner = "probe-rs run --chip STM32L475VG" | ||
| 3 | 4 | ||
| 4 | rustflags = [ | 5 | rustflags = [ |
| 5 | "-C", "link-arg=--nmagic", | 6 | "-C", "link-arg=--nmagic", |
