nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## 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...
## 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...
## 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...
## 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,...
## 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...
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...
## 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...
*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...
### 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...