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 This adds a build configuration for sim that includes the LTP posix tests. Because this test suite is very large there are a couple build system related changes...

## Summary Add option to disable raw esp-idf Wi-Fi log format. ## Impact Try to fix log prefix being mixed from NuttX log device: https://github.com/apache/incubator-nuttx/issues/3157. ## Testing

## Summary Added correct d-cache cleaning and invalidation to imxrt Ethernet driver for write back support. This seems to be working well as imxrt1060-evk gets IP addres correctly and then...

## Summary This is a draft PR. Style checks will fail and there is still some code that needs to be cleaned up and reviewed. I want to get this...

## Summary make/archive: replace the dependency to preprequisite list Signed-off-by: chao.an ## Impact N/A ## Testing N/A

## Summary Currently the heap regions are hardcoded. The code makes assumptions on how the memory regions should be mapped, and calculates the boundaries according to the MCU's available memory....

## Summary This adds support for using the Solder Party FeatherWing to the NRF52 Feather Board https://www.solder.party/docs/keyboard-featherwing/ Supported Hardware Interfaces: - [x] LCD - [x] Touch Screen - [x] Keyboard...

## Summary sigdeliver/smp: restored registers should be protected by critical section [CPU1] [24] up_assert: Assertion failed CPU1 at file:armv7-a/arm_sigdeliver.c line: 73 task: waiter [CPU1] [24] arm_registerdump: R0: 00000001 R1: 108321d8...

## Summary net/tcp(buffered): upgraded the Fast Retransmit algorithm from RFC 2001 to RFC 5681. This PR is similar to tcp_send_unbuffered (PR #5137) and tcp_sendfile (PR #5311), however it replaces the...