diff options
| author | Ulf Lilleengen <[email protected]> | 2023-07-31 08:29:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-31 08:29:30 +0000 |
| commit | eff2d71f28b44ad71256cba645ce25e56ab88f9c (patch) | |
| tree | 94c03c78167ddf3d0983a377118c86ac03d44e9d /examples | |
| parent | 6c6bd11c1a28eb8985518a10bd723c622d82f4b6 (diff) | |
| parent | 027801db6029890f806d87b5fae85184c020f318 (diff) | |
Merge pull request #1723 from JuliDi/patch-1
Fix probe-rs chip type in stm32h7 example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h7/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7/.cargo/config.toml b/examples/stm32h7/.cargo/config.toml index 4160bf855..5f680dbce 100644 --- a/examples/stm32h7/.cargo/config.toml +++ b/examples/stm32h7/.cargo/config.toml | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | [target.thumbv7em-none-eabihf] | 1 | [target.thumbv7em-none-eabihf] |
| 2 | runner = 'probe-rs run --chip STM32H7A3ZITxQ' | 2 | runner = 'probe-rs run --chip STM32H743ZITx' |
| 3 | 3 | ||
| 4 | [build] | 4 | [build] |
| 5 | target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU) | 5 | target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU) |
