1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/external_board_dirs: use esp-idf-gpio-hal for esp32-ci board

This commit is contained in:
Gunar Schorcht 2022-06-28 13:22:44 +02:00
parent d6eef52766
commit 66ceaa4d27

View File

@ -1,6 +1,7 @@
# This must be a different name than 'board' as it is implemented by 'esp32-wrover-kit' # This must be a different name than 'board' as it is implemented by 'esp32-wrover-kit'
USEMODULE += board_esp32-ci USEMODULE += board_esp32-ci
USEMODULE += esp_idf_gpio_hal
USEMODULE += esp_idf_heap USEMODULE += esp_idf_heap
USEMODULE += esp_log_startup USEMODULE += esp_log_startup
USEMODULE += esp_log_tagged USEMODULE += esp_log_tagged