1 Star 3 Fork 2

阿阿阿瑞i/pandaboard_application

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
BUILD.gn 992 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿阿阿瑞i 提交于 2024-11-05 19:26 +08:00 . 添加网络部分
# Copyright (c) 2022 pandaboard.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//kernel/liteos_m/liteos.gni")
module_name = get_path_info(rebase_path("."), "name")
module_group(module_name) {
modules = [
# "001_helloworld",
# "002_led",
# "003_blink",
# "004_filesystem",
# "005_os_thread",
# "006_os_timer",
# "007_os_event",
# "008_os_mutex",
# "009_os_sem",
# "010_os_queue",
# "011_net_tcp_client",
# "012_net_tcp_server",
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pandaboard/pandaboard_application.git
git@gitee.com:pandaboard/pandaboard_application.git
pandaboard
pandaboard_application
pandaboard_application
pandaboard_gd32_ohos

搜索帮助