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

### Description I'm trying to use an SD Card with NXP IMXRT1176-EVKB board, i checked the pins for the USDHC and the card is communicating, so no electrical or signal...

Community: Question

*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary I've found that while working on the custom board initial platform bringup it's a kind of: - make menuconfig - make savedefconfig...

Area: Tooling
Area: Build system
Size: XS

README.txt from boards have been moved to Documentation and (almost all) included in rst files. Some were migrated to rst, but many remained in txt format. This problem is mentioned...

Area: Documentation

## Summary Add support for RP2350 RISC-V cores, Add Pico 2 board. ### Naming ``` Chip name : rp23xx-rv Board name : raspberrypi-pico-2-rv Arch : risc-v ``` ### Changes from...

Arch: risc-v
Size: XL
Board: risc-v

### Description / Steps to reproduce the issue This is a corrected continuation of https://github.com/apache/nuttx/issues/16139 And also happening on the nuttx-app side https://github.com/apache/nuttx-apps/issues/3063 And possible links to all the RP23xx...

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

### Is your feature request related to a problem? Please describe. RT ### Describe the solution you'd like During my recent research on STM32H7 + SDMMC, I identified several design...

Type: Enhancement

### Description / Steps to reproduce the issue Returned Value: * External port number on success; 0 on failure In some cases,when the return value is 0, it may indicate...

Type: Bug
Area: Networking
OS: Other
Arch: arm

## Summary * Recurrency is removed from filesystem directory rename. * Fixes use after free in buffer that was used as output and argument. * Patch provided by @richyliu. ##...

Area: File System
Size: S

## Summary A simple tool that convert arch/board makefiles to cmake files. Tested with stm32, don't know if it'll work with other architectures. It's a really dumb not finished tool...

Area: Tooling
Size: M

Hello, I'm attempting to get Nuttx up and running with LVGL on the ESP32S3 TTGO T-Display S3. ([product link](https://github.com/Xinyuan-LilyGO/T-Display-S3)). As far as I'm aware there isn't currently a configuration supplied...