Initial commit.
Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled

This commit is contained in:
2025-04-30 16:33:57 +03:00
commit 34cf3ec285
193 changed files with 25742 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
set(component_srcs "src/esp_schedule.c"
"src/esp_schedule_nvs.c")
idf_component_register(SRCS "${component_srcs}"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "src"
PRIV_REQUIRES "rmaker_common"
REQUIRES "nvs_flash")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-function")