mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
added cmsis_core, furi, mlib and nanobake implemented basic app structure from furi implemented basic placeholder apps
7 lines
109 B
CMake
7 lines
109 B
CMake
|
|
idf_component_register(
|
|
SRC_DIRS "src"
|
|
"src/hello_world"
|
|
REQUIRES nanobake board_2432s024
|
|
)
|