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 tests if a blocking stdio read will allow other threads to be scheduled. ### Testing procedure `periodic test 5` should print `test` 5 times from a...

Area: tests
CI: ready for build

### Contribution description This PR only provides a test to verify that `_handle_rtr_timeout` does not have any effect on any RA options: > The Router Lifetime applies only to the...

Area: tests
CI: ready for build

### Contribution description Implementation of RFC7217 ("stable privacy") means that for addresses generated by SLAAC, their IID (interface identifier) is - semantically opaque, i.e. cannot derive hwaddr from it -...

Area: network
Area: tests
Area: sys
Area: Kconfig

### Contribution description The real_read() function will block the thread but won't preempt it. That means all other threads on the same (or higher) priority level are blocked as RIOT...

Type: bug
Platform: native
Area: network
Area: tests
Area: build system
Area: pkg
CI: ready for build
Area: cpu
Area: sys
Area: examples
CI: no fast fail

### Contribution description This updates the riot-sys dependency and then removes the lock-out of Rust on NATIVE_64BIT builds. ### Testing procedure * Green CI ### Issues/PRs references Back in https://github.com/RIOT-OS/RIOT/pull/20315,...

Platform: native
Area: tests
CI: ready for build
Area: cpu
Area: sys
Area: examples
Area: Kconfig
Area: Rust

### Contribution description stdio_write has been used inconsistently with respect to whether or not incomplete writes were returned. This * describes in more detail how stdio_write behaves, clarifying corner cases...

Area: tests
Platform: AVR
CI: ready for build
Area: arduino API
CI: run tests
Area: cpu
Area: sys

### Contribution description This uses a single test case for all fs implementations. ### Testing procedure ### Issues/PRs references

Area: tests
Area: pkg
CI: ready for build

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

### Contribution description At the RIOT summit I got the impression, that there is a big interest in extending the `gnrc` IEEE 802.15.4 security implementation. I remembered that I had...

Area: network
Area: drivers
Area: sys
Area: Kconfig

#### Description While running the release specs I attempted to remove a global address given by a stray border router (with`TNT`). I would change the channel or PAN ID before,...

Type: bug
Area: network