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 sched/group: move task group into task_tcb_s to improve performance move task group into task_tcb_s to avoid access allocator to improve performance for Task Termination, the time consumption will...

## Summary Initial support of SocketLIN interface for SAMv7 ## Impact New feature ## Testing TBD

## Summary **Add Tickless support of xmc4 chip.** Unfortunately the xmc4 CCU (Compare/Capture Unit) can't be used to do a tickless feature via alarm (one freerun timer) because the compare...

## Summary poll: fix thread_cancel() caused poll used after free ``` pthread 0 pthread1 fd 0 poll_setup wait cancel(thread 0) fd 0 close fd 0 notify (sem used after free)...

## Summary Some boards use SPI2 in quad mode and SPI3 in SPI mode. There is no reason why we should not allow to configure both files. ## Impact This...

## Summary add open posix and cmocka test cases on qemu and sim on CI ## Impact CI run ## Testing local host

Hi, vscode.window.showOpenDialog method requests to open a file exproler dialog on the host system. On the WSL environment, dialog is not opened and use command palet area to select a...

## Summary Modify the existing process of LocalSocket to support LocalSocket functionality ## Impact localsocket ## Testing Refers to The Linux Programming Interface(https://www.man7.org/tlpi/index.html) chapter 57(sockets:UNIX DOMAIN) and their demo (us_xfr_sv.c...

## Summary Add an 'setup' method on the 'struct audio_ops_s' to notify to the driver that the related device file has been opened and is ready for use. And also...

## Summary Debug assertions are asserting when enabled for `rv-virt:knsh32` defconfig: ``` ABC NuttShell (NSH) NuttX-10.4.0 nsh> /system/bin/hello Hello, World!! nsh> [ 372.381000] _assert: Current Version: NuttX 10.4.0 9f62947d40-dirty Feb...