From 918f9c3f13a75d6d01f283702353ebc31bf36c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sun, 23 Jun 2024 08:45:49 +0200 Subject: 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 --- examples/hifive1/Cargo.lock | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'examples/hifive1') diff --git a/examples/hifive1/Cargo.lock b/examples/hifive1/Cargo.lock index 6fcc786..76374dc 100644 --- a/examples/hifive1/Cargo.lock +++ b/examples/hifive1/Cargo.lock @@ -2,15 +2,6 @@ # It is not intended for manual editing. version = 3 -[[package]] -name = "atomic-polyfill" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" -dependencies = [ - "critical-section", -] - [[package]] name = "bare-metal" version = "1.0.0" @@ -268,9 +259,9 @@ dependencies = [ name = "rtic" version = "2.1.1" dependencies = [ - "atomic-polyfill", "bare-metal", "critical-section", + "portable-atomic", "riscv", "riscv-slic", "rtic-core", -- cgit v1.2.3