Firmware: Integrate skullc

This commit is contained in:
Erki 2024-02-16 16:52:10 +02:00
parent 585f219b38
commit 509909625c
3 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,6 @@
idf_component_register(INCLUDE_DIRS
"skullc-peripherals/Peripherals/Inc"
"skullc-peripherals/Utility/Inc"
SRC_DIRS
"skullc-peripherals/Utility/Src"
REQUIRES etlcpp driver)

@ -1 +1 @@
Subproject commit e6f5315dacd786a92e9048f2586e01ef5cd2967e Subproject commit 470ad7537695229e57f2332fdd54a96fed3e556a

View File

@ -1,6 +1,11 @@
idf_component_register( idf_component_register(
SRCS "main.cpp" "wifi_provisioner.cpp" "clock_core.cpp" SRCS "main.cpp" "wifi_provisioner.cpp" "clock_core.cpp"
INCLUDE_DIRS "" INCLUDE_DIRS ""
REQUIRES nvs_flash esp_wifi esp_http_server etlcpp json REQUIRES nvs_flash esp_wifi esp_http_server etlcpp json skullc
EMBED_FILES "${CMAKE_CURRENT_LIST_DIR}/static/index.html" EMBED_FILES "${CMAKE_CURRENT_LIST_DIR}/static/index.html"
) )
component_compile_definitions(
SKULLC_WITH_HAL
SKULLC_USE_HAL_ESP
)