mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
Merge branch 'feature/upgrade_c_cxx_standards' into 'master'
build system: use C17 and C++2a by default Closes IDF-1499, IDFGH-1788, IDFGH-2781, and IDFGH-7617 See merge request espressif/esp-idf!18371
This commit is contained in:
@@ -127,6 +127,3 @@ else()
|
||||
REQUIRES esp_pm esp_ringbuf freertos soc hal esp_hw_support
|
||||
LDFRAGMENTS linker.lf)
|
||||
endif()
|
||||
|
||||
# uses C11 atomic feature
|
||||
set_source_files_properties(spi_master.c PROPERTIES COMPILE_FLAGS -std=gnu11)
|
||||
|
Reference in New Issue
Block a user