mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 23:15:05 +00:00
* app loading wip * various improvements irq/isr stuff is now working lvgl locking where needed hello world now uses proper mutex for app unlocking etc? * various improvements * cmsis_esp improvements * implement interrupts
10 lines
270 B
CMake
10 lines
270 B
CMake
idf_component_register(
|
|
SRC_DIRS "src"
|
|
"src/apps/system/system_info"
|
|
"src/apps/services/desktop"
|
|
"src/apps/services/loader"
|
|
"src/apps/services/gui"
|
|
INCLUDE_DIRS "src"
|
|
REQUIRES esp_lvgl_port esp_lcd esp_lcd_touch driver mlib cmsis_core furi
|
|
)
|