RIOT icon indicating copy to clipboard operation
RIOT copied to clipboard

RIOT - The friendly OS for IoT

Results 650 RIOT issues
Sort by recently updated
recently updated
newest added

### Contribution description This adds the capability to `nanocoap_server` to send separate response, that is a delayed response outside the CoAP handler. The CoAP handler will first send an empty...

Area: network
Type: new feature
CI: ready for build
Area: CoAP
Area: sys
Area: examples

### Contribution description This PR adds support for DTLS connections when using LwM2M. The LwM2M client implementation has been rewritten to allow both CoAP and CoAP over DTLS to be...

Area: doc
Area: build system
Type: new feature
Area: pkg
CI: ready for build
Area: security
Area: examples
Area: Kconfig

### Contribution description This PR adds support for Class C in GNRC LoRaWAN. To activate, enable the `CONFIG_GNRC_LORAWAN_CLASS_C` CFLAG. With Class C LoRaWAN nodes keep the receiver on all the...

Area: network
Area: pkg
Area: drivers
CI: ready for build
Area: LoRa
Area: sys
Area: examples

Hej 🐐 General wiki clean up discussion. ~~I propose to delete those notes from the wiki.~~ - ~~https://github.com/RIOT-OS/RIOT/wiki/Minutes-from-face-to-face-meeting-@-FU-Berlin-on-August-29,-2013~~ - ~~https://github.com/RIOT-OS/RIOT/wiki/Minutes-from-face-to-face-meeting-@-FU-Berlin-on-November-12,-2013~~ - ~~https://github.com/RIOT-OS/RIOT/wiki/Minutes-from-face-to-face-meeting-@-FU-Berlin-on-September-27,-2013~~ - ~~https://github.com/RIOT-OS/RIOT/wiki/Minutes-from-face-to-face-meeting-@-FU-Berlin-on-February-04,-2014~~ - ~~https://github.com/RIOT-OS/RIOT/wiki/Virtual-Meeting-on-December-03,-2014~~ - ~~https://github.com/RIOT-OS/RIOT/wiki/Virtual-Meeting-on-November-19,-2014~~ - ~~https://github.com/RIOT-OS/RIOT/wiki/Virtual-Meeting-on-October-20,-2014~~...

### Contribution description This changes the POSIX clock backing `timer_read()` to `CLOCK_PROCESS_CPUTIME_ID` in the hope that this make tests in the CI more repeatable, regardless of background CPU load. For...

Platform: native
Area: cpu
State: waiting for author

This gives an overview of STM32 MCUs for which RIOT has at least basic support. As ST releases new Chips we are not always up to date with the changes...

Type: new feature
Type: tracking

### Contribution description This is a simple way to drive the ws1812b using DMA through SPI. I tested it on a nucleo-f303k8 but it should work on any MCU with...

Area: tests
Area: drivers
Platform: ESP
Area: cpu

Line 430 only gets the pointer to the key slot number in the key slot struct, which is empty at this point. The function name is not clear, it should...

### Contribution description The Rust Gcoap example already uses two modules from the riot-coap-handler-demos crate from the riot-module-examples: `/ps/` and `/vfs/`. This adds a third, `/saul/`, which gives some rudimentary...

Type: new feature
State: stale
Area: examples
Area: Rust

### Contribution description This is an implementation of persistent key storage in PSA Crypto. It uses VFS with littlefs2 and MTD. PSA keys are encoded in CBOR, written to files...

Area: doc
Area: tests
Area: sys
Area: Kconfig