minimal working example, still fails shutdown
This commit is contained in:
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user