Skip to content

Pull requests: apache/nuttx

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

libs/libc/string: Speed up the BSD string functions and fix memrchr/memset bugs Area: OS Components OS Components issues Size: L The size of the change in this PR is large
#19870 opened Aug 16, 2026 by xiaoxiang781216 Contributor Loading…
boards/esp32s3: Add initial support to ESP32-S3-Touch-LCD-7 board Area: Build system Board: xtensa Size: L The size of the change in this PR is large
#19869 opened Aug 16, 2026 by acassis Contributor Loading…
atomic: use toolchain builtin and rename atomic_fetch_xxx to atomic_xxx Arch: arm Issues related to ARM (32-bit) architecture Arch: arm64 Issues related to ARM64 (64-bit) architecture Arch: avr Issues related to all AVR(8-bit or 32-bit) architectures Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Arch: simulator Issues related to the SIMulator Arch: sparc Issues related to the SPARC architecture Arch: xtensa Issues related to the Xtensa architecture Area: Bluetooth Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19868 opened Aug 16, 2026 by zhangyu-duck Draft
atomic: multi-backend implementation (IRQ + hwspinlock + arch) Arch: arm Issues related to ARM (32-bit) architecture Arch: avr Issues related to all AVR(8-bit or 32-bit) architectures Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Arch: sparc Issues related to the SPARC architecture Arch: xtensa Issues related to the Xtensa architecture Area: OS Components OS Components issues Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19867 opened Aug 16, 2026 by zhangyu-duck Draft
atomic.h: add __has_include fallback and adjust __ATOMIC_xxx logic Area: OS Components OS Components issues Size: S The size of the change in this PR is small
#19866 opened Aug 16, 2026 by zhangyu-duck Draft
arch/risc-v/eic7700x: Describe the clock tree. Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Area: Build system Board: risc-v Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19865 opened Aug 16, 2026 by Fishwaldo Contributor Draft
boards/risc-v/eic7700x: Add the ESWIN EIC7700 EVB and share the SoC glue. Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Area: Build system Board: risc-v Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19863 opened Aug 16, 2026 by Fishwaldo Contributor Loading…
drivers/usbhost: Support USB hubs on xHCI. Area: USB Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19862 opened Aug 16, 2026 by Fishwaldo Contributor Loading…
drivers/usbhost: Make xHCI transfers work with real devices. Area: USB Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19861 opened Aug 16, 2026 by Fishwaldo Contributor Loading…
drivers/usbhost: Separate the xHCI driver from the PCI bus. Area: USB Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19860 opened Aug 16, 2026 by Fishwaldo Contributor Loading…
[WIP] boards/arm/imxrt: Add frdm-imxrt1186 CM33 nsh. Arch: arm Issues related to ARM (32-bit) architecture Area: Build system Board: arm Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19858 opened Aug 15, 2026 by ajlennon Draft
5 tasks done
libs/libc/string: Optimize string routines for misaligned pointers. Area: OS Components OS Components issues Size: M The size of the change in this PR is medium
#19857 opened Aug 15, 2026 by Fishwaldo Contributor Loading…
libs/libc/machine/risc-v: Correct RISC-V optimized functions. Area: OS Components OS Components issues Size: M The size of the change in this PR is medium
#19856 opened Aug 15, 2026 by Fishwaldo Contributor Loading…
ci: do not trigger Build on PR description edits Area: CI Size: M The size of the change in this PR is medium
#19855 opened Aug 15, 2026 by raiden00pl Member Loading…
fs/vfs/fs_read.c: Allow NULL iov_base when CONFIG_ARCH_TEXT_VBASE == 0 Area: File System File System issues Size: XS The size of the change in this PR is very small
#19854 opened Aug 15, 2026 by ldube Contributor Loading…
arch/arm/stm32h5: Add EXTI GPIO support Arch: arm Issues related to ARM (32-bit) architecture Area: Documentation Improvements or additions to documentation Board: arm Size: L The size of the change in this PR is large
#19853 opened Aug 14, 2026 by liam-geotab Loading…
sched,fs,docs: support setuid sudo helper Area: Build system Size: M The size of the change in this PR is medium
#19852 opened Aug 14, 2026 by Abhishekmishra2808 Contributor Draft
docs: improve getting started guidance Area: Documentation Improvements or additions to documentation Size: XS The size of the change in this PR is very small
#19851 opened Aug 14, 2026 by vedprakashrana Loading…
arch/arm: add stm32u0 support Arch: arm Issues related to ARM (32-bit) architecture Area: Build system Board: arm Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19850 opened Aug 14, 2026 by raiden00pl Member Loading…
tools/cxd56/mkspk: proper resources free on error. Area: Tooling Size: S The size of the change in this PR is small
#19841 opened Aug 14, 2026 by cederom Contributor Loading…
arch/tricore: drop iLLD dependency in hwdebug Arch: tricore Issues related to the TriCore architecture from Infineon Size: M The size of the change in this PR is medium
#19836 opened Aug 13, 2026 by zyfeier Contributor Loading…
arch/arm64/bcm2711: DMA driver implementation Arch: arm64 Issues related to ARM64 (64-bit) architecture Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19815 opened Aug 12, 2026 by linguini1 Contributor Draft
xtensa/esp32s3: Run user processes in a world they cannot escape Arch: xtensa Issues related to the Xtensa architecture Area: Documentation Improvements or additions to documentation Board: xtensa Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19798 opened Aug 11, 2026 by casaroli Contributor Draft
[3/3] xtensa/esp32s3: Per-process address environments and POSIX fork() Arch: xtensa Issues related to the Xtensa architecture Area: Documentation Improvements or additions to documentation Board: xtensa Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19797 opened Aug 11, 2026 by casaroli Contributor Draft
[2/3] mm/pgalloc, arch/xtensa: Support BUILD_KERNEL on Xtensa Arch: xtensa Issues related to the Xtensa architecture Area: Memory Management Memory Management issues Size: M The size of the change in this PR is medium
#19796 opened Aug 11, 2026 by casaroli Contributor Draft
ProTip! Filter pull requests by the default branch with base:master.