-
-
I found a nice project that could be integrated on NuttX to support ext2, ext3 and ext4:
https://github.com/gkostka/lwext4
To get it BSD only we need to remove the extended attribute support as …
-
Currently NuttX has many initialization options each one used for some specific case, but at least CONFIG_NSH_ARCHINIT that is used to do drivers initialization when NSH is enabled could be removed in…
-
sometimes a user wants to have multiple copies of littlefs in a binary.
eg.
nuttx embeds littlefs for its filesystem: https://github.com/apache/nuttx/tree/master/fs/littlefs
toywasm also can embe…
yamt updated
8 months ago
-
And update the notes.
Also, is it really required to use 1Mbps UART? Cause it's hardcoded in NuttX?
-
## Overview
- We need your help to support XIAO RP2040 for NuttX ROTS Application and write a complete Wiki page for it.
## How do we work together?
- **Leave a comment with your GitHub name below** …
-
Create a simple nuttx ethercat app using kickcats slave stack.
- [x] Build xmc4800 board using CMake (https://github.com/apache/nuttx/pull/11679)
- [ ] Create simple app inspired from @Rdk-T amazi…
-
你好!
我在你们提供的1.7.3固件中自定义了一个uorb消息和mavlink消息,这时可以成功编译,并且能烧录进飞控中。可是当我在simulink中编译官方的程序时,它会显示生成了相应的代码和库,但是并没有屏蔽和替换掉固件中本来的控制代码。请问问题出在哪里?如何解决?
以下是diagnostics viewer的输出:
### Generating code into build fold…
-
### Describe problem solved by the proposed feature
- Boards such as the KakuteH7 V2/H7 Mini have a Winbond W25N01GV NAND flash chip instead of a SD card slot
- The small size of the H7 Mini as we…
-
## 官方资料
- 官方文档 https://nuttx.apache.org/docs/latest/index.html
- 官方Wiki https://cwiki.apache.org/confluence/display/NUTTX/NuttX
## 参考文章
- 使用NuttX创建app的4种方法 https://cwiki.apache.org/confluence/di…