1 Star 0 Fork 0

zephyrproject-rtos/example-application

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
#
# This CMake file is picked by the Zephyr build system because it is defined
# as the module CMake entry point (see zephyr/module.yml).
# This is needed so that custom driver classes using system calls are taken into
# account
zephyr_syscall_include_directories(include)
zephyr_include_directories(include)
add_subdirectory(drivers)
add_subdirectory(lib)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zephyr-rots/example-application.git
git@gitee.com:zephyr-rots/example-application.git
zephyr-rots
example-application
example-application
main

搜索帮助