nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
I compile the File system mount example with the config options likes this: [*] File system mount example [*] Use block device (/dev/mtdblock0) Block device name I can not mount...
Signed-off-by: anjiahao ## Summary [pull5070](https://github.com/apache/incubator-nuttx/pull/5070) is the first step, this is step 2, then change sem default behavior ## Impact schedule ## Testing CI
## Summary Using callback mechanism to implement poll notification, the callback mechanism can only be used in kernal code. Rpmsg device (#6869) need this mechanism to implement the poll operation....
## Summary Code refactor only: - Remove the unnessary empty line after label - Return -EINVAL for the internal API ## Impact Minor ## Testing Pass CI, please ignore mix...
## Summary support /dev/crypto for nuttx,base form openbsd it suppot aes,des,hmac,gmac .. The most important thing is to achieve unified management of hardware crypto ### todo overwrite existing aes mode...
I would to configure ESP32 in SoftAP mode in NuttX, but look like the documentation in the corresponding page ([Wi-Fi SoftrAP](https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/index.html#wi-fi-softap)) is incomplete. 1. The commands suggested in the documentation...
Signed-off-by: nietingting ## Summary add ci run on sim ## Impact ## Testing on sim
**This is not a real PR**. It follows on from my [presentation](https://www.youtube.com/watch?v=qSvYHhM7hz0&t=4711s) at NuttX 2022 Workshop. It is my 1st attempt to take my changes to our backlevel NuttX repo...
I would like to use NuttX with ESP32 and I am looking for a UART driver. I see that there is the [nuttx/include/nuttx/serial/serial.h](https://github.com/apache/incubator-nuttx/blob/master/include/nuttx/serial/serial.h) file where I find the [`uart_setup(dev)`](https://github.com/apache/incubator-nuttx/blob/master/include/nuttx/serial/serial.h#L77), [`uart_send(dev,...
## Summary Add CodeChecker to CI ## Impact Increase the rigor with which code is reviewed It may increase the time of CI ## Testing