-
## Description
When Binding the Mfi Controller Rotor Riot in RetroArch for the start button, can not hold down start for several seconds to bind because the start button is not able to be held down…
Kiaos updated
5 years ago
-
#### Description
While testing https://github.com/RIOT-OS/RIOT/pull/11395 I noticed that I can make the devices not respond to multicast pings anymore after I did a multicast ping with no interva…
-
#### Description
In my testing, v might be 0 which will cause a mcu stall.
```C
unsigned r = 0;
printf("v: %d\n", v);
while ((v & 0x01) == 0) {
v >>= 1;
r++;…
-
#### Description
Cannot format using vfs_format on Heltec Lora v2 (esp32-heltec-lora32-v2)
#### Steps to reproduce the issue
I'm following the SPIFFs example (https://github.com/RIOT-OS/RIOT/tree…
-
#### Describe the bug
After installing Element APP on Android 11, I started the APP and try to configure my local Matrix server using WIFI connection.
I fill the Server Address field with http://.:,…
-
### Description
Currently the prompt for "Would you like to download the app instead?" exists, it would be even better if it were to make use of https://github.com/vector-im/riot-android/commit…
-
#### Description
adds support for the Sparkfun RPI pico (`rpi-pico`) in the `ws281x` driver.
The test command in `tests/driver_ws281x/` can be used to test the feature.
### Useful links
* …
-
**Describe the bug**
On a new installation, I am able to run the soda command but I am unable to run any subcommands that access my data warehouse. I get an error saying `Module sodasql.dialects.spar…
-
### Description
When the "Show hidden events in timeline" labs option is enabled, reactions aren't rendered in E2EE rooms upon initial refresh of riot-web.
### Steps to reproduce
1. React to …
-
ZTimer clocks are currently word-sized, but mutually incompatible because they carry their rate is part of the type anyway. Given that it's highly unlikely that clock using code would be monomorphized…