nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
### 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...
## 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...
### 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...
## 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
### 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...
### 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...
### 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:...
### 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...
### 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...
### 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...