benpicco
benpicco
Please squash!
But… how? The test runs fine on `native` and does not contain anything hardware dependent.
Huh this is weird - why does this not fail on `native`? I also see this on `samd20-xpro` - fix provided in #18635
I like this one more as it also introduces a common `GNRC_NETIF_STACKSIZE_DEFAULT`
Hm any news on this?
@gschorcht might know more about how to debug esp32
IIRC you mentioned you had an idea on how to get rid of the `TO_FLASH` in `flash_printf(TO_FLASH())` - that would make this a lot more palatable
> One could provide a `printf_literal(x, ...)` that would be an alias for `flash_printf(TO_FLASH(x), ...)`. But I think that this would actually increase the complexity without being a significant gain...
#17905 now does the same, but with a handy define for the default netif stack size