在哪里查找有关 mbed mbed_app.json 可覆盖参数的信息?
你可以查看的第一个资源是平台配置选项页面。此外,查看有关如何使用 mbed CLI 显示配置选项的手册。
此外,你可以查看 GitHub 上的 targets.json:
例如,"Target" => "config" => "default-adc-vref" 需要像这样输入到 mbed_app.json 中:
mbed_app.json
{
"target_overrides": {
"*": {
"target.default-adc-vref": 3300
}
}
}Check out similar posts by category:
C/C++, Mbed, PlatformIO
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow