benpicco

Results 395 comments of benpicco

I guess we could also handle this like `IEEE802154_SEC_DEFAULT_KEY` and just use a string in KConfig, but allow for a byte array to be supplied via the Makefile. (I also...

Ok, but why the spaces? A hex byte is unambiguous with two characters, no need to separate them with spaces. We could then also use that hex string to byte...

Like this? btw what's up with that `_recv` function? Why does it have a special case to drop `len` bytes if `buf` is NULL? This is the only driver I'm...

Hm a sudo ping -A ff02::1%sl0 still kills it

Ah the adaptive ping issue is unrelated. I was testing this on a `nrf52840dk` with `examples/gnrc_border_router`, so `gnrc_netif_pktq` is used ``` > ping ff02::1 error: packet buffer full error: packet...

You need one for every thread, so it can’t be static

> Mhhh, but it could be part of the `gnrc_netif` struct I like the idea!

So say I have ```patch --- a/boards/same54-xpro/include/periph_conf.h +++ b/boards/same54-xpro/include/periph_conf.h @@ -92,6 +92,15 @@ static const tc32_conf_t timer_config[] = { .gclk_id = TC2_GCLK_ID, .gclk_src = SAM0_GCLK_TIMER, .flags = TC_CTRLA_MODE_COUNT32, + },...

I can confirm that this works on `same54-xpro` too, unfortunately I don't see the power savings I had hoped for. Please squash (& rebase to solve the merge conflict)