1 Star 0 Fork 1

Ai-Thinker-Open/HomeAssistant_example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
SeaHi-Mo 提交于 8个月前 . 添加土壤湿度器代码
# ********************************#
# 编译配置
# Compile Configuration
# ********************************#
# 当前工程文件路径(Current project file path)
SDK_DEMO_PATH ?= .
# 配置SDK路径(Configure SDK path)
BL_SDK_BASE ?= $(SDK_DEMO_PATH)/../../../bl61x_SDK/os/
# 设置SDK路径(Set SDK path)
export BL_SDK_BASE
#配置芯片型号,M61/M62都配置成bl616(Configure chip models, with both M61 and M62 configured as bl616)
CHIP ?= bl616
#配置板子类型,M61/M62 保持 “bl616dk”(Configuration board subtype, M61/M62 maintains' bl616dk ')
BOARD ?= bl616dk
#配置编译工具链(Configure Compilation Toolchain)
CROSS_COMPILE ?= $(PWD)/../../../bl61x_SDK/toolchain/bin/riscv64-unknown-elf-
#cmake_definition+=-Dxxx=sss
#引用实际的编译配置(Reference the actual compilation configuration)
include $(BL_SDK_BASE)/project.build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Ai-Thinker-Open/HomeAssistant_example.git
git@gitee.com:Ai-Thinker-Open/HomeAssistant_example.git
Ai-Thinker-Open
HomeAssistant_example
HomeAssistant_example
master

搜索帮助