From 11701c26d00308f38f511f657e00a937ac35f2de Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Fri, 1 Dec 2023 16:07:11 +0000 Subject: [PATCH] Add esp32s2 to no cas list --- no_atomic_cas.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/no_atomic_cas.rs b/no_atomic_cas.rs index 16ec628cd..394615daf 100644 --- a/no_atomic_cas.rs +++ b/no_atomic_cas.rs @@ -14,4 +14,5 @@ const NO_ATOMIC_CAS: &[&str] = &[ "thumbv4t-none-eabi", "thumbv5te-none-eabi", "thumbv6m-none-eabi", + "xtensa-esp32s2-none-elf", ];