-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Pull requests: RIOT-OS/RIOT
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
sys/riotboot: riotboot header v2
Area: build system
Area: Build system
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: OTA
Area: Over-the-air updates
Area: sys
Area: System
Area: tools
Area: Supplementary tools
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
core/thread: add thread_join()
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: tests
Area: tests and testing framework
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Process: missing approvals
Integration Process: PR needs more ACKS (handled by action)
Process: needs >1 ACK
Integration Process: This PR requires more than one ACK
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
#21572
opened Jun 30, 2025 by
derMihai
Loading…
core/clist_sort: rewrite
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: sys
Area: System
Area: tests
Area: tests and testing framework
State: waiting for other PR
State: The PR requires another PR to be merged first
core/clist: use insertion sort
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: sys
Area: System
Area: tests
Area: tests and testing framework
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Process: missing approvals
Integration Process: PR needs more ACKS (handled by action)
Process: needs >1 ACK
Integration Process: This PR requires more than one ACK
State: waiting for other PR
State: The PR requires another PR to be merged first
Type: cleanup
The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation
cpu/native: Draft: Support native CPU on macOS
Area: boards
Area: Board ports
Area: build system
Area: Build system
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: cpu
Area: CPU/MCU ports
Area: doc
Area: Documentation
Area: drivers
Area: Device drivers
Area: network
Area: Networking
Area: OTA
Area: Over-the-air updates
Area: SAUL
Area: Sensor/Actuator Uber Layer
Area: sys
Area: System
Area: tests
Area: tests and testing framework
Area: tools
Area: Supplementary tools
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
Platform: native
Platform: This PR/issue effects the native platform
core: add wait queue wrapper around thread flags group
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: tests
Area: tests and testing framework
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Process: missing approvals
Integration Process: PR needs more ACKS (handled by action)
Process: needs >1 ACK
Integration Process: This PR requires more than one ACK
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
#21265
opened Mar 4, 2025 by
derMihai
Loading…
1 task done
tree-wide: use alignas() for alignment
Area: boards
Area: Board ports
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: cpu
Area: CPU/MCU ports
Area: doc
Area: Documentation
Area: drivers
Area: Device drivers
Area: examples
Area: Example Applications
Area: sys
Area: System
Area: tests
Area: tests and testing framework
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
Platform: native
Platform: This PR/issue effects the native platform
#21148
opened Jan 21, 2025 by
maribu
Loading…
scheduling: functions that might reschedule assume interrupts enabled
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: cpu
Area: CPU/MCU ports
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
Platform: AVR
Platform: This PR/issue effects AVR-based platforms
Platform: MSP
Platform: This PR/issue effects MSP-based platforms
Platform: native
Platform: This PR/issue effects the native platform
Platform: RISC-V
Platform: This PR/issue effects RISC-V-based platforms
core/cond.c: expect enabled interrupts in cond_wait()
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
#20940
opened Oct 24, 2024 by
derMihai
Loading…
core/sched_switch: fix crash with no active thread
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
#20878
opened Sep 29, 2024 by
maribu
Loading…
Move event thread flag
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: sys
Area: System
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
native: add option to turn RIOT into a Linux CLI tool
Area: boards
Area: Board ports
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: cpu
Area: CPU/MCU ports
Area: doc
Area: Documentation
Area: examples
Area: Example Applications
Area: sys
Area: System
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Platform: native
Platform: This PR/issue effects the native platform
#20656
opened May 7, 2024 by
benpicco
Loading…
core/debug: printf what asked to print
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
#20168
opened Dec 12, 2023 by
kfessel
Loading…
core/debug: detect number of arguments
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
#20166
opened Dec 11, 2023 by
kfessel
Loading…
cpu/riscv: Stack guarding via PMP
Area: build system
Area: Build system
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: cpu
Area: CPU/MCU ports
Area: tests
Area: tests and testing framework
Platform: RISC-V
Platform: This PR/issue effects RISC-V-based platforms
#19821
opened Jul 12, 2023 by
Teufelchen1
Loading…
native: fix -fanalyzer warnings
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: network
Area: Networking
Area: sys
Area: System
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
#19699
opened May 31, 2023 by
benpicco
Loading…
core/lib/include/log.h: Add new log level "WTF"
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: sys
Area: System
Area: tests
Area: tests and testing framework
#19439
opened Apr 1, 2023 by
HendrikVE
Loading…
thread: Terminating threads go to zombie state instead of stopped
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
CI: run tests
If set, CI server will run tests on hardware for the labeled PR
Process: API change
Integration Process: PR contains or issue proposes an API change. Should be handled with care.
Process: missing approvals
Integration Process: PR needs more ACKS (handled by action)
Process: needs >1 ACK
Integration Process: This PR requires more than one ACK
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
core/thread_flags: add Area: RIOT kernel. Handle PRs marked with this with care!
Area: network
Area: Networking
Area: sys
Area: System
Area: tests
Area: tests and testing framework
Area: timers
Area: timer subsystems
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
thread_flags_wait_any_or_mbox()
Area: core
#18977
opened Nov 25, 2022 by
maribu
Loading…
sys/net/gnrc/sock: fix race condition
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: network
Area: Networking
Area: sys
Area: System
Area: tests
Area: tests and testing framework
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
#18949
opened Nov 22, 2022 by
maribu
Loading…
treewide: Use deprecations in code rather than comments
Area: build system
Area: Build system
Area: CI
Area: Continuous Integration of RIOT components
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: cpu
Area: CPU/MCU ports
Area: doc
Area: Documentation
Area: drivers
Area: Device drivers
Area: OTA
Area: Over-the-air updates
Area: sys
Area: System
Area: tests
Area: tests and testing framework
Area: USB
Area: Universal Serial Bus
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
State: waiting for CI update
State: The PR requires an Update to CI to be performed first
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
#18650
opened Sep 26, 2022 by
chrysn
Loading…
core/sched: Provide thread state names for OpenOCD
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
#18460
opened Aug 17, 2022 by
maribu
Loading…
core/thread: add thread states for FreeRTOS queue implementation
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: cpu
Area: CPU/MCU ports
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
Process: needs >1 ACK
Integration Process: This PR requires more than one ACK
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
#18454
opened Aug 15, 2022 by
gschorcht
Loading…
core/assert: check assert at compile time, if possible
Area: arduino API
Area: Arduino wrapper API
Area: BLE
Area: Bluetooth Low Energy support
Area: boards
Area: Board ports
Area: build system
Area: Build system
Area: CoAP
Area: Constrained Application Protocol implementations
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: cpu
Area: CPU/MCU ports
Area: drivers
Area: Device drivers
Area: LoRa
Area: LoRa radio support
Area: network
Area: Networking
Area: pkg
Area: External package ports
Area: sys
Area: System
Area: tests
Area: tests and testing framework
Area: tools
Area: Supplementary tools
Area: USB
Area: Universal Serial Bus
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Discussion: RFC
The issue/PR is used as a discussion starting point about the item of the issue/PR
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
Platform: AVR
Platform: This PR/issue effects AVR-based platforms
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
Platform: native
Platform: This PR/issue effects the native platform
Process: missing approvals
Integration Process: PR needs more ACKS (handled by action)
Process: needs >1 ACK
Integration Process: This PR requires more than one ACK
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
#17390
opened Dec 13, 2021 by
maribu
Loading…
1 task done
Import coverage generation module from Zephyr
Area: build system
Area: Build system
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: cpu
Area: CPU/MCU ports
Area: doc
Area: Documentation
Area: sys
Area: System
Area: tests
Area: tests and testing framework
Area: tools
Area: Supplementary tools
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Platform: RISC-V
Platform: This PR/issue effects RISC-V-based platforms
#17000
opened Oct 18, 2021 by
nmeum
Loading…
Previous Next
ProTip!
Updated in the last three days: updated:>2025-10-30.