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 mm/iob: add qentry private data support ## Impact N/A, change to use for PR https://github.com/apache/incubator-nuttx/pull/4210 ## Testing IOB test

## Summary net/tcp: add Selective-ACK support net/tcp: d_appdata should remove the tcp specific option field net/tcp: add out-of-order segment support mm/iob: add qentry private data support Reference: https://datatracker.ietf.org/doc/html/rfc2018 ## Impact...

## Summary specified here: https://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_barrier_destroy.html ## Impact More confirm to the standard. ## Testing

## Summary Modify the progmem interface to avoid terms like page, sector, and block, as these terms are used interchangeably by different silicon vendors. I have a bootloader that uses...

This task is a follow-up for https://github.com/apache/incubator-nuttx/pull/5649 Please follow discussion in the original patch: https://github.com/apache/incubator-nuttx/pull/5391

Petro reported that IDF didn't work inside his Mac "/Volumes/Macintosh HD (CS)/" then I suspected of spaces in the name of Volume name and then I decided to test similar...

If the CAN bus connector is not connected to the bus. The queued writes can fill the SW FIFO and HW FIFO. The device will not close and will be...

enhancement
proposal

Hi Folks, I've been working to improve the NuttX Makefiles over the last few weeks. See my contributions here: https://github.com/apache/incubator-nuttx/pulls?q=is%3Apr+is%3Aclosed+author%3AAlanRosenthal Now that I'm more familiar with the codebase/Makefiles, I have...

Hello world :-) After being able to overcome kconfig and initial project configuration on FreeBSD, now I encounter problems with build toolchain. This problem also exist on Linux (Debian 10.10)....

I noticed that FlexCAN implementation calls can_input() directly from the interrupt handler which is probably wrong. This will raise the assertion in nxsem_trywait.c:75 when CONFIG_DEBUG_ASSERTIONS=y The call stack looks like...

bug