RIOT
RIOT copied to clipboard
RIOT - The friendly OS for IoT
### 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...
### 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...
### 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...
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...
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...
### 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...
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...
### 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...