Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[radio] use new implementation of time sync #876

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bukepo
Copy link
Member

@bukepo bukepo commented Aug 27, 2024

No description provided.

@@ -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
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
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