Skip to content

Commit 986a612

Browse files
Update ci to include portable_atomic_no_outline_atomics
1 parent 6736c86 commit 986a612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if ! command -v cargo-embassy-devtool &> /dev/null; then
1818
exit 1
1919
fi
2020

21-
export RUSTFLAGS=-Dwarnings
21+
export RUSTFLAGS="-Dwarnings --cfg portable_atomic_unsafe_assume_single_core"
2222
export DEFMT_LOG=trace,embassy_hal_internal=debug,embassy_net_esp_hosted=debug,cyw43=info,cyw43_pio=info,smoltcp=info
2323
if [[ -z "${CARGO_TARGET_DIR}" ]]; then
2424
export CARGO_TARGET_DIR=target_ci

embassy-rp/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Add reset_to_usb_boot for rp235x ([#4705](https://github.com/embassy-rs/embassy/pull/4705))
1919
- Add fix #4822 in PIO onewire. Change to disable the state machine before setting y register ([#4824](https://github.com/embassy-rs/embassy/pull/4824))
2020
- Add PIO::Ws2812 color order support
21-
- Remove unused deprecated atomic-polyfill crate from Cargo.toml ([#4909](https://github.com/embassy-rs/embassy/pull/4909))
21+
- Remove deprecated atomic-polyfill crate and use portable-atomic crate instead ([#4909](https://github.com/embassy-rs/embassy/pull/4909))
2222

2323
## 0.8.0 - 2025-08-26
2424

0 commit comments

Comments
 (0)