esp32: update for soc refactor in esp-idf 9edab21385b6349340d7e3ac27b730e44a127fd3
This commit is contained in:
parent
6018c0519a
commit
ff151d0710
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ SET(CMAKE_C_FLAGS "-nostdlib -Wall -Werror \
|
|||
-I${IDF_PATH}/components/esp32/include/ \
|
||||
-I${IDF_PATH}/components/bootloader_support/include/ \
|
||||
-I${IDF_PATH}/components/app_update/include/ \
|
||||
-I$(IDF_PATH)/components/soc/esp32/include/ \
|
||||
${LWS_C_FLAGS} -Os \
|
||||
-I${IDF_PATH}/components/nvs_flash/test_nvs_host \
|
||||
-I${IDF_PATH}/components/freertos/include" CACHE STRING "" FORCE)
|
||||
|
|
Loading…
Add table
Reference in a new issue