2 Star 4 Fork 0

duxbbo/OpenPlantButler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILD.gn 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
duxbbo 提交于 2020-11-30 18:10 . 调试进展:http简易服务器运行ok
import("//build/lite/config/component/lite_component.gni")
static_library("app_main") {
sources = [
"src/app.c",
"src/wlan.c",
"src/http_wifi_config.c",
"src/http_server.c"
]
include_dirs = [
"//utils/native/lite/include",
"//kernel/liteos_m/components/cmsis/2.0",
"//base/iot_hardware/interfaces/kits/wifiiot_lite",
"//foundation/communication/interfaces/kits/wifi_lite/wifiservice",
"//vendor/hisi/hi3861/hi3861/third_party/lwip_sack/include",
"3rd/ssd1306",
"include"
]
}
lite_component("app") {
features = [
"3rd/ssd1306:oled_ssd1306",
":app_main"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/duxbbo/open_plant_butler.git
git@gitee.com:duxbbo/open_plant_butler.git
duxbbo
open_plant_butler
OpenPlantButler
master

搜索帮助