bootloader somehow working

Signed-off-by: Eduard Iten <eduard@iten.pro>
This commit is contained in:
2025-07-11 15:10:10 +02:00
parent c3c23efc95
commit 0227e54198
22 changed files with 204 additions and 0 deletions

View File

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