-
Notifications
You must be signed in to change notification settings - Fork 30
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
[sdk] update to Gecko SDK 4.3.2 #733
[sdk] update to Gecko SDK 4.3.2 #733
Conversation
2ecb046
to
02f2433
Compare
OpenThread stack update change 992be2781->a363396eb (in commit 2c459e3a3) had a change in the stack to clarify and adjust various CSL timing units to existing 802.15.4 standards based timing concepts. See openthread/openthread@6da6e09 One of the changes was to clarify that the rxTimestamp (used to calculate "next" CSL transmissions) should point to the end of the sync header (SHR). So when scheduling our transmit, we must make sure to subtract the SHR duration value from our base time since this is already accounted for when calculating next CSL transmission delay. Co-authored-by: Suvesh Pratapa <[email protected]>
02f2433
to
ff6a489
Compare
Co-authored-by: Suvesh Pratapa <[email protected]>
ff6a489
to
6740d0c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@lmnotran , would you like these commits merged separately? Or squash-merge? If separate, can you include the PR# in the commit header? For example:
|
@jwhui a squash-merge is fine. Thanks for reviewing! |
No description provided.