nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
I am trying to build with a custom apps directory following this guide: https://nuttx.apache.org/docs/latest/guides/customapps.html#custom-apps-how-to Using NuttX Release 12.3.0 in WSL (Linux version 5.15.133.1-microsoft-standard-WSL2), I created the example files listed in...
## Summary the current CMake link stage uses gcc/g++ as the linker, which may cause unexpected issues such as link options do not taking effect, so it is better to...
When enabling open()/pclose() functions, in order to use them, 'FIFO and named pipes drivers' option must be enabled but there is no sign of its dependecy. Making 'popen()/pclose() Functions' option...
I have been investigating signal handling in NuttX for SEGV/BUS/… for armv7-m. I have got some PoC code written (for a backlevel NuttX) that, while I’m in the interrupt handler,...
## Summary Adds dual-core support for the STM32H747AI with a simple generic example board equipping six LEDs, I2C, and SPI channels. ## Impact Small impact on the existing code base...
NuttX is a very complete POSIX RTOS, but sometimes for low end applications like some low cost automotive application POSIX standard is overwhelming. This issue was fixed with PSE51 subset,...
## Summary Mempool:Change single queue to double queue and add more checks ## Impact mempool ## Testing sim with mm_testing & mempool add santiy check for used after free Using...
It seems there is no support for STM32H5 yet. Is it currently being worked on ? If not, and if I can, I am considering to add it with the...
## Summary Add unregister_driver() execution to unlink() operation to delete device file. Also, add resource cleanup to video_uninitialize() operation to avoid memory leak without unlink() execution for compatibility. ## Impact...
## Summary Add flash mmap function. ## Impact ## Testing