nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary New documentation for the example: Xedge IoT Toolkit ## Impact None ## Testing Builds with Sphinx
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 ##...
## 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
### 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...
### 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` -...
### 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...
### 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...
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 --...
### 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...