Skip to content

[radio] use new implementation of time sync#876

Draft
bukepo wants to merge 1 commit into
openthread:mainfrom
bukepo:time-sync-new
Draft

[radio] use new implementation of time sync#876
bukepo wants to merge 1 commit into
openthread:mainfrom
bukepo:time-sync-new

Conversation

@bukepo
Copy link
Copy Markdown
Member

@bukepo bukepo commented Aug 27, 2024

No description provided.

Comment thread src/src/radio.c
@@ -1220,8 +1216,6 @@ int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance)
#if OPENTHREAD_CONFIG_MAC_HEADER_IE_SUPPORT
void nrf_802154_tx_started(const uint8_t *aFrame)
{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may consider moving the whole implementation of nrf_802154_tx_started() to SubMac, and SubMac provide a function for radio driver to generate the ACK frame. This could greatly reduce platform radio APIs and the complexity of the otRadioFrame.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was considering wrapping all manipulations on SFD in a single callback. We probably shouldn't put it into SubMac, as this callback is probably called by a ISR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants