dafe37677d
Update esp32 hal driver Added west-commands option to allow proper submodules download Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
9 lines
236 B
CMake
9 lines
236 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_set_flasher_ifnset(esp32)
|
|
|
|
set(ESP_IDF_PATH ${ZEPHYR_ESPRESSIF_MODULE_DIR})
|
|
assert(ESP_IDF_PATH "ESP_IDF_PATH is not set")
|
|
|
|
board_finalize_runner_args(esp32 "--esp-idf-path=${ESP_IDF_PATH}")
|