Firmware: Integrate skullc
This commit is contained in:
parent
585f219b38
commit
509909625c
6
firmware/components/skullc/CMakeLists.txt
Normal file
6
firmware/components/skullc/CMakeLists.txt
Normal 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
|
||||||
@ -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
|
||||||
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user