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

## Summary to align with atomic64_fetch_cxx function prototype ## Impact only change the function prototype ## Testing ci

Area: OS Components
Size: S
Size: M

## Summary - fs/vfs: Rename lock.h to vfs.h - fs: Move inotify.c from fs/notify/ to fs/vfs/ ## Impact refine vfs source file layout ## Testing ci

Area: File System
Size: M

## Summary The PR aims to adjust the format according to what was expected. Also, remove some compilation warnings and stop breaking the pipeline (Linux Xtensa-02) ## Impact None ##...

Area: Drivers
Size: XS

## Summary since all source files can be compiled with clang and armcc too. - libc/machine/x86_64: Move all source files out of gnu folder - libc/machine/riscv: Move all source files...

Arch: arm
Area: OS Components
Size: M

## Summary The PR aims to add support to a new board: ESP32S3-8048S043 (aka: Yellow Cheap Board). This hardware version has an LCD with a 4.3-inch display. This initial support...

Area: Documentation
Size: XL
Board: xtensa

### Description / Steps to reproduce the issue This issue is caused by https://github.com/apache/nuttx/pull/16499. The driver's open method creates a kernel thread. The kernel thread is deleted on close method....

Type: Bug
OS: Linux
Arch: all
Area: Drivers
Area: File System

### Description / Steps to reproduce the issue The easiest way to bring the SD card to get into a timeout is by doing: 1. You might want to try...

Type: Bug
OS: Other
Arch: arm
Area: Specific Peripheral

### Is your feature request related to a problem? Please describe. I had a problem after submitting a PR with a Python script due to a)my non-existent experience of Python...

Type: Enhancement

### Description / Steps to reproduce the issue Unix local datagram sockets seems to be broken on NuttX. The following code doesn't work on `sim:udgram` configuration (nor other configurations with...

Type: Bug
Area: Networking
OS: Linux
Arch: all
Area: Kernel
Area: Posix

### Description / Steps to reproduce the issue bootloader toolchain is riscv32-esp-elf-gxx,but kernel toolchain is riscv-none-elf-gxx ### On which OS does this issue occur? [OS: Linux] ### What is the...

Type: Bug
OS: Linux
Arch: risc-v
Area: Board support