ot-nrf528xx icon indicating copy to clipboard operation
ot-nrf528xx copied to clipboard

OpenThread on Nordic nRF528xx examples.

Results 4 ot-nrf528xx issues
Sort by recently updated
recently updated
newest added

The function to query the csl uncertainty has an incorrect name in the nrf code `otPlatRadioGetCslClockUncertainty` as opposed to `otPlatRadioGetCslUncertainty`. See https://github.com/openthread/openthread/blob/main/include/openthread/platform/radio.h#L1212 . Since openthread has a default weak implementation...

Similarly as for `otPlatRadioReceiveAt`, use a `SAFE_DELTA` for `otPlatRadioTransmit` when transmission time is specified in the frame.

Hi `openthread/ot-nrf528xx`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

Show how openthread can also be built through docker. This is using the image from coderbyheart which I think is as official as we can get right now for an...