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 part 1 of romfs extend to enable format function ## Impact This is part 1 of a series of patchs. To enhance the write capabilities of ROMFS, enabling...

### Is your feature request related to a problem? Please describe. Currently, Nuttx provides a basic perf support interface, as shown below: ``` c /**************************************************************************** * Name: up_perf_* * *...

Type: Enhancement

## Summary 1. Since memory allocation operations are all non-blocking, we can replace mutex with spinlock. 2. Spinlock is significantly faster than mutex, improving the real-time capability and performance of...

## Summary 1. add common align definitions for NuttX; 2. replace all the ALIGN_UP() and ALIGN_DOWN() to use common align implementation; ## Impact Only code refactore ## Testing CI

## Summary Adds an optional driver which can be used to encapsulate and existing block device and provide caching using a runtime registered configuration. A few things to note: -...

## Summary This is a very early stage port to RP23XX. We still have many stuff to fix: - drivers: - [x] timerisr - using sysclock -- need to switch...

## Summary Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Please note that there are...

## Summary This extension for the event group, to establish a connection between named event groups and a task. The task may reference the event group associated with a VFS-based...

## Summary Change mqueue_msg_s to a dynamic array so that mqueue msg can be malloc based on the msg size of the current data when applied dynamically. build base on...

## Summary Similar to arch/arm, let chip implement their own up_timer_initialize. By default the `arm64_oneshot_initialize` timer is used. ## Impact There should be no impact. It simply move the timer...

Arch: arm64
Size: M