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

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


    from 89ee1a105 drivers/i2s: Fix missing dependency
     new 5b3cb7a57 kernel/os: Add msys unit tests
     new ddae64e9b kernel/os: Fix msys allocation with multiply mpools

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 kernel/os/selftest/include/os_test/os_test.h       |   1 +
 kernel/os/selftest/src/msys_test.c                 | 100 +++++++++
 .../os/selftest/src/{mbuf_test.h => msys_test.h}   |  37 +++-
 kernel/os/selftest/src/os_test.c                   |   1 +
 .../os/selftest/src/testcases/os_msys_test_cases.c | 228 +++++++++++++++++++++
 kernel/os/src/os_msys.c                            |  32 ++-
 6 files changed, 378 insertions(+), 21 deletions(-)
 create mode 100644 kernel/os/selftest/src/msys_test.c
 copy kernel/os/selftest/src/{mbuf_test.h => msys_test.h} (50%)
 create mode 100644 kernel/os/selftest/src/testcases/os_msys_test_cases.c

Reply via email to