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

cpu/esp32/esp-idf: add LCD driver of ESP-IDF

This commit is contained in:
Gunar Schorcht 2023-08-02 18:59:58 +02:00
parent ab8649bd2f
commit 33d6281432

View File

@ -36,6 +36,10 @@ ifneq (,$(filter esp_idf_heap,$(USEMODULE)))
DIRS += heap
endif
ifneq (,$(filter esp_idf_lcd,$(USEMODULE)))
DIRS += lcd
endif
ifneq (,$(filter esp_idf_nvs_flash,$(USEMODULE)))
DIRS += nvs_flash
endif