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 / Steps to reproduce the issue The filesystem fails to initialize when SCHED_TICKLESS is enabled. Would love some direction to debug such issue. Logs: ``` nx_mount: found procfs...

Type: Bug
OS: Mac
Arch: arm
Area: File System

## Summary sched/task: remove the check for whether tcb is NULL We should not call these functions before nx_start; therefore, this_task will not be empty. If these functions are called...

Area: OS Components
Size: XS
Size: S

### Description Hello all, Been reading the docs lately, both the "new" one (the one in the current nuttx tree) and the old one (https://cwiki.apache.org/confluence/display/NUTTX/Nuttx). There is detailed documentation about...

Community: Question

## Summary Setting the "--no-warn-rwx-segments" linker option Port of https://github.com/apache/nuttx/pull/16886 ## Impact No more rwx warnings while linking

Arch: arm
Arch: risc-v
Size: XS

### Description The official documentation about uORB on NuttX comments about uorb_generator and uorb_listerner as debugging tools: https://nuttx.apache.org/docs/latest/applications/system/uorb/index.html#generator-debugging-tool-instructions but these tools doesn't exist on NuttX @Donny9 since your contributed this...

Community: Question

### Is your feature request related to a problem? Please describe. Currently, NuttX does not have native support for the BACnet protocol stack, which is widely used in building automation...

Type: Enhancement

### Description / Steps to reproduce the issue macOS sim/note and sim/nsh fails to build with this Error: ``` ==================================================================================== Configuration/Tool: sim/note 2025-02-06 11:39:20 ------------------------------------------------------------------------------------ Cleaning... Configuring... Building NuttX... ld:...

Type: Bug
Area: Build system
OS: Mac
Arch: simulator

### Is your feature request related to a problem? Please describe. STM32 supports PULSECOUNT feature, however someone who added CONFIG_PWM_PULSECOUNT support didn't include any board config or usage example. In...

Type: Enhancement

### Is your feature request related to a problem? Please describe. * Right now we need to build NuttX, then mount uSD card, copy `nuttx.bin` and some other files to...

Type: Enhancement

### Is your feature request related to a problem? Please describe. Right now, the frame buffer implementation picks a static 1920x1080 resolution for video output. The Pi is capable of...

Type: Enhancement