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 New documentation for the example: Xedge IoT Toolkit ## Impact None ## Testing Builds with Sphinx

Area: Documentation
Size: M

Hello there, I\`m trying to port NuttX to LoongArch, which is used in 64-bit microcontroller. Currently i`m a student and hope to learn some OS knowledge during porting. Is it...

## Summary generate errno definitions from a CSV file for flexibility. i plan to use this CSV file for other things like host nuttx errno conversion logic. ## Impact ##...

Area: Tooling
Arch: simulator
Area: OS Components
Size: XL

## Summary remove unnecessary header file in stdio.h ## Impact Many compilation configs rely on removing redundant header files in stdio ## Testing build with sim:nsh

Area: Networking
Area: File System
Area: OS Components
Size: M

### Is your feature request related to a problem? Please describe. I am working on adding support for DMA on the STM32H5 architecture. The H5 uses the GPDMA peripheral, which...

Type: Enhancement

### Description I am hoping to get some clarification on when it is appropriate to use each of the sleep/delay functions provided in NuttX. - `up_delay`, `up_udelay` and `up_mdelay` -...

Community: Question

### Description / Steps to reproduce the issue A RaspberryPi's PICO 2W board with a RP2350 MCU is experiencing weird hangs in `ostest` during the nested signals testing when SMP...

Type: Bug
OS: Linux
Arch: arm
Area: Kernel

### Description From what I can see in the implementation, clock_nanosleep enters sleep via wd_start_abstick and is later woken up in wd_timer. However, wd_timer is triggered by the same timer...

Community: Question

In the lastest code in master branch, bootup qemu riscv hang. **The issue disappear if adding some sinfo log in nx_start function.** lijinliang1@pc0: /work/nuttx$ cmake -B build -DBOARD_CONFIG=rv-virt:nsh64 -GNinja --...

Type: Bug
OS: Linux
Arch: risc-v
Area: Kernel

### Description This might be an esp32 toolchain issue, but I don't know where to post bug report for it, so record it here first. After build a config such...

Community: Question