2 Star 0 Fork 2

源师兄/test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD.gn 2.64 KB
一键复制 编辑 原始数据 按行查看 历史
liangkz 提交于 2025-02-28 16:25 +08:00 . update README
# /*
# * Copyright (C) 2021 HiHope Open Source Organization .
# * 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.
# */
static_library("app_open_brother") {
sources = [
"./nfc_demo/app_demo_config.c",
"./nfc_demo/app_demo_nfc.c",
"./examples/ssd1306_demo.c",
"./examples/ssd1306_tests.c",
"./libm_port/__sin.c",
"./libm_port/__cos.c",
"./libm_port/__rem_pio2.c",
"./libm_port/__rem_pio2_large.c",
"./ssd1306/ssd1306.c",
"./ssd1306/ssd1306_fonts.c",
"./i2caht20/src/aht20.c",
"./i2caht20/test/aht20_test.c",
"./ltr_553als/ltr_553als.c",
"pwm_beer_demo.c",
"wifi_hotspot_demo.c",
"6_axis_demo.c",
"icm.c",
"uart1.c",
"main.c",
"./lis3dh/lis3dh_driver.c",
"./lis3dh/lis3dh_test.c",
]
include_dirs = [
"./",
"./lis3dh",
"./i2caht20",
"./i2caht20/src",
"./examples",
"./libm_port",
"./ssd1306",
"./ltr_553als",
"//utils/native/lite/include",
"//kernel/liteos_m/kal/cmsis",
"//base/iot_hardware/peripheral/interfaces/kits",
"//utils/native/lite/include",
"//kernel/liteos_m/kal",
"//base/iot_hardware/peripheral/interfaces/kits",
"./ssd1306",
"//utils/native/lite/include",
"//foundation/communication/wifi_lite/interfaces/wifiservice",
"//kernel/liteos_m/components/cmsis/2.0",
"//base/iot_hardware/peripheral/interfaces/kits",
"//device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice",
"//device/soc/hisilicon/hi3861v100/hi3861_adapter/kal",
"//utils/native/lite/include",
"//kernel/liteos_m/components/cmsis/2.0",
"//base/iot_hardware/peripheral/interfaces/kits",
"//device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice",
"//device/soc/hisilicon/hi3861v100/hi3861_adapter/kal",
"//base/iothardware/peripheral/interfaces/inner_api",
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Open-Brother/test.git
git@gitee.com:Open-Brother/test.git
Open-Brother
test
test
master

搜索帮助