You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/07/11 20:07:51 UTC

[mynewt-nimble] 01/01: Merge pull request #140 from ccollins476ad/log-to-modlog

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-nimble.git

commit 8edad8a5a89fbe0d63c08653f4c51dd039df6a04
Merge: d5b913d e8efcf1
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Wed Jul 11 13:07:48 2018 -0700

    Merge pull request #140 from ccollins476ad/log-to-modlog
    
    Switch everything over to modlog

 apps/blecent/pkg.yml                  |  1 +
 apps/blecent/src/blecent.h            | 11 +-----
 apps/blecent/src/main.c               | 73 +++++++++++++++-------------------
 apps/blecent/src/misc.c               | 74 +++++++++++++++++------------------
 apps/blecsc/pkg.yml                   |  1 +
 apps/blecsc/src/blecsc_sens.h         | 11 +-----
 apps/blecsc/src/gatt_svr.c            | 20 +++++-----
 apps/blecsc/src/main.c                | 37 +++++++-----------
 apps/blehr/pkg.yml                    |  1 +
 apps/blehr/src/blehr_sens.h           | 11 +-----
 apps/blehr/src/gatt_svr.c             |  6 +--
 apps/blehr/src/main.c                 | 28 +++++--------
 apps/blemesh/pkg.yml                  |  1 +
 apps/blemesh/src/main.c               |  2 -
 apps/blemesh_light/pkg.yml            |  1 +
 apps/blemesh_light/src/main.c         |  2 -
 apps/blemesh_shell/pkg.yml            |  1 +
 apps/blemesh_shell/src/main.c         |  2 -
 apps/bleprph/pkg.yml                  | 15 +++----
 apps/bleprph/src/bleprph.h            | 11 +-----
 apps/bleprph/src/gatt_svr.c           |  6 +--
 apps/bleprph/src/main.c               | 53 +++++++++++--------------
 apps/bleprph/src/misc.c               |  4 +-
 apps/bletest/pkg.yml                  |  1 +
 apps/bletest/src/main.c               |  3 --
 apps/btshell/pkg.yml                  |  1 +
 apps/btshell/src/btshell.h            |  6 +--
 apps/btshell/src/gatt_svr.c           |  6 +--
 apps/btshell/src/main.c               | 28 +++++--------
 nimble/host/include/host/ble_hs_log.h |  7 ++--
 nimble/host/pkg.yml                   |  2 +-
 31 files changed, 170 insertions(+), 256 deletions(-)