From 2b2208e217a96086696bd6f36cff2a6cd4c4ac9f Mon Sep 17 00:00:00 2001 From: onsdagens Date: Wed, 27 Sep 2023 21:39:35 +0200 Subject: esp32c3 support --- rtic-common/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rtic-common/CHANGELOG.md') diff --git a/rtic-common/CHANGELOG.md b/rtic-common/CHANGELOG.md index f90db79..1fe270b 100644 --- a/rtic-common/CHANGELOG.md +++ b/rtic-common/CHANGELOG.md @@ -13,4 +13,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Fixed +## [v1.0.1] + +- `portable-atomic` used as a drop in replacement for `core::sync::atomic` in code and macros. `portable-atomic` imported with `default-features = false`, as we do not require CAS. + ## [v1.0.0] - 2023-05-31 -- cgit v1.2.3