benpicco
benpicco
I'm not even sure if we have any ESP32 devices included in the Murdock run, AFAIR the build failures were on some of the newer ones.
This PR is now obsolete.
What is that warning supposed to look like and what is it supposed to achieve? > The xTimer API is provided by ZTimer. This should have no influence on it's...
Like [so](https://github.com/RIOT-OS/RIOT/pull/20494/commits/18c1754d858b3973499a19fa7df5f27046684014)?
Thank you for the ping!
looks like some testing was already provided in #21202 :smiley:
`gnrc_pktshark` sounds nice, I'll go with that > Also keep in mind that output with >1 line typically is harder to parse with tools such as sed or awk (in...
> How would I implement an on-time change callback? We can add that to the `walltime` module as a 2nd step, then we would only need to add it in...
> If the walltime would not use the RTC API but use a driver struct with function callbacks, then the walltime could be instanciated with either the periph RTC or...
> That would allow us to hook in our I2C RTC into the walltime module quite easily. It's a shame we don't have that upstream though…