Skip to content

Commit

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

0 comments on commit 727f6a6

Please sign in to comment.