Skip to content

Commit

Permalink
Add +forced-atomics feature to esp32s2 no_std target
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Nov 26, 2024
1 parent 92e8868 commit 103cde0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub(crate) fn target() -> Target {
vendor: "espressif".into(),
cpu: "esp32-s2".into(),
linker: Some("xtensa-esp32s2-elf-gcc".into()),
features: "+forced-atomics".into(),
max_atomic_width: Some(32),
..xtensa::opts()
},
Expand Down

0 comments on commit 103cde0

Please sign in to comment.