Nuttx:修订间差异
跳转到导航
跳转到搜索
| 第1行: | 第1行: | ||
== 源代码 == | == 源代码 == | ||
=== 主要 === | === 主要 === | ||
OS:https://github.com/apache/ | OS:https://github.com/apache/nuttx <br>APPS:https://github.com/apache/nuttx-apps | ||
=== 备用 === | === 备用 === | ||
2026年6月20日 (六) 12:26的最新版本
源代码
主要
OS:https://github.com/apache/nuttx
APPS:https://github.com/apache/nuttx-apps
备用
OS:https://gitee.com/HEYAHONG/nuttx.git
APPS:https://gitee.com/HEYAHONG/nuttx-apps
说明
nuttx需要同时下载nuttx与apps才能正常编译,具体的文件夹命名查看APPS的说明。默认情况下,通常在同一文件夹分别命名为nuttx与apps。
nuttx的编译工具链需自行准备。
主机至少需要安装kconfig-frontends以支持menuconfig。
个人用途
- 测试ESP32。
- 测试BL602

