-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Pull requests: apache/nuttx
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
1wire: Move onewire_valid_rom to 1wire_crc.h
Area: Drivers
Drivers issues
Size: S
The size of the change in this PR is small
#19216
opened Jun 25, 2026 by
ghnotgood
Contributor
Loading…
!boards/nsh: Replace reversible TEA password storage in /etc/passwd with one-way PBKDF2-HMAC-SHA256 hashing
Area: Build system
Board: risc-v
Board: simulator
Size: XL
The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19209
opened Jun 24, 2026 by
Abhishekmishra2808
Contributor
•
Draft
arch/arm: fix DMA transfers with sizes smaller than 4 bytes.
Arch: arm
Issues related to ARM (32-bit) architecture
Size: XS
The size of the change in this PR is very small
#19206
opened Jun 24, 2026 by
csanchezdll
Contributor
Loading…
mm,boards/arm/qemu: Fix KASAN user-space false positives, global region link error, and linker script section placement.
Area: Build system
Board: arm
Size: S
The size of the change in this PR is small
#19198
opened Jun 23, 2026 by
leisiji
Contributor
Loading…
fs: widen ino_t to uint32_t and add d_ino to struct dirent
Arch: simulator
Issues related to the SIMulator
Area: File System
File System issues
Size: S
The size of the change in this PR is small
#19179
opened Jun 20, 2026 by
xiaoxiang781216
Contributor
Loading…
drivers/can/ctucanfd_pci: Fix Malformed CAN Data (address off-by-one)
Area: Drivers
Drivers issues
Size: XS
The size of the change in this PR is very small
#19164
opened Jun 17, 2026 by
catalinv-ncc
Contributor
Loading…
net/devif: harden devif_conn_event() against list mutation
Area: Networking
Effects networking subsystem
Size: S
The size of the change in this PR is small
#19124
opened Jun 12, 2026 by
masc2008
Contributor
Loading…
ci: support PR dependencies via depends-on
Area: CI
Size: S
The size of the change in this PR is small
#19075
opened Jun 10, 2026 by
zhangning21
Loading…
boards/esp32c3-devkit: add Dropbear SSH server configuration
Area: Documentation
Improvements or additions to documentation
Board: risc-v
Size: M
The size of the change in this PR is medium
#19062
opened Jun 8, 2026 by
FelipeMdeO
Contributor
Loading…
tools/nxstyle: Whitelist lifecycle_msgs GetState/State identifiers.
Area: Tooling
Size: XS
The size of the change in this PR is very small
#19050
opened Jun 6, 2026 by
arjav1528
Contributor
Loading…
arch: add TriCore architecture and Infineon AURIX platform support
Arch: tricore
Issues related to the TriCore architecture from Infineon
Area: Build system
Board: tricore
Size: XL
The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19041
opened Jun 4, 2026 by
parthitce
Loading…
arch/risc-v/espressif: Port I2S driver to esp-hal upper API
Arch: risc-v
Issues related to the RISC-V (32-bit or 64-bit) architecture
Size: XL
The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
arm64/am62x: Add TISCI system controller client, GPIO and I2C drivers
Arch: arm64
Issues related to ARM64 (64-bit) architecture
Area: Documentation
Improvements or additions to documentation
Board: arm64
Size: XL
The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#19005
opened May 31, 2026 by
PiyushPatle26
Contributor
Loading…
[BREAKING CHANGE] reorganize and unify STM32 ports
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.
#19004
opened May 31, 2026 by
raiden00pl
Member
•
Draft
libs: libc: armv8-m: Enable ARMV8M_STRING_FUNCTION
Area: OS Components
OS Components issues
Board: arm
Size: XS
The size of the change in this PR is very small
#18950
opened May 24, 2026 by
patrickelectric
Contributor
Loading…
drivers/sensors: Add SHTC3 temperature and humidity sensor. The drive…
Area: Documentation
Improvements or additions to documentation
Size: M
The size of the change in this PR is medium
#18880
opened May 14, 2026 by
Shriyans406
Loading…
Documentation: add initial nxpkg application page
Area: Documentation
Improvements or additions to documentation
Size: M
The size of the change in this PR is medium
#18875
opened May 13, 2026 by
aviralgarg05
Contributor
•
Draft
drivers/mbox: Add mailbox framework and PL320 driver
Size: XL
The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
net/sixlowpan: Check if g_frame_hdrlen + IPv6_HDRLEN <= iob->io_len
Area: Networking
Effects networking subsystem
Size: S
The size of the change in this PR is small
#18857
opened May 8, 2026 by
acassis
Contributor
Loading…
drivers/serial: Refactor PL011 to be general-purpose
Arch: arm
Issues related to ARM (32-bit) architecture
Arch: arm64
Issues related to ARM64 (64-bit) architecture
Area: Drivers
Drivers issues
Board: arm
Board: arm64
Size: XL
The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
#18837
opened May 2, 2026 by
linguini1
Contributor
Loading…
boards/xtensa: heltec_wifi_lora_32: Add userleds support
Board: xtensa
Size: M
The size of the change in this PR is medium
#18831
opened May 2, 2026 by
Shriyans406
Loading…
espressif: Add CMake build paths for Xtensa ESP32 chips and esp32c3-legacy.
Arch: risc-v
Issues related to the RISC-V (32-bit or 64-bit) architecture
Arch: xtensa
Issues related to the Xtensa architecture
Board: risc-v
Board: xtensa
Size: L
The size of the change in this PR is large
drivers/sensors: Add AS5047D magnetic encoder driver
Area: Documentation
Improvements or additions to documentation
Board: arm
Size: L
The size of the change in this PR is large
#18802
opened Apr 24, 2026 by
DheerajSingh1107
Loading…
net/socket: Fix sendmsg/recvmsg user buffers for BUILD_KERNEL (fixes CAN corruption)
Arch: simulator
Issues related to the SIMulator
Area: Networking
Effects networking subsystem
Size: M
The size of the change in this PR is medium
#18712
opened Apr 10, 2026 by
arjav1528
Contributor
Loading…
libm: fix truncl when long double has same size as double
Area: OS Components
OS Components issues
Size: S
The size of the change in this PR is small
Previous Next
ProTip!
Adding no:label will show everything without a label.