diff options
| author | Finomnis <Finomnis@users.noreply.github.com> | 2024-07-05 18:19:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-05 16:19:51 +0000 |
| commit | 5cafe9dd0bfc24b4243cc5e5d6be6b7c7556f3a3 (patch) | |
| tree | 8ac2f80263c1cd82e1dbc62dd3153ae66d9692d0 /examples/stm32g030f6_periodic_prints/.cargo | |
| parent | 624f643a976fc0676750de9c22d789115cba21c1 (diff) | |
Fix STM32 Monotonic for peripherals with only two Clock Compare modules (#960)
* Update dependencies of stm32g0 timer example
* Replace obsolete probe-run with probe-rs run
* Modify stm32 monotonic to work with timers that have only 2 compare modules
* Add changelog
* Fix typo
Diffstat (limited to 'examples/stm32g030f6_periodic_prints/.cargo')
| -rw-r--r-- | examples/stm32g030f6_periodic_prints/.cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32g030f6_periodic_prints/.cargo/config.toml b/examples/stm32g030f6_periodic_prints/.cargo/config.toml index 15ddd2a..d760d55 100644 --- a/examples/stm32g030f6_periodic_prints/.cargo/config.toml +++ b/examples/stm32g030f6_periodic_prints/.cargo/config.toml @@ -1,6 +1,6 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] # TODO(2) replace `$CHIP` with your chip's name (see `probe-run --list-chips` output) -runner = "probe-run --chip STM32G030F6Px" +runner = "probe-rs run --chip STM32G030F6Px" rustflags = [ "-C", "linker=flip-link", "-C", "link-arg=-Tlink.x", |
