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 - net/local: Fix minor issues found in code reading - net/local: Skip poll_notify in local_event_pollsetup if no event happen - net/local: Fix the wrong direction of threshold setting...

## Summary it's simpler and safer than file_fcntl(F_SETFL) ## Impact code refactor only ## Testing internal test

## Summary The cast of (uintptr_t) is not necessary, and it is better to use %p ## Impact code refactor only ## Testing ci

I am trying to get mcuboot running on the esp32s3-devkit. For this I have modified the wifi config based on the description in this video https://www.youtube.com/watch?v=Vzy0rl-ixbc. The resulting config is...

## Summary FS: enhance file_allocate_from_tcb() mulit-threads saftey & remove memcpy when close the fd ## Impact FS ## Testing BES boards

## Summary sched/group: change type of task group member to single queue Change the type of task group member to single list chain to avoid accessing the memory allocator to...

## Summary armv7-a/gicv2: move IRQ to group1 and group0 as the FIQ Purpose: make the the os crash when busyloop with interrupt disable Follow the arm gicv2 spec, if we...

## Summary fs/inode: add pre-allocated task files to avoid allocator access Pre-allocated files to avoid allocator access during thread creation phase, For functional safety requirements, increase CONFIG_NFILE_DESCRIPTORS_PER_BLOCK could also avoid...

## Summary * boards/esp32: Increase init task stack size to 3072 This is done to avoid casual stack overflows. Especially after #11777, that increased stack usage. ## Impact Avoid stack...

## Summary - Configure DMA maximum buffer size based on access to different RAM ## Impact ## Testing