1 Star 1 Fork 0

neptunekk / meshinterface

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mbed_app.json 785 Bytes
一键复制 编辑 原始数据 按行查看 历史
neptunekk 提交于 2020-05-12 00:08 . add fhss and test command
{
"config": {
"radio-type":{
"help": "options are ATMEL, MCR20, SPIRIT1, RF215",
"value": "RF215"
}
},
"macros": ["MBED_TRACE_LINE_LENGTH=200", "OS_TASKCNT=4", "OS_IDLESTKSIZE=32"],
"target_overrides": {
"*": {
"nanostack.configuration": "lowpan_host",
"platform.stdio-convert-newlines": true,
"platform.stdio-baud-rate": 115200,
"mbed-mesh-api.heap-size": 6000,
"nanostack-hal.event_loop_thread_stack_size": 2000,
"mbed-trace.enable": true,
"nsapi.default-stack": "LWIP",
"target.device_has_add": ["802_15_4_PHY"]
},
"MIMXRT1050_EVK": {
"target.macros_remove":["HYPERFLASH_BOOT"]
}
}
}
C++
1
https://gitee.com/neptunekk/meshinterface.git
git@gitee.com:neptunekk/meshinterface.git
neptunekk
meshinterface
meshinterface
master

搜索帮助