benpicco
benpicco
CI will still fail as some tests that use `float` will now preempt, which triggers #495
This needs a rebase
Looks like `native64` is crashing in CI now :confused:
This breaks the stack free measurement :( ``` > ps 2024-06-04 16:27:07,709 # pid | name | state Q | pri | stack ( used) ( free) | base addr...
I think this is still useful. I'll do a follow-up to make logging off by default, but when it's enabled we should have separate files per session.
Thank you for the patch, CI is complaining about the commit message: Can you please prefix it with the package involved (just like the PR title) with `git commit --amend`
@donsez ping
There appears to be something wrong with this PR, it's removing a lot of unrelated files.
I think a `git rebase -i master` would help. You can squash your commits while you're at it.
Would probably be handy to align this with the [DAC DDS](https://github.com/RIOT-OS/RIOT/blob/master/drivers/include/dac_dds.h) API ([example app](https://github.com/RIOT-OS/RIOT/tree/master/tests/driver_dac_dds)) so an app could seamlessly switch between internal DAC and external I2S based DAC. With the...