RIOT
RIOT copied to clipboard
RIOT - The friendly OS for IoT
### Contribution description This PR addresses [this comment](https://github.com/RIOT-OS/RIOT/pull/18383#discussion_r940472395) and adds a generic Bottom Half Processor mechanism to be used by any device that requires ISR offloading. The mechanism is agnostic...
### Contribution description Currently, asymcute matches an MQTT-SN request to its acknowledgement using *only* the MsgId header. However, I strongly believe this to be insufficient as asymcute would thus also...
### Contribution description This changes were (almost) cherry-picked from #18156. It addresses three things: - It fixes CCA result (before was just throwing garbage) - It fixes a variable initialization...
### Contribution description As per Section 5.2.1 of the MQTT-SN specification, the MQTT-SN length header is either 1- or 3-octet long. If it is 3-octet long then the first octet...
### Contribution description This better illustrates how subnet generation works and why we need the *Route Information Option* in a Router Advertisement to the upstream network for this to properly...
### Contribution description This adds two fixes around the handling and sending of empty ACKs: 1. Send empty ACKs on CON response, even if there is no `memo` that matches...
### Contribution description Let boards only define the port and pin number of each LEDs. The common definitions in `stm32_leds.h` will provide `LED_ON`, `LED_OFF`, `LED_TOGGLE`, `LED_PIN`, `LED_MASK` and `LED_PORT`. In...
### Contribution description This PR is a split-off from PR #18185, which provides - the support for ESP32-S3 SoC - a common ESP32-S3 board definition - the board definition for...
### Contribution description A if `netdev_driver_t::confirm_send()` is provided, it provides the new netdev API. However, detecting the API at runtime and handling both API styles comes at a cost. This...
#### Description Cannot send from node to node using gnrc with tcp on transport layer. The server part seems to work just fine, as I can send to it from...