diff options
| author | Dion Dokter <[email protected]> | 2025-05-06 13:16:33 +0200 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2025-05-06 13:17:00 +0200 |
| commit | 8017d58eb941c6e7700c2cd21ebcb216d9d9f556 (patch) | |
| tree | 81c3254e160d67cb08255d0557276614db86a240 /docs/examples/layer-by-layer | |
| parent | 73f11d238a96a2186e93f786bd29b75149097e02 (diff) | |
| parent | af6f5ca0c42bc5a3e740bbeb09ba00a543d21d6b (diff) | |
Merge branch 'main' into configurable-bank-support
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", |
