added cmsis_core, furi, mlib and nanobake implemented basic app structure from furi implemented basic placeholder apps
6 lines
97 B
CMake
6 lines
97 B
CMake
idf_component_register(
|
|
SRC_DIRS "src"
|
|
INCLUDE_DIRS "src"
|
|
REQUIRES mlib cmsis_core
|
|
)
|