nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
For now only BLE is supported for nRF5x. IEEE802.15.4 will enable Thread support for Nordic chips. I have it partially done, but I don't know when I'll finish it, so...
The T-Deck is an ESP32-S3 board in a semi-blackberry form factor with a BB keyboard, an (ST7789-compatible) display, power managment, optional LORA, i2s, microphone and some more, but no uart-to-usb...
I decided to list all the symbols that are missing in our source code (thanks ChatGPT for help with the shell script added here). Probably we will need a task...
There are several implementations of `up_initialize()`, at least one per architecture. Each of these initializtion files is very similar; each initializes the same set of common drivers under the `drivers/`...
When we are trying to build elf along with exceptions (stm32f4discovery elf config with uClib++ and exceptions enabled), some extra sections are getting created (without following the linker script). ```...
## Summary binfmt/libelf: add exidx and extab sections in linker script exidx and extab sections are required for exception handling, hence add them to the elf linker script include/nuttx: fix...
## Summary ## Impact ## Testing
Report from all ci console, like this: https://github.com/apache/nuttx/actions/runs/7347758008/job/20004759931
I am a newcomer to the RTOS world and I am learning how to use NuttX. I am following some introductory articles to Nuttx written by Alan C. Assis (You...
## Summary Optimize the initialization of vnc, change it to vnc_fb_register. ## Impact Nuttx vnc ## Testing run nuttx with vnc