zephyr/boards/common/esp32.board.cmake
Sylvio Alves dafe37677d 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>
2021-01-13 09:10:46 -05:00

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}")