diff options
| author | @imrank03 <[email protected]> | 2022-11-23 17:51:43 +0530 |
|---|---|---|
| committer | @imrank03 <[email protected]> | 2022-11-23 17:51:43 +0530 |
| commit | 5aad2129ef2eefd6ea2f2bda05f6c0e6172ba1c8 (patch) | |
| tree | b7cb98faf61b8d89bd6e6cea1d42fc4a83f7c38a /examples/stm32f0 | |
| parent | 28991d77941da2d77fcb242e025af06ceb936460 (diff) | |
added the runner for stm32f091rc
Diffstat (limited to 'examples/stm32f0')
| -rw-r--r-- | examples/stm32f0/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f0/.cargo/config.toml b/examples/stm32f0/.cargo/config.toml index d1b1cd0bf..16abc29bc 100644 --- a/examples/stm32f0/.cargo/config.toml +++ b/examples/stm32f0/.cargo/config.toml | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | [target.thumbv6m-none-eabi] | 1 | [target.thumbv6m-none-eabi] |
| 2 | runner = 'probe-run --chip STM32F030F4Px' | 2 | runner = 'probe-run --chip STM32F091RCTX' |
| 3 | 3 | ||
| 4 | [build] | 4 | [build] |
| 5 | target = "thumbv6m-none-eabi" | 5 | target = "thumbv6m-none-eabi" |
