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

arm/rp2040: CMake build for Raspberry Pi RP2040 implemented Arch: arm Issues related to ARM (32-bit) architecture Area: Build system Area: CI Area: Tooling Board: arm Size: L The size of the change in this PR is large
#17058 opened Sep 22, 2025 by simbit18 Loading…
risc-v/espressif: Remove duplicated Kconfig entry ESPRESSIF_<chip> Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Board: risc-v Size: M The size of the change in this PR is medium
#17057 opened Sep 22, 2025 by tmedicci Loading…
sched: add stack overflow check on switch context 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: ceva Issues related to CEVA architecture Arch: openrisc Issues related to the OpenRISC architecture 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: tricore Issues related to the TriCore architecture from Infineon Arch: x86_64 Issues related to the x86_64 architecture Arch: xtensa Issues related to the Xtensa architecture Area: Documentation Improvements or additions to documentation Area: File System File System issues Area: OS Components OS Components issues Size: M The size of the change in this PR is medium
#17056 opened Sep 22, 2025 by suoyuanG Loading…
sched/task: Provide a task stack overflow check mechanism in task context switch and task exit Arch: arm Issues related to ARM (32-bit) architecture Area: Documentation Improvements or additions to documentation Area: OS Components OS Components issues Size: M The size of the change in this PR is medium
#17043 opened Sep 19, 2025 by wangchdo Loading…
drivers/mtd: Introduce generic mtd partitioning Arch: xtensa Issues related to the Xtensa architecture Area: Drivers Drivers issues Size: S The size of the change in this PR is small
#17036 opened Sep 18, 2025 by Laczen Draft
drivers/syslog: add light-weight, synchronous, unicast and lowlevel console output syslog function Area: Drivers Drivers issues Area: OS Components OS Components issues Size: M The size of the change in this PR is medium
#17018 opened Sep 14, 2025 by wangchdo Loading…
add cxx oot build test script to ci Area: CI Area: Tooling Board: arm Size: M The size of the change in this PR is medium
#17017 opened Sep 14, 2025 by trns1997 Loading…
arch/delays: Set invalid default value for BOARD_LOOPSPERMSEC Area: OS Components OS Components issues Board: arm64 Board: simulator Size: S The size of the change in this PR is small
#17011 opened Sep 12, 2025 by linguini1 Loading…
cdcacm: Enable using the device pointer stored in filesystem for cdcam_uninitialize Area: File System File System issues Area: USB Size: M The size of the change in this PR is medium Size: S The size of the change in this PR is small
#17010 opened Sep 12, 2025 by jlaitine Loading…
arch/arm/stm32h5: ADC Driver Improvements (Watchdog and Channel Structure) 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 Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#17007 opened Sep 11, 2025 by kywwilson11 Loading…
drivers/net/mdio: add mdio bus Arch: arm Issues related to ARM (32-bit) architecture Area: Documentation Improvements or additions to documentation Area: Networking Effects networking subsystem Size: L The size of the change in this PR is large Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#16999 opened Sep 10, 2025 by tinnedkarma Loading…
drivers/power/supply/husb238: Add support for HUSB238 USB-PD Sink Controller Area: Documentation Improvements or additions to documentation Area: Drivers Drivers issues Board: arm Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#16963 opened Sep 2, 2025 by nmaggioni Draft
Hardware Checksum Offload Support for NuttX Network Stack Area: Networking Effects networking subsystem Size: L The size of the change in this PR is large
#16940 opened Aug 29, 2025 by 13627105546 Loading…
arch/arm,riscv/rp23xx: Silence "LOAD segment with RWX permissions" linker warnings Arch: arm Issues related to ARM (32-bit) architecture Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Size: XS The size of the change in this PR is very small
#16930 opened Aug 28, 2025 by shtirlic Loading…
drivers/timers/capture: fix typo in capture.h Area: Documentation Improvements or additions to documentation Area: Drivers Drivers issues Size: S The size of the change in this PR is small
#16925 opened Aug 27, 2025 by comejv Loading…
boards/arm/rp2040: Fix code style and error checking Board: arm Size: S The size of the change in this PR is small
#16869 opened Aug 19, 2025 by acassis Loading…
arch/arm/rp2040: Implement support for custom SWD DAP instance IDs Arch: arm Issues related to ARM (32-bit) architecture Size: M The size of the change in this PR is medium
#16841 opened Aug 12, 2025 by nmaggioni Draft
doc: Update the CONTRIBUTING.md to follow Conventional Commits Area: Documentation Improvements or additions to documentation Size: S The size of the change in this PR is small Size: XS The size of the change in this PR is very small
#16823 opened Aug 9, 2025 by acassis Loading…
save errno in sim context switch to avoid coroutine make errno mess between host api calls. Arch: simulator Issues related to the SIMulator Size: M The size of the change in this PR is medium
#16795 opened Jul 29, 2025 by jasonbu Loading…
mtd/ftl: Rename ftl_initialize_by_path to ftl_initialize Area: Documentation Improvements or additions to documentation Area: Drivers Drivers issues Area: File System File System issues breaking change This change requires a mitigation entry in the release notes. Size: S The size of the change in this PR is small
#16793 opened Jul 29, 2025 by xiaoxiang781216 Loading…
tools: Fix esptool.py and espsecure.py warnning Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Arch: xtensa Issues related to the Xtensa architecture Area: Tooling Size: S The size of the change in this PR is small
#16723 opened Jul 14, 2025 by bl4kraven Loading…
cmake: Supports specifying link script prefix parameters Area: Build system Size: S The size of the change in this PR is small
#16710 opened Jul 11, 2025 by W-M-R Loading…
reduce the dup of errno and errno str, add host_errno_convert method, save errno when sim context switch Arch: simulator Issues related to the SIMulator Area: Drivers Drivers issues Area: Networking Effects networking subsystem Area: OS Components OS Components issues Size: L The size of the change in this PR is large Size: XL The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#16666 opened Jul 3, 2025 by jasonbu Draft
net/arp/arp_table.c: fix ARP table validity time calculation overflow issue Area: Networking Effects networking subsystem Size: XS The size of the change in this PR is very small
#16658 opened Jul 2, 2025 by nuttxs Loading…
Update debugging.rst Area: Documentation Improvements or additions to documentation Size: XS The size of the change in this PR is very small
#16601 opened Jun 23, 2025 by vrmay23 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.