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

Hi, as part of GSoC '24, I wish to propose a file system to support NAND flash file systems, that would take into account the challenges of an RTOS, limited...

Real world devices often need touchscreen calibration to ensure that touchpoints are correctly reported, and scaled to suit the pixel height and width of the display in use. Algorithms for...

All tarballs older than 9.0 are missing because Greg deleted the bitbucket.org/nuttx/nuttx, it is important to include these historic files there: https://nuttx.apache.org/download/

### Summary On the PolarFire Icicle board, when building from `master` with a config based on `icicle:nsh` (plus config and flag changes detailed below), the cxxtest built-in app exception test...

## Summary Replace ESP32C3 TWAI driver with common SJA1000 CAN driver (in a separate pull request). This pull request depends on the SJA1000 PR. ## Impact Commonises the ESP32C3 TWAI...

The codebase I used is Nuttx 12.4. HW is MIMXRT1170-EVK board (not EVKB). The configure command is "./tools/configure.sh -l imxrt1170-evk:nsh". But I can't find any content on my serial terminal.

As a part of GSOC 2024, I wish to integrate Rust into Nuttx. For that, a new coding standard for Rust programming language will be required and there's no mention...

Hello, I would like to write a service driver for an LCD display. My hardware is designed so that most of the GPIOs are internal. However, due to many other...

I think a modification at some eons damaged few SPI drivers, there are references to CONFIG_SPI_DMAPRIO but without any definition of it. I didn't investigate further, but probably some boards...

Hello all! 1. Is c++ supported by nxflat? binfmt/libelf seems to support cpp and I can see some cpp related code in it. But binfmt/nxflat doesn't seem to have any...