Files
system-control/firmware/main/CMakeLists.txt
Peter Siegmund aa10eb55f4
Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Successful in 3m36s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Successful in 3m42s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 3m9s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 2m59s
fix imports
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-12-25 00:24:09 +01:00

27 lines
531 B
CMake
Executable File

idf_component_register(SRCS
main.cpp
app_task.cpp
button_handling.c
i2c_checker.c
hal/u8g2_esp32_hal.c
INCLUDE_DIRS "."
PRIV_REQUIRES
analytics
insa
connectivity-manager
led-manager
persistence-manager
simulator
u8g2
hal
nvs_flash
esp_timer
esp_event
esp_wifi
app_update
rmaker_common
driver
)
spiffs_create_partition_image(storage ../storage FLASH_IN_PROJECT)