This commit is contained in:
pjanik-hub
2026-02-19 19:07:05 -07:00
commit 7a82e54414
6 changed files with 89 additions and 0 deletions

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.20.0)
set(BOARD nucleo_g474re)
find_package(Zephyr REQUIRED)
project(app)
target_sources(app PRIVATE src/main.c)