Custom board

This commit is contained in:
2023-11-02 19:47:21 +01:00
parent aac3b7200c
commit 981e949cf1
11 changed files with 227 additions and 7 deletions

View File

@@ -3,4 +3,4 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(hellobt)
target_sources(app PRIVATE src/main.c)
target_sources(app PRIVATE src/main.cpp)