Skip to content

Pull requests: RIOT-OS/RIOT

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

Pull requests list

.editorconfig: add EditorConfig CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs Type: new feature The issue requests / The PR implemements a new feature for RIOT
#20746 opened Jun 11, 2024 by maribu Loading…
sys/crypto: fix OCB mode Area: sys Area: System Area: tests Area: tests and testing framework
#20745 opened Jun 11, 2024 by LP-HAW Loading…
Makefile.include: fix override headers from application Area: build system Area: Build system Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
#20744 opened Jun 11, 2024 by leandrolanzieri Loading…
release-tests.yaml: remove (always failing) matrix notification Area: CI Area: Continuous Integration of RIOT components
#20742 opened Jun 11, 2024 by mguetschow Loading…
Drivers: add MAX31855 thermocouple-to-digital converter Area: drivers Area: Device drivers Area: SAUL Area: Sensor/Actuator Uber Layer Area: tests Area: tests and testing framework Type: new feature The issue requests / The PR implemements a new feature for RIOT
#20741 opened Jun 11, 2024 by leandrolanzieri Loading…
/README.md: match doc Area: doc Area: Documentation CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs
#20740 opened Jun 11, 2024 by kfessel Loading…
[DRAFT] Support native64 Board on ARM Area: build system Area: Build system Area: cpu Area: CPU/MCU ports Platform: native Platform: This PR/issue effects the native platform
#20739 opened Jun 10, 2024 by carl-tud Draft
tree wide: compilation fixes for native64 on musl systems Area: core Area: RIOT kernel. Handle PRs marked with this with care! Area: cpu Area: CPU/MCU ports Area: drivers Area: Device drivers 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
#20730 opened Jun 5, 2024 by maribu Draft
sys/psa_crypto: Chacha20 support Area: build system Area: Build system Area: sys Area: System Area: tests Area: tests and testing framework
#20720 opened Jun 4, 2024 by Wunderbaeumchen99817 Draft
cpu/samd5x: avoid the use of bitfields 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: ARM Platform: This PR/issue effects ARM-based platforms
#20714 opened May 30, 2024 by dylad Loading…
gcoap: propagate local tx aux to gcoap_req_send() and in _handler_req() Area: CoAP Area: Constrained Application Protocol implementations Area: examples Area: Example Applications 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 Process: API change Integration Process: PR contains or issue proposes an API change. Should be handled with care. Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
#20711 opened May 29, 2024 by fabian18 Loading…
async Rust runtime and applications Area: doc Area: Documentation Area: examples Area: Example Applications
#20705 opened May 29, 2024 by j-devel Loading…
Update creating-modules.md Area: doc Area: Documentation Area: sys Area: System CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
#20699 opened May 27, 2024 by Wunderbaeumchen99817 Draft
sys/psa_crypto: sha3 support Area: build system Area: Build system Area: doc Area: Documentation 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
#20698 opened May 27, 2024 by Wunderbaeumchen99817 Loading… Release 2024.07
gcoap: minor fixes and separate response Area: CoAP Area: Constrained Application Protocol implementations Area: examples Area: Example Applications Area: network Area: Networking Area: sys Area: System
#20696 opened May 25, 2024 by fabian18 Draft
Makefile.include: creation of CACHEDIR.TAG as a dependency of pkg-prepare Area: build system Area: Build system Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
#20689 opened May 23, 2024 by bmewen Loading…
nanocoap: fix coap_block2_finish() when option size is shrinking Area: CoAP Area: Constrained Application Protocol implementations 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 Process: API change Integration Process: PR contains or issue proposes an API change. Should be handled with care. Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
#20688 opened May 22, 2024 by benpicco Loading…
sys/net/application_layer/gcoap: fix Observe notifications correlation Area: CoAP Area: Constrained Application Protocol implementations Area: examples Area: Example Applications 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 Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
#20684 opened May 22, 2024 by fabian18 Loading…
cpu/msp430: Implement periph_gpio_ll & periph_gpio_ll_irq Area: boards Area: Board ports Area: build system Area: Build system Area: cpu Area: CPU/MCU ports Area: drivers Area: Device drivers 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: AVR Platform: This PR/issue effects AVR-based platforms Platform: ESP Platform: This PR/issue effects ESP-based platforms Platform: MSP Platform: This PR/issue effects MSP-based platforms
#20679 opened May 20, 2024 by maribu Draft
1 task
Raspberry Pi Pico I2C Interface Implementation Area: boards Area: Board ports Area: cpu Area: CPU/MCU ports Area: drivers Area: Device drivers Area: examples Area: Example Applications Area: tools Area: Supplementary tools
#20677 opened May 17, 2024 by studiosoftdev Loading…
sys/shell: Update cryptoauthlib shell commands Area: pkg Area: External package ports Area: sys Area: System CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
#20673 opened May 16, 2024 by Einhornhool Loading…
pkg/mpaland-printf: Add alternative stdio as package Area: build system Area: Build system Area: doc Area: Documentation Area: pkg Area: External package ports 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 Type: new feature The issue requests / The PR implemements a new feature for RIOT
#20664 opened May 11, 2024 by maribu Loading…
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: 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…
doc/CONTRIBUTION.md: document mediation process Area: doc Area: Documentation
#20648 opened May 3, 2024 by maribu Draft
4 tasks
drivers/ws281x: add SysTick + GPIO LL backend Area: build system Area: Build system Area: cpu Area: CPU/MCU ports Area: drivers Area: Device drivers 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
#20646 opened May 2, 2024 by maribu Loading…
5 tasks done
ProTip! no:milestone will show everything without a milestone.