-
Notifications
You must be signed in to change notification settings - Fork 2k
Issues: RIOT-OS/RIOT
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
pkg/paho-mqtt: Update doc.txt
Area: doc
Area: Documentation
Area: network
Area: Networking
Area: pkg
Area: External package ports
#21136
opened Jan 14, 2025 by
DeJusten
Loading…
pkg/wakaama: add on off switch
Area: examples
Area: Example Applications
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
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
#21109
opened Dec 25, 2024 by
leandrolanzieri
Loading…
pkg/nimble: Update to 1.8.0
Area: BLE
Area: Bluetooth Low Energy support
Area: cpu
Area: CPU/MCU ports
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
Platform: ESP
Platform: This PR/issue effects ESP-based platforms
#21108
opened Dec 24, 2024 by
chrysn
Loading…
pkg/lwip: fix race in async sock API with event
Area: network
Area: Networking
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
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
sys/net/nanocoap: Add CoAP over TCP support
Area: build system
Area: Build system
Area: CoAP
Area: Constrained Application Protocol implementations
Area: doc
Area: Documentation
Area: examples
Area: Example Applications
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
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
drivers/netdev_ieee802154_submac: port to netdev_new_api
Area: drivers
Area: Device drivers
Area: network
Area: Networking
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
#20992
opened Nov 14, 2024 by
benpicco
Loading…
treewide: move closing part of header guard to end of file
Area: arduino API
Area: Arduino wrapper API
Area: BLE
Area: Bluetooth Low Energy support
Area: boards
Area: Board ports
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: examples
Area: Example Applications
Area: LoRa
Area: LoRa radio support
Area: network
Area: Networking
Area: OTA
Area: Over-the-air updates
Area: pkg
Area: External package ports
Area: SAUL
Area: Sensor/Actuator Uber Layer
Area: sys
Area: System
Area: tests
Area: tests and testing framework
Area: timers
Area: timer subsystems
Area: tools
Area: Supplementary tools
Area: USB
Area: Universal Serial Bus
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
Platform: native
Platform: This PR/issue effects the native platform
Platform: RISC-V
Platform: This PR/issue effects RISC-V-based platforms
#20905
opened Oct 11, 2024 by
mguetschow
•
Draft
Fido2 update tests
Area: doc
Area: Documentation
Area: pkg
Area: External package ports
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
#20876
opened Sep 28, 2024 by
Ollrogge
Loading…
core: add stdio.h to replace stdout functions with stdio_null
Area: core
Area: RIOT kernel. Handle PRs marked with this with care!
Area: cpu
Area: CPU/MCU ports
Area: pkg
Area: External package ports
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: AVR
Platform: This PR/issue effects AVR-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
#20872
opened Sep 26, 2024 by
benpicco
Loading…
Psa cipher chacha20 multipart operation implementation
Area: build system
Area: Build system
Area: cpu
Area: CPU/MCU ports
Area: pkg
Area: External package ports
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
#20788
opened Jul 16, 2024 by
Wunderbaeumchen99817
•
Draft
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…
driver/mtd_spi_nor, pkg/littlefs: improve reliability with corrupted flash (new PR)
Area: doc
Area: Documentation
Area: drivers
Area: Device drivers
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
#20589
opened Apr 17, 2024 by
crasbe
Loading…
7 tasks done
pkg/nanopb: allow multiple proto locations
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
Impact: minor
The PR is small in size and might only require a quick look of a knowledgeable reviewer
#20543
opened Apr 5, 2024 by
benpicco
Loading…
cpu/native: introduce periph_i2c_mock
Area: build system
Area: Build system
Area: cpu
Area: CPU/MCU ports
Area: drivers
Area: Device drivers
Area: pkg
Area: External package ports
Area: SAUL
Area: Sensor/Actuator Uber Layer
Area: sys
Area: System
Area: tests
Area: tests and testing framework
Area: toolchain
Area: toolchains; everything related to compilation, libc, linking, …
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
Reviewed: 1-fundamentals
The fundamentals of the PR were reviewed according to the maintainer guidelines
Reviewed: 2-code-design
The code design of the PR was reviewed according to the maintainer guidelines
Reviewed: 3-testing
The PR was tested according to the maintainer guidelines
Reviewed: 4-code-style
The adherence to coding conventions by the PR were reviewed according to the maintainer guidelines
Reviewed: 5-documentation
The documentation details of the PR were reviewed according to the maintainer guidelines
#20430
opened Feb 24, 2024 by
gdoffe
Loading…
pkg/driver_sx126x: update to v2.3.2
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
#20255
opened Jan 14, 2024 by
donsez
Loading…
[POC] Azure integration part 1 (TLS)
Area: pkg
Area: External package ports
#20254
opened Jan 14, 2024 by
tanvirBsmrstu
Loading…
pkg/semtech-loramac: add eepreg support
Area: doc
Area: Documentation
Area: LoRa
Area: LoRa radio support
Area: network
Area: Networking
Area: pkg
Area: External package ports
Area: sys
Area: System
#20231
opened Jan 5, 2024 by
FlapKap
Loading…
[POC] Azure Integration in RIOT OS
Area: doc
Area: Documentation
Area: examples
Area: Example Applications
Area: network
Area: Networking
Area: pkg
Area: External package ports
#20223
opened Jan 3, 2024 by
tanvirBsmrstu
Loading…
pkg: allow the omission of the --filter argument
Area: build system
Area: Build system
Area: pkg
Area: External package ports
#20010
opened Oct 23, 2023 by
david-vankampen
Loading…
drivers/sen5x: Add device driver for SEN5x
Area: build system
Area: Build system
Area: doc
Area: Documentation
Area: drivers
Area: Device drivers
Area: Kconfig
Area: Kconfig integration
Area: pkg
Area: External package ports
Area: SAUL
Area: Sensor/Actuator Uber Layer
Area: tests
Area: tests and testing framework
#19955
opened Sep 28, 2023 by
dprigoshij
Loading…
pkg/libcoap: Add in libcoap CoAP library support
Area: doc
Area: Documentation
Area: examples
Area: Example Applications
Area: Kconfig
Area: Kconfig integration
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
#19889
opened Aug 15, 2023 by
mrdeep1
Loading…
pkg/wolfssl: add support for nrf52840's cryptocell
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
#19850
opened Jul 28, 2023 by
geonnave
Loading…
sock_dtls, dsm: Add possibility to determine the credentials that were used for a DTLS connection
Area: examples
Area: Example Applications
Area: network
Area: Networking
Area: pkg
Area: External package ports
Area: sys
Area: System
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
#19838
opened Jul 19, 2023 by
MarcelStenzel
Loading…
Spi drivers
Area: arduino API
Area: Arduino wrapper API
Area: boards
Area: Board ports
Area: CI
Area: Continuous Integration of RIOT components
Area: cpu
Area: CPU/MCU ports
Area: doc
Area: Documentation
Area: drivers
Area: Device drivers
Area: pkg
Area: External package ports
Area: sys
Area: System
Area: tests
Area: tests and testing framework
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
Platform: RISC-V
Platform: This PR/issue effects RISC-V-based platforms
#19820
opened Jul 12, 2023 by
hugueslarrive
•
Draft
33 of 46 tasks
build system: warn when soft FPU is used
Area: build system
Area: Build system
Area: CI
Area: Continuous Integration of RIOT components
Area: cpu
Area: CPU/MCU ports
Area: doc
Area: Documentation
Area: drivers
Area: Device drivers
Area: examples
Area: Example Applications
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
CI: full build
disable CI build filter
CI: no fast fail
don't abort PR build after first error
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
State: WIP
State: The PR is still work-in-progress and its code is not in its final presentable form yet
#19688
opened May 31, 2023 by
maribu
Loading…
Previous Next
ProTip!
no:milestone will show everything without a milestone.