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

Add system time read/write callbacks to mbed-mesh-api #14817

Merged

Commits on Jun 23, 2021

  1. System time read/write callbacks

    - Add new API for setting system time read and write callbacks.
    - Update ws_pae to use the new time service.
    Arto Kinnunen committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    5bb5ca7 View commit details
    Browse the repository at this point in the history
  2. Enable nanostack system time read/write

    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.
    Arto Kinnunen committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1de3aab View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Update CMakeLists and file locations

    Move ns_file.c/h to correct location and update CMakeLists to include
    ns_file.c
    Arto Kinnunen committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    2856a88 View commit details
    Browse the repository at this point in the history