benpicco
benpicco
Hm but `gnrc_netif_netdev_legacy_api()` and `gnrc_netif_netdev_new_api()` can't both be true for the same interface. AFAIK slipdev does not implement the confirm send API yet, so the condition in the last paragraph...
Ok, CI still has a [different opinion](https://ci.riot-os.org/details/6b35c0debddc4617a6870ca7e4357c30) on this
I don't get why we have ```C typedef struct aes_key_st { /** @cond INTERNAL */ uint32_t rd_key[4 * (AES_MAXNR + 1)]; int rounds; /** @endcond */ } AES_KEY; ``` RIOT...
> Fixing phydat units seemed to be a quick fix, but turned into a larger endeavor. eh, you could have the ACK (and passing CI) by just adding two compat...
bors cancel bors try
CI still has [come complaints](https://github.com/RIOT-OS/RIOT/actions/runs/3996810704/jobs/6857317249) about formatting.
Please squash
Please add a test application that makes use of the `coverage` module so this gets build by CI. I already fail to compile the example on `native`. If the call...