mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
cpu/esp32/esp-idf: add LCD driver of ESP-IDF
This commit is contained in:
parent
ab8649bd2f
commit
33d6281432
@ -36,6 +36,10 @@ ifneq (,$(filter esp_idf_heap,$(USEMODULE)))
|
|||||||
DIRS += heap
|
DIRS += heap
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter esp_idf_lcd,$(USEMODULE)))
|
||||||
|
DIRS += lcd
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter esp_idf_nvs_flash,$(USEMODULE)))
|
ifneq (,$(filter esp_idf_nvs_flash,$(USEMODULE)))
|
||||||
DIRS += nvs_flash
|
DIRS += nvs_flash
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user