diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2024-06-23 08:45:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-23 06:45:49 +0000 |
| commit | 918f9c3f13a75d6d01f283702353ebc31bf36c69 (patch) | |
| tree | ab3211474731fffee997e7a01ded708d88421133 /examples/stm32g030f6_periodic_prints/Cargo.toml | |
| parent | 9aeae030e7834d164172d5d1d811cb4cbd16253c (diff) | |
Breaking change: portable-atomic (#922)
* Atomics: Replace polyfill with portable-atomic
* Update Cargo.lock for examples
* RTIC: portable-atomic: Update changelog
* rtic-monotonics: portable-atomic: Update changelog
* lm3s6965: enable critical-section when testing
* xtask: Enable portable-atomic/critical-section
When dealing with rtic-monotonics
* rtic-monotonics: portable-atomics: Do not disable the ability to fallback
---------
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'examples/stm32g030f6_periodic_prints/Cargo.toml')
| -rw-r--r-- | examples/stm32g030f6_periodic_prints/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32g030f6_periodic_prints/Cargo.toml b/examples/stm32g030f6_periodic_prints/Cargo.toml index d8d8e35..4d79f1f 100644 --- a/examples/stm32g030f6_periodic_prints/Cargo.toml +++ b/examples/stm32g030f6_periodic_prints/Cargo.toml @@ -25,6 +25,7 @@ defmt = "0.3.4" defmt-rtt = "0.4.0" fugit = "0.3.7" panic-probe = { version = "0.3.1", features = ["print-defmt"] } +portable-atomic = { version = "1", features = ["unsafe-assume-single-core"] } stm32g0xx-hal = { version = "0.2.0", features = ["rt", "stm32g030"] } |
