RIOT
RIOT copied to clipboard
RIOT - The friendly OS for IoT
### Contribution description ### Testing procedure #### on native - Create two tap bridges: ``` sudo dist/tools/tapsetup/tapsetup -b tapbr_a -t tap_a sudo dist/tools/tapsetup/tapsetup -b tapbr_b -t tap_b ``` Start two...
### Contribution description This is an initial draft of an I2S audio interface API. The goal is to have an API to fit the peripherals on different platforms. Furthermore, due...
### Contribution description This PR is working towards adding LLVM support for the AVR platform. ***WARNING:*** This is work in progress and not in a shape in which it makes...
### Contribution description This is a (very) initial implementation of the stm32 SPI peripheral running in I2S mode. ### Testing procedure No test application yet. At least the stm32f4discovery board...
### Contribution description This PR: - Implements the PHY state machine of GNRC LoRaWAN using an FSM with entry/exit states. This simplifies the logic a lot, makes it more robust...
### Contribution description Some time ago I wrote #9538 but it was lacking an example of how it can be used. Now, inspired by #11357 , I present the "optparse...
#### Description The DTLS handshake does not work anymore since 2023.01. I'm currently running `examples/gcoap_dtls` and see that the client sends "Client Hello" but gets no response from the server....
### Contribution description The PR is the update of pkg/sx126x_driver repository for the tag 2.3.2 of the source repository. NB: the tag 2.3.2 includes the implementation of LR-FHSS driver for...
When @nmeum and I wanted to disclose a vulnerability yesterday, I was convinced that RIOT didn't have a security team. This caused us to assess the impact ourselves and choose...
### Contribution description This PR adds start and end markers for the `flash_writable` section. For the ESP32x SoCs these were already added in #19079.