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 If arp search fails once, subsequent searches for the ip will directly return failure, and sends an asynchronous arp request to try to update arp table in the...

Area: Networking
Size: S

## Summary 1. refactor the toolchain management in CMake 2. unify the cmake toolchain name style 3. support greenhills build procedure with CMake 4. add protect build for greenhills and...

Area: Build system
Arch: arm
Arch: arm64
Arch: risc-v
Arch: simulator
Arch: x86_64
Area: OS Components
Size: XL

### Description Hi everyone, In recent, I want to add some _info() in nx_start(), but the information don't print to ternimal on FVP. But I can use "dmesg" instruction to...

## Summary enable LIBSUPCXX: text data bss dec hex filename 93080 592 5472 99144 18348 nuttx/nuttx enable LIBCXXABI: before: text data bss dec hex filename 126468 352 5960 132780 206ac...

Area: OS Components
Size: S

## Summary Remove the judgment of GCCVER and add compilation options directly. If there is a problem that the compiler cannot recognize the compilation options, add it separately. ## Impact...

Arch: arm
Arch: arm64
Arch: risc-v
Size: S

## Summary since routines called by IRQ need to be protected in SMP too. ## Impact ## Testing

Size: S

## Summary Remove the judgment of GCCVER and add CXXFLAGS directly. If there is a problem that the compiler cannot recognize the compilation options, add it separately. ## Impact ##...

Area: OS Components
Size: M

## Summary Rename mmcsd_read_csd to mmcsd_read_extcsd, since it really read extcsd register not csd register and remove the temp buffer inside it. ## Impact mmcsd ## Testing cortex m55

Size: S

## Summary mmcsd: move block driver register to probe stage in order to read ext_csd reg ## Impact mmcsd ## Testing cortext M55

Size: S

## Summary ARM64 SMP IRQ stack bug modify request In previous PR: https://github.com/apache/nuttx/pull/13520 We have fix a SMP bug in ARM64, will cause by don't use interrupt stack in SMP...

Area: OS Components
Size: XS