Kaspar Schleiser
Kaspar Schleiser
> As for the specific format, maybe you want to consider @MrKevinWeiss proposal to have fixed keys (moving the title to the sub-structure)? I'd vote for that, too. My main...
> I'd vote for that, too. My main reason would be that it's easier to represent in Rust :). ... laze uses that scheme, too. I'd even go further: ```...
> it's easier to represent in Rust btw, there's a serde yaml schema generator that makes generating a yaml (and json) schema from those structs trivial.
Welcome @xnumad! And thanks for your contribution. :smile: This looks quite interesting. Curious what the gnrc specialists have to say about it.
This seems extremely useful! Can we somehow condense assert, static_assert, magic_assert and magic_static_assert?
Again, I don't think that `delay_us()` should fall back to msec.
> I dropped `delay_us()` I think that would be useful. Can't it just use ZTIMER_USEC? "Those are trivial wrappers over ztimer_sleep() that just use the most appropriate clock that is...
``` * For use cases such as waiting 1 ms for a device to reset during start up it * matters little if the delay ends up being 1 ms,...
@maribu Maybe splilt out the *more accurate* arch specific spinning?