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 since it is impossible to track producer and consumer correctly if TCP/IP stack pass IOB directly to netdev See the related PR https://github.com/apache/incubator-nuttx/pull/6834 and Issue https://github.com/apache/incubator-nuttx/issues/6835 ## Impact...

Signed-off-by: 田昕 ## Summary MTD non-volatile storage was originally implemented in Zephyr by Laczen. We made several modification to the original design. The main purpose of those modification was: 1....

## Summary SMP: fix crash when switch to new task which is still running Situation: Assume we have 2 cpus, and busy run task0. CPU0 CPU1 task0 -> task1 task2...

## Summary Added gSPI mode for Infineon CYW43439 WiFi chip. ## Impact In preparation for adding support for the Pico W, NuttX required changes to the networking software. The existing...

## Summary g_dns_servers need init before dns_query, Otherwise sim can not add default dns server when use usrsock mode to share host network. Avoid similar problems in the future, so...

## Summary modify iob to support buffer aligment and head padding features ## Impact 1.if config CONFIG_IOB_ALIGNMENT to 1 and CONFIG_IOB_HEADSIZE to 0, the iob_s initialization and memory usage are...

Currently almost all Ethernet MAC with DMA roughly work in the following manner ```mermaid sequenceDiagram participant DMA participant MAC driver MAC driver->>MAC driver: Allocate rxbuffer[N * (MTU + DESC +...

## Summary arch/arm/src/stm32f7: port FOC driver from arch/stm32 depends on https://github.com/apache/incubator-nuttx/pull/6809 and https://github.com/apache/incubator-nuttx/pull/6810 ## Impact None ## Testing The FOC motor controller based on steval-eth001v1 board

## Summary libc/localtime: fix ats over time_t range Fix time error for "set TZ :Pacific/Honolulu". Signed-off-by: Jiuzhu Dong ## Impact tzset correct ## Testing Local test

Signed-off-by: anjiahao ## Summary some queue define ## Impact noting ## Testing ci