File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 22
33board_set_flasher_ifnset(esp32)
44
5- if (NOT DEFINED ESP_IDF_PATH)
6- if (DEFINED ENV{ESP_IDF_PATH})
7- message (WARNING "Setting ESP_IDF_PATH in the environment is deprecated. Use cmake -DESP_IDF_PATH=... instead." )
8- set (ESP_IDF_PATH $ENV{ESP_IDF_PATH} )
9- endif ()
10- endif ()
11-
5+ set (ESP_IDF_PATH ${ZEPHYR_ESPRESSIF_MODULE_DIR} )
126assert(ESP_IDF_PATH "ESP_IDF_PATH is not set" )
137
148board_finalize_runner_args(esp32 "--esp-idf-path=${ESP_IDF_PATH} " )
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ manifest:
4343 - name : civetweb
4444 revision : e6903b80c09d17cd1a8bb32e40080005558aad29
4545 path : modules/lib/civetweb
46- - name : esp-idf
47- revision : 6835bfc741bf15e98fb7971293913f770df6081f
48- path : modules/hal/esp-idf
46+ - name : hal_espressif
47+ west-commands : west/west-commands.yml
48+ revision : 895d99ed0902e8f3ddde7bdeb3a1fe2fa875b005
49+ path : modules/hal/espressif
4950 - name : fatfs
5051 revision : 1d1fcc725aa1cb3c32f366e0c53d7490d0fe1109
5152 path : modules/fs/fatfs
You can’t perform that action at this time.
0 commit comments