Kaspar Schleiser

Results 159 comments of Kaspar Schleiser

> What I don't like too much about sleep-get-wake is that it's not the default, and that the default is presumably more efficient; I'd prefer Rust wrappers not to add...

> The solution to this is to build a relay program that listens on a dedicated queue and recreates jobs given the payload. That would mean transferring the job multiple...

@vi I'm developing something similar as job queue for a ci. Check out dwq (disque work queue): https://github.com/kaspar030/dwq Currently it expects to execute jobs on a git checkout, but that...

I've build a CI around disque, my solution was to let the job, before completion, send a "I'm done" job to a previously defined status queue.

I think this broke tests/gnrc_ipv6_nib samr21-xpro.

``` main(): This is RIOT! (Version: 2022.10-devel-658-g6ac0bb-HEAD) ......... tests.test_get_next_hop_l2addr__link_local_after_handshake_iface (tests/gnrc_ipv6_nib/main.c 277) exp 6 was 4 . tests.test_get_next_hop_l2addr__link_local_after_handshake_iface_router (tests/gnrc_ipv6_nib/main.c 277) exp 6 was 4 .........................................

@jimparis would you like to continue with this PR? there's consensus now that we want this. Or should we go with @mcr's [rebased version](https://github.com/RIOT-OS/RIOT/pull/18703)?

this seems to have broken `tests/heap_cmd` on samr21-xpro and esp32-wroom-32 (the nightly boards): socat - open:/dev/ttyACM0,b115200,echo=0,raw,cs8,parenb=0,cstopb=0 > > heap heap heap: 30232 (used 2500, free 27732) [bytes] > malloc 100...

> Are there any reasons to use `build-std` for a tier 1 or 2 target that ships with official builds? Do the optimization options get used for build-std? e.g., would...

Fixed with https://github.com/RIOT-OS/murdock-worker/pull/1.