mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
stdatomic: support gcc built-in functions for esp32s2beta
This commit is contained in:
parent
55859f59cb
commit
053f419ced
@ -6,9 +6,12 @@ else()
|
||||
set(srcs "debug_helpers.c"
|
||||
"debug_helpers_asm.S"
|
||||
"eri.c"
|
||||
"stdatomic.c")
|
||||
)
|
||||
|
||||
if(CONFIG_IDF_TARGET_ESP32)
|
||||
if(IDF_TARGET STREQUAL "esp32s2beta")
|
||||
list(APPEND srcs "stdatomic.c")
|
||||
endif()
|
||||
if(IDF_TARGET STREQUAL "esp32")
|
||||
list(APPEND srcs "trax.c")
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user