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 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...

Area: tests
Area: sys

### 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...

Type: bug
Area: network
CI: ready for build
Area: sys

### 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...

Type: bug
Platform: ARM
Area: cpu
Reviewed: 2-code-design
Reviewed: 4-code-style
Reviewed: 5-documentation

### 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...

Type: bug
Area: network
Area: sys

### 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...

Type: enhancement
Area: network
Area: doc
Area: tools
Area: sys
CI: skip compile test

### 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...

Type: bug
Area: network
CI: ready for build
Area: CoAP
Area: sys

### 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...

Type: cleanup
CI: ready for build
Area: boards

### 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...

Area: doc
Type: new feature
Area: CI
Area: tools
Area: boards
Platform: ESP
Area: cpu
Area: Kconfig
State: waiting for CI update

### 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...

Platform: ARM
Area: network
Area: tests
Area: build system
Area: drivers
CI: ready for build
Area: LoRa
Platform: ESP
Area: cpu
Area: sys
Area: Kconfig

#### 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...