-
From the matrix: "stdio in RIOT is a hot mess". So let's fix this. This lists the tasks needed for sane stdio
- [x] Fix https://github.com/RIOT-OS/RIOT/issues/20067
- Maybe just explicitly ini…
-
- [x] Create an application (#4477)
- [x] The `main()` function
- [x] Include modules -> @OlegHahm
- [ ] Networking
- [x] GNRC (https://github.com/RIOT-OS/RIOT/pull/4415)
- [x] netdev2 -…
-
Since contiki devices support 6lowpan and IP, is it possible to let Contiki devices talk with RIOT devices via IP network which is the same way your android smart phone talks to ios mobile devcies?
I…
-
### Description
Have a PC running Windows Insider Version 2004 Win10Pro - OS build 19041,21 and the Riot Desktop is not able to show the interface window (for reading or writing) the notification p…
-
#### Issue Description
Hello,
I'm trying to compile the oic-server-example in soletta-small-oses-samples but the sol-fbp-generator crashes.
```
make[1]: Leaving directory `/home/mattia/Thesis/solett…
-
#### Description
It turned out that some `periph_timer` implementations just masked IRQs on `timer_clear()`. If the interrupt condition then occurred later on, the IRQ flag was set but (due to bein…
-
I’m getting logged out every single time I fully close the application which is quite annoying because I do often shut down my computer.
-
### Describe the bug
It seems like that NPC are unable to defend themselves while the player character is sleeping.
A goose was able to kill a companion, even if the companion was healthy, armed, an…
-
https://ci.riot-labs.de/RIOT-OS/RIOT/5903/1934cb50e187e8333823e67e47bcf3eb4ee8d873/output.html#x86
```
/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed/limits.h:168:61: error: no include path in which t…
-
So far, there are just a few async features implemented: UDP sockets and ZTimer are supported.
More features on the wishlist (picking from https://github.com/RIOT-OS/rust-riot-wrappers/pull/63) are…