-
This contains the basic app ready to be extended with abstraction layers and other features. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
This contains the basic app ready to be extended with abstraction layers and other features. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 246 B
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(zephyr-keypad)
FILE(GLOB app_sources src/*.c src/assets/*.c)
target_sources(app PRIVATE ${app_sources})