1 Star 0 Fork 1

AliOS Things/miniapp_agent_demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.yaml 1015 Bytes
一键复制 编辑 原始数据 按行查看 历史
skylarCai 提交于 2021-09-17 13:59 . release version:rel_3.3.0-20210914_1400
name: miniapp_agent_demo
version: master # <必选项> 组件版本号
description: AliOS Things LinkSDK Data Model Demo
type: solution
solution:
cpu_id: cpu0
board_name: haas100
# board_name: board_dummy
# toolchain_prefix: csky-abiv2-elf
# cpu_name: CK805EF
# vendor_name: thead
# chip_name: 'csi_ch2201'
# ld_script: configs/gcc_eflash.ld
# ld_script: gcc_eflash.ld
depends: # 该组件依赖其他的组件
- linksdk: master
- mbedtls: master
- netmgr: master
- ble_netconfig: master
- cli: master
- kv: master
- debug: master
- lwip: master
- uservice: master
- wifi: master
# supported_boards 中记录当前组件能支持的所有板子
supported_boards:
- haas100: master
- haas200: master
- haaseduk1: master
## 第五部分:配置信息
def_config: # 组件的可配置项
CONFIG_BT_RX_STACK_SIZE: 4096
# 源文件
source_file:
- "maintask.c"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alios-things/miniapp_agent_demo.git
git@gitee.com:alios-things/miniapp_agent_demo.git
alios-things
miniapp_agent_demo
miniapp_agent_demo
master

搜索帮助