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 When the setinterface interface is called, it indicates that the underlying USB link has been successfully established. At this point, the status of the network card needs to...

Size: XS
Area: USB

*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary We have enhanced the capabilities of the upper driver, mainly including the following features: 1.Support for multiple applications simultaneously using the upper...

Size: XL
Area: Audio

### Is your feature request related to a problem? Please describe. NuttX "ls -l" command currently doesn't show the file timestamp, although this information is stored in some filesystems supported...

Type: Enhancement

## Summary This PR updates various machine-dependent and libc source files within NuttX, primarily enhancing support and correctness for RISC-V and simulator architectures. The changes include: Modifications to machine code...

Arch: risc-v
Arch: simulator
Area: OS Components
Size: M
Board: simulator

## Summary Mark memset as used_code to fix issues with GCC LTO and CMake which throws many "undefined reference to memset" errors. used_code force the compiler to emit the memset...

Area: OS Components
Size: XS

### Is your feature request related to a problem? Please describe. While testing two modules transmitting and receiving FSK data less than 1 meter (~ 3 ft) apart I noticed...

Type: Enhancement

## Summary WIP code for fixed-math data type for sensors. All sensor math operations will require modification to use `sensor_data_xxx` macros. At the moment, no sensor is modified to handle...

Area: Documentation
Area: OS Components
Area: Sensors
Size: L

## Summary PR delivered by kerogit over mailing list. This patch adds support for TC74 Tiny Serial Digital Thermal Sensor from Microchip. It is a standalone chip connected via I2C/SMBus....

Area: Documentation
Area: Sensors
Size: XL

## Summary Since the directory structure of the examples/elf project has been reorganized, the corresponding ROMFS_IMAGEFILE path also needs to be adjusted. this pull request is depends on: https://github.com/apache/nuttx-apps/pull/3224 ##...

Size: XS
Board: arm

### Description / Steps to reproduce the issue When testing mpfs mss_can.c, I encountered this weird issue with corrupted frame received from upperhalf. I would say about 10% defection. The...

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