RIOT
RIOT copied to clipboard
RIOT - The friendly OS for IoT
### 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...
### 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...
### 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 -...
### 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...
### 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,...
### 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...
### Contribution description This uses a single test case for all fs implementations. ### Testing procedure ### Issues/PRs references
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...
#### 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,...