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 drivers/rpmsg/ping: skip rpmsg ping send if endpoint is not ready rpmsg ping send blocks for 15 seconds until the ept is ready, which is not ideal for applications...

Area: Drivers
Size: XS

## Summary X86_64:init bar in bios, In NuttX, PCI should not be enumerated again; it is only necessary to calculate the size of the BARs. kvm_set_user_memory_region: KVM_SET_USER_MEMORY_REGION failed ## Impact...

Size: S
Area: PCI

## Summary pci: Calculate PCI bar size use mask 0xffffffff This is the description from the PCIe specification: 5.0-1.0-PUB —PCI Express® Base Specification Revision 5.0 Version 1.0 Decode (I/O or...

Size: XS
Area: PCI

## Summary PR delivered by kerogit over mailing list. TC74 Tiny Serial Digital Thermal Sensor from Microchip is added to AVR Dx BreadBoard + board Documentation update. Depends-on: #17403, #17404,...

Area: Documentation
Size: S
Board: avr

## Summary Summary arm/arm64 add api up_set_irq_type up_prioritize_irq up_trigger_irq ## Impact some drvier need config irq type,prioritize,separately so add this api ## Testing This is debug log on imx95 diff...

Arch: arm
Arch: arm64
Area: OS Components
Size: M
Board: arm64

I've spent some time playing with the new sensor framework, and I'm much less skeptical about this approach (previous discussion here https://github.com/apache/nuttx/pull/10077). It seems to me that with some changes,...

### Is your feature request related to a problem? Please describe. It's fairly hard to find discussions and solutions to problems that others had had with nuttx. ### Describe the...

Type: Enhancement

## Summary Added support for signal decoupling. In scenarios with strict requirements for runtime memory and code size, this feature can be enabled by setting CONFIG_DISABLE_SIGNALS=y, which will disable the...

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: L

*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Addresses this issue: https://github.com/apache/nuttx/issues/17299 The Kconfig option CONFIG_IOB_THROTTLE is used to limit the amount allocated by TCP (and UDP) receives as to...

Area: Documentation
Area: Networking
Arch: risc-v
Arch: simulator
Arch: xtensa
Size: S
Area: USB

### Is your feature request related to a problem? Please describe. Tim added support to NX Boot Splashscreen, but we still missing ~a board config example and~ a proper Documentation...

Type: Enhancement