Initial commit: migrate from GitHub
This commit is contained in:
24
CMakeLists.txt
Normal file
24
CMakeLists.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
# ClearGrow Probe Firmware
|
||||
# Zephyr/nRF Connect SDK Project for nRF52840
|
||||
|
||||
cmake_minimum_required(VERSION 3.20.0)
|
||||
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
|
||||
project(cleargrow-probe)
|
||||
|
||||
target_sources(app PRIVATE
|
||||
src/main.c
|
||||
src/sensor_manager.c
|
||||
src/thread_node.c
|
||||
src/power_manager.c
|
||||
src/power_low_level.c
|
||||
src/pairing_code.c
|
||||
src/data_buffer.c
|
||||
src/ota_manager.c
|
||||
src/error_stats.c
|
||||
src/shell_pairing.c
|
||||
src/shell_stats.c
|
||||
)
|
||||
|
||||
target_include_directories(app PRIVATE include)
|
||||
Reference in New Issue
Block a user