Add inital src and cmake

This commit is contained in:
KenwoodFox
2026-05-22 11:44:07 -04:00
parent b36b622268
commit 2124599cac
4 changed files with 32 additions and 0 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(timer_fw)
target_sources(app PRIVATE src/main.c)