nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary to align with atomic64_fetch_cxx function prototype ## Impact only change the function prototype ## Testing ci
## Summary - fs/vfs: Rename lock.h to vfs.h - fs: Move inotify.c from fs/notify/ to fs/vfs/ ## Impact refine vfs source file layout ## Testing ci
## Summary The PR aims to adjust the format according to what was expected. Also, remove some compilation warnings and stop breaking the pipeline (Linux Xtensa-02) ## Impact None ##...
## Summary since all source files can be compiled with clang and armcc too. - libc/machine/x86_64: Move all source files out of gnu folder - libc/machine/riscv: Move all source files...
## Summary The PR aims to add support to a new board: ESP32S3-8048S043 (aka: Yellow Cheap Board). This hardware version has an LCD with a 4.3-inch display. This initial support...
### Description / Steps to reproduce the issue This issue is caused by https://github.com/apache/nuttx/pull/16499. The driver's open method creates a kernel thread. The kernel thread is deleted on close method....
### Description / Steps to reproduce the issue The easiest way to bring the SD card to get into a timeout is by doing: 1. You might want to try...
### Is your feature request related to a problem? Please describe. I had a problem after submitting a PR with a Python script due to a)my non-existent experience of Python...
### Description / Steps to reproduce the issue Unix local datagram sockets seems to be broken on NuttX. The following code doesn't work on `sim:udgram` configuration (nor other configurations with...
### Description / Steps to reproduce the issue bootloader toolchain is riscv32-esp-elf-gxx,but kernel toolchain is riscv-none-elf-gxx ### On which OS does this issue occur? [OS: Linux] ### What is the...