This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 3b54781af32521e9cce5654a86ccf22847195b74
Merge: 3225dce cfc5856
Author: ccollins476ad <ccollins47...@gmail.com>
AuthorDate: Fri Sep 21 16:30:49 2018 -0700

    Merge pull request #1380 from ccollins476ad/os-time-listener
    
    kernel/os: Registration of time-change listeners

 kernel/os/include/os/os_time.h                     |  78 +++++++++++-
 kernel/os/src/os_time.c                            | 127 +++++++++++++++++++
 kernel/os/syscfg.yml                               |   5 +
 kernel/os/test/include/os_test/os_test.h           |   4 +
 kernel/os/test/src/os_test.c                       |   1 +
 kernel/os/test/src/os_test_priv.h                  |   1 +
 kernel/os/test/src/testcases/os_time_test_change.c | 134 +++++++++++++++++++++
 .../{include/os_test/os_test.h => src/time_test.c} |  25 ++--
 kernel/os/test/syscfg.yml                          |  20 +++
 9 files changed, 376 insertions(+), 19 deletions(-)


Reply via email to