Files
system-control/firmware/main/CMakeLists.txt
Peter Siegmund d68667d377
Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 3m23s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 3m29s
ESP-IDF Build / build (esp32c6, release-v6.0) (push) Failing after 4m8s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Successful in 3m46s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Successful in 4m5s
ESP-IDF Build / build (esp32s3, release-v6.0) (push) Failing after 1m24s
add external package
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-12-20 15:04:45 +01:00

26 lines
519 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
nvs_flash
esp_timer
esp_event
esp_wifi
app_update
rmaker_common
driver
)
spiffs_create_partition_image(storage ../storage FLASH_IN_PROJECT)