-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[feature-wisun] Add system time read/write callbacks to mbed-mesh-api #14754
Conversation
@artokin, thank you for your changes. |
- Add new API for setting system time read and write callbacks. - Update ws_pae to use the new time service.
Allow Nanostack to read and write system time to synchronise time in the mesh network. By default feature is enabled in the mesh json- configuration.
5be2c9a
to
c20ee2a
Compare
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. |
CI started |
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
CI restaretd |
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
CI restarted |
Test run: SUCCESSSummary: 10 of 10 test jobs passed |
Summary of changes
Add system time read/write callbacks to mbed-mesh-api. Nanostack will use the callbacks for system time synchronisation in the mesh network.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@mikter , @mikaleppanen , @juhhei01 @JarkkoPaso