1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

external_boards/esp32-ci: Add gpio_hal in kconfig to match make

This commit is contained in:
MrKevinWeiss 2022-07-26 14:42:10 +02:00
parent e21c3a1e4a
commit 43cc07f050
No known key found for this signature in database
GPG Key ID: 4B69974722CBEEAE

View File

@ -1,5 +1,6 @@
# Sets up configuration for openocd
CONFIG_MODULE_ESP_JTAG=y
CONFIG_MODULE_ESP_IDF_GPIO_HAL=y
CONFIG_MODULE_ESP_IDF_HEAP=y
CONFIG_MODULE_ESP_LOG_STARTUP=y
CONFIG_MODULE_ESP_LOG_TAGGED=y