Created
February 12, 2025 18:12
-
-
Save kartben/a0a4d462dd52d77753656c0812d8422a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-License-Identifier: Apache-2.0 | |
cmake_minimum_required(VERSION 3.20.0) | |
# find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE}) | |
find_package(Zephyr COMPONENTS FindZephyr-sdk zephyr_default yaml pre_dt dts REQUIRED HINTS $ENV{ZEPHYR_BASE}) | |
project(hello_world) | |
target_sources(app PRIVATE src/main.c) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment