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
Signed-off-by: Peter Siegmund <developer@mars3142.org>
27 lines
531 B
CMake
Executable File
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)
|