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 read content of undefinedinsn address to catch possibly ram bit flip ## Impact for debug ## Testing

Hello, I'm using poll in conjunction with timerfds and the `POLLIN` event to schedule actions at different rates. I'm finding that when `CONFIG_SCHED_TICKLESS` is used, poll is returning with only...

I tried to build simulator on my M2 MBA, It produce error like below. ``` ➞ ./tools/configure.sh -m sim:nsh No configuration change. ➞ make clean ➞ make -j8 Create version.h...

In SMP mode there is a mm_delaylist for each CPU. When calling mm_free() the memory is put into the delaylist if the mm_lock cannot be acquired, while the delaylist elements...

Compilation failure may result due to missing header which defines the fd_set structure in [sim_hostusrsock.c](https://github.com/apache/nuttx/blob/master/arch/sim/src/sim/posix/sim_hostusrsock.c#L49-L50). ``` /home/ritvik/Desktop/Files/Fuzzing_RTOS_Applications/Ported_Applications/nuttxspace/nuttx/arch/sim/src/sim/posix/sim_hostusrsock.c:51:8: error: unknown type name 'fd_set' 51 | static fd_set g_active_read_fds; | ^ /home/ritvik/Desktop/Files/Fuzzing_RTOS_Applications/Ported_Applications/nuttxspace/nuttx/arch/sim/src/sim/posix/sim_hostusrsock.c:52:8:...

I am using the cxd56xx board. Installing 32GB SDHC card into the system, formatted FAT32 and running `df` displays correct block size, block number, and remaining blocks adding up to...

I try to use "--param asan-stack=1" to the kernel code, but it crashed.

Is anyone looking at implementing OpenThread ( https://github.com/openthread/openthread ) in the nuttx system? As quite a few projects use nuttx for IoT devices, wondering if it would be a good...

Not all pages below are suitable for migration, some pages are outdated, some are already migrated. Everything listed here for better tracking of the issue. It's better to have all...

Area: Documentation

## Summary Fix undefined issues in libmetal cmake build ## Impact this patch should fix https://github.com/apache/nuttx/issues/10401 issue ## Testing CI build