nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

Apache NuttX is a mature, real-time embedded operating system (RTOS)

Results 714 nuttx issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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/`...

enhancement
good first issue
modularity

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...

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