west.yml: update esp32 manifest
Update esp32 hal driver Added west-commands option to allow proper submodules download Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
5cfe834596
commit
dafe37677d
2 changed files with 5 additions and 10 deletions
|
@ -2,13 +2,7 @@
|
||||||
|
|
||||||
board_set_flasher_ifnset(esp32)
|
board_set_flasher_ifnset(esp32)
|
||||||
|
|
||||||
if(NOT DEFINED ESP_IDF_PATH)
|
set(ESP_IDF_PATH ${ZEPHYR_ESPRESSIF_MODULE_DIR})
|
||||||
if(DEFINED ENV{ESP_IDF_PATH})
|
|
||||||
message(WARNING "Setting ESP_IDF_PATH in the environment is deprecated. Use cmake -DESP_IDF_PATH=... instead.")
|
|
||||||
set(ESP_IDF_PATH $ENV{ESP_IDF_PATH})
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
assert(ESP_IDF_PATH "ESP_IDF_PATH is not set")
|
assert(ESP_IDF_PATH "ESP_IDF_PATH is not set")
|
||||||
|
|
||||||
board_finalize_runner_args(esp32 "--esp-idf-path=${ESP_IDF_PATH}")
|
board_finalize_runner_args(esp32 "--esp-idf-path=${ESP_IDF_PATH}")
|
||||||
|
|
7
west.yml
7
west.yml
|
@ -43,9 +43,10 @@ manifest:
|
||||||
- name: civetweb
|
- name: civetweb
|
||||||
revision: e6903b80c09d17cd1a8bb32e40080005558aad29
|
revision: e6903b80c09d17cd1a8bb32e40080005558aad29
|
||||||
path: modules/lib/civetweb
|
path: modules/lib/civetweb
|
||||||
- name: esp-idf
|
- name: hal_espressif
|
||||||
revision: 6835bfc741bf15e98fb7971293913f770df6081f
|
west-commands: west/west-commands.yml
|
||||||
path: modules/hal/esp-idf
|
revision: 895d99ed0902e8f3ddde7bdeb3a1fe2fa875b005
|
||||||
|
path: modules/hal/espressif
|
||||||
- name: fatfs
|
- name: fatfs
|
||||||
revision: 1d1fcc725aa1cb3c32f366e0c53d7490d0fe1109
|
revision: 1d1fcc725aa1cb3c32f366e0c53d7490d0fe1109
|
||||||
path: modules/fs/fatfs
|
path: modules/fs/fatfs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue