Kaspar Schleiser
Kaspar Schleiser
Can we postpone this until I'm back from holidays? No time to argue now :) I find using "characters" utterly confusing. We're in total "one byte has eight bits" land,...
> Huh what's confusing about using characters for string output? because characters nowadays often mean multi-byte characters. 'Į' is a character. When talking about how much data is written to...
> Is it possible that the CI no longer autorebases? Not that I know of.
Maybe ccache is too optimistic, so repeated runs yield same result but cache miss causes hash mismatch?
While I like the "to use this, use module X", IMHO we should not repeat how to actually use a module. It would clutter the documentation a lot. There's already...
What's wrong with using picocom (or socat) for tests? Why does this need another make target?
I think this is caused by `unittests/main.c` calling `xtimer_init()`, which in the (default) ztimer_xtimer_compat case leads to `ztimer_init()` being called twice. That`s not supposed to happen.
> The mechanism is agnostic to the underlying processing module (events, messages, thread flags), as it simply defines an interface for storing an (IRQ) handler and a context. Is it...
Huh, why not implement this using ztimer64 on top of rtt?