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 1. drivers/sensors/gnss: notify user when new data ready 2. drivers/sensors/gnss: using new buffer lock avoid 3. drivers/sensors/gnss: check invalid nmea to avoid prasebuffer overflow ## Impact Bug fix...

Area: Sensors
Size: S

## Summary fs/vfs: remove template filep to optimize dup operation ## Impact optimize dup code ## Testing Vela

Area: File System
Size: S

## Summary Currently, without the change, when assert in interrupt handler, it will show the registers are all zeros. This PR tries to save these registers. ## Impact ## Testing...

Arch: xtensa
Size: S

## Summary In the kernel, we are planning to remove all occurrences of up_cpu_pause as one of the steps to simplify the implementation of critical sections. The goal is to...

Area: OS Components
Size: S

## Summary It has been observed in our testing with imx9 platform, that nxsem_tickwait_uninterruptible randomly wakes up too early. As this is commonly used in device drivers as a timeout...

Arch: arm64
Area: OS Components
Size: S

## Summary In the kernel, we are planning to remove all occurrences of up_cpu_pause as one of the steps to simplify the implementation of critical sections. The goal is to...

Arch: arm
Arch: arm64
Arch: avr
Arch: hc
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: OS Components
Size: M

## Summary **Why is this change necessary?** This PR is to enhance the use of fs_heap. **Changes** 1. Based on the changes in https://github.com/apache/nuttx/pull/13150, I added a new way to...

Area: Networking
Area: File System
Size: XL

In the previous implementation, we had to copy the entire NuttX to ensure that the executable runs at the correct address. Additionally, we were not loading the .realmode section, which...

Arch: x86_64
Area: Board support
Size: M

## Summary The current pm_idle is only support for not smp case, and we are now start facing the chip & board & project with both smp and power consume...

Area: Documentation
Arch: arm64
Size: M

## Summary 1 To improve efficiency, we mimic Linux's behavior where preemption disabling is only applicable to the current CPU and does not affect other CPUs. 2 In the future,...

Area: OS Components
Size: M