benpicco

Results 395 comments of benpicco

My only concern there is that events are usually short tasks - if we'd use the event thread for installing the update, that would block other events for a long...

Well with this the user can just call `suit_handle_url()` from the event thread if they so desire - with #18656 just a single `event_callback_oneshot()` is needed. So I think we...

Would it make sense to include the driverlib as a `pkg`? This was done for Microchips cryptoauthlib (#13014), which is a similarly heavy library.

> It's has a prop in the name because it uses the propietary mode of the RF Core (the only available on the CC1312, and the Sub-GHz option for CC1352)...

I'd put the board config in a separate commit. Also no need to first add the files to `cpu/cc26xx_cc13xx` only to move them to `cpu/cc26x2_cc13x2` in the next commit 😉...

Please make a separate PR for the `cc1352p`, that should be easy to merge.

Sorry for the sparse response. A few general comments / questions > Address-based filtering (can be done, but removes compatibility with IEEE 802.15.4g standard). This I don't understand. Doesn't that...

Don't worry, I haven't forgotten about this - just didn't find the time to look into it. I even have a pair of `cc1352p-launchpad`s so I can do some interop...

Uh what was the last state of this one? I have two boards and can do some tests.