nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
### Description / Steps to reproduce the issue 1. Using an AArch64-based SoC with SPI interface to control a W25-series Flash (e.g., W25Q128). 2. The following functions are called in...
### Description / Steps to reproduce the issue Xtensa devices when SMP support enabled started to fail after https://github.com/apache/nuttx/pull/16194. To reproduce error use this commands to build: ``` make distclean...
### Description / Steps to reproduce the issue Using the MPFS Icicle-kit with NuttX in Kernel mode, the I2C and SPI tools cause a full system crash when these tools...
### Is your feature request related to a problem? Please describe. # Documentation improvement ### Describe the solution you'd like # I am proposing to use Markdown for documentation. ##...
## Summary Nucleo-L432KC provides a CAN1 interface, but the current NuttX configuration misses both the PINs declaration and the setup definition. ## Impact This PR aims to add CAN support...
### Description @acassis I noticed recently that multicast loopback is disabled by default in NuttX. I have a pair of applications which when I run them on the same device...
### Is your feature request related to a problem? Please describe. These are some of suggested actions we need to take to improve NuttX quality: 1. **Automated Test and CI...
Dear NuttX community, I created this issue to serve as a place for the reporting of progress concerning my GSoC 2025 project *Firmware Upgrades over Silicon-Heaven Protocol for NXboot Demonstrated...
### Description / Steps to reproduce the issue I am using an rp2040 board (based on `w5500-evb-pico`) with SMP enabled. When trying to reboot the system, the reset-initiating thread starts...
### Description / Steps to reproduce the issue I am running into issues when loading and debugging the basic H5 NSH configuration when the flash banks are swapped on the...