1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-21 23:19:10 -04:00
esp-idf/components/newlib/project_include.cmake

4 lines
134 B
CMake

if(CONFIG_STDATOMIC_S32C1I_SPIRAM_WORKAROUND)
idf_build_set_property(COMPILE_OPTIONS "-mdisable-hardware-atomics" APPEND)
endif()