-
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
Add system time read/write callbacks to mbed-mesh-api #14817
Add system time read/write callbacks to mbed-mesh-api #14817
Conversation
- 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.
@artokin, thank you for your changes. |
This pull request has automatically been marked as stale because it has had no recent activity. @JarkkoPaso, @juhhei01, @mikaleppanen, @mikter, @ARMmbed/mbed-os-maintainers, please complete review of the changes to move the PR forward. Thank you for your contributions. |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Move ns_file.c/h to correct location and update CMakeLists to include ns_file.c
80e3893
to
2856a88
Compare
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
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.
This is a copy of #14754
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@mikter , @mikaleppanen , @juhhei01 @JarkkoPaso