You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2017/02/23 22:33:02 UTC

[08/50] incubator-mynewt-core git commit: This closes #175.

This closes #175.

Merge branch 'disallow-prio-duplication' of https://github.com/utzig/incubator-mynewt-core into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/a4aa979a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a4aa979a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a4aa979a

Branch: refs/heads/sensors_branch
Commit: a4aa979aa86a03fc1827c8cf34a17c576cccf72d
Parents: 88191c2 794572b
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Feb 10 16:01:55 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Feb 10 16:01:55 2017 -0800

----------------------------------------------------------------------
 kernel/os/test/src/callout_test.c               | 14 +++++-----
 kernel/os/test/src/callout_test.h               | 16 ++++++-----
 kernel/os/test/src/eventq_test.c                |  8 ------
 kernel/os/test/src/eventq_test.h                | 28 +++++++++++---------
 .../src/testcases/event_test_poll_single_sr.c   | 11 --------
 .../os/test/src/testcases/event_test_poll_sr.c  | 11 --------
 .../src/testcases/event_test_poll_timeout_sr.c  | 11 --------
 kernel/os/test/src/testcases/event_test_src.c   | 11 --------
 kernel/os/test/src/testcases/os_callout_test.c  | 12 ---------
 .../test/src/testcases/os_callout_test_speak.c  | 12 ---------
 .../test/src/testcases/os_callout_test_stop.c   | 12 ---------
 .../test/src/testcases/flash_map_test_case_1.c  |  4 ---
 .../test/src/testcases/flash_map_test_case_2.c  |  4 ---
 13 files changed, 30 insertions(+), 124 deletions(-)
----------------------------------------------------------------------