Work on zephyr support

This commit is contained in:
unknown
2022-07-26 21:49:50 +02:00
parent 5677d9bfdd
commit 39a8f8fcda
12 changed files with 257 additions and 2 deletions

View File

@ -0,0 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(blinky)
target_sources(app PRIVATE ../src/main.c)

View File

@ -0,0 +1 @@
# nothing here