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

### Description / Steps to reproduce the issue So I'm not sure if this is expected (I haven't seen it documented, nor any other issues mentioning it) but there seems...

Type: Bug
Area: Build system
OS: Linux
Arch: arm
Arch: x86_64

write legacy num to config sapce when enable legacy irq ## Impact write legacy num to config sapce when enable legacy irq lspci can show legacy irq number ## Testing...

Size: S
Area: PCI

Updated freopen function in libc stdio to close the old file descriptor before reopening the file.

Area: OS Components
Size: S

### Is your feature request related to a problem? Please describe. These are the steps to reach this goal First steps (basic validation): - [x] Test ELF Loading in the...

Type: Enhancement

### Description I ran into an issue with a UDP socket where a single task sequentially reads from and writes to a blocking, no timeout UDP socket. CONFIG_NET_RECV_BUFSIZE was 0,...

Community: Question

## Summary Depends-on: https://github.com/apache/nuttx-apps/pull/3217 (apps updated to disabled signals). Currently, NuttX is being adopted increasingly on small embedded systems with tight resource constraints. Many of these systems do not require...

Arch: arm
Arch: arm64
Arch: avr
Arch: mips
Arch: openrisc
Arch: renesas
Arch: risc-v
Arch: simulator
Arch: sparc
Arch: tricore
Arch: x86
Arch: x86_64
Arch: xtensa
Arch: z16
Arch: z80
Area: Drivers
Area: File System
Area: OS Components
Size: M
Size: L

## Summary *Update this section with information on why change is necessary, what it exactly does and how, if new feature shows up, provide references (dependencies, similar problems and solutions),...

Area: Networking
Size: S

## Summary This PR proposed ClockDevice, a new timer driver abstraction for NuttX. The new CLOCKDEVICE timer hardware abstraction delivers: - Functional correctness: Thread-safe and overflow-free - High performance: Up...

Area: Documentation
Arch: arm
Arch: arm64
Arch: mips
Arch: risc-v
Arch: simulator
Arch: sparc
Arch: tricore
Arch: x86_64
Arch: xtensa
Area: Drivers
Area: OS Components
Size: XL
Area: Audio
Board: arm
Board: risc-v
Board: x86_64

### Is your feature request related to a problem? Please describe. As discussed here: https://github.com/apache/nuttx/pull/17363 adding support to character device sensor and uORB sensor is non ideal. Although there are...

Type: Enhancement

## Summary Reverts apache/nuttx#17300 sched/sched_lock: remove null pointer check of rtcb In previous commits to xiaomi, runtime null pointer checks for RTCB were removed. This could cause `sched_lock/unlock` exceptions when...

Area: OS Components
Size: XS