Skip to content

Commit 0f42ae3

Browse files
authored
Merge pull request #891 from rust-embedded/unsafe-attr
edition flag, unsafe(no_mangle)
2 parents b2b3898 + 2009a76 commit 0f42ae3

File tree

10 files changed

+375
-289
lines changed

10 files changed

+375
-289
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- { vendor: TexasInstruments }
9393
- { vendor: TexasInstruments, options: "-- --atomics" }
9494
- { vendor: Espressif }
95-
- { vendor: Espressif, options: "-- --atomics" }
95+
- { vendor: Espressif, options: "-- --atomics --edition=2024" }
9696
- { vendor: Vorago }
9797
- { vendor: Vorago, options: "-- --strict --atomics" }
9898
- { vendor: Renesas }

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1414
- Ensure `__INTERRUPTS` are `#[no_mangle]` on Xtensa.
1515
- Add `base_isa` field to `riscv_config` to allow the `riscv_rt::core_interrupt`
1616
macro to properly generate start trap assembly routines in vectored mode.
17+
- Add `edition` flag
1718

1819
## [v0.36.1] - 2025-04-04
1920

0 commit comments

Comments
 (0)