minimal working example, still fails shutdown

This commit is contained in:
2026-02-15 20:23:39 +01:00
commit 2da06bf321
7 changed files with 111 additions and 0 deletions

10
CMakeLists.txt Normal file
View File

@@ -0,0 +1,10 @@
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(beagle-mcu-hello-world C CXX)
set(CMAKE_BUILD_TYPE Debug)
target_compile_options(app PRIVATE -O0 -g)
add_subdirectory(src)