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

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

commit bd99e7c351f72904162d7e0754dc749815912e1b
Merge: d606789 5a4fa12
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Tue Jul 11 11:43:09 2017 +0200

    Merge pull request #397 from sjanc/bluetooth5_master
    
    merge master into bluetooth5

 apps/bleprph/syscfg.yml                            |  13 +-
 apps/bleprph_oic/syscfg.yml                        |   7 +-
 apps/blesplit/syscfg.yml                           |   2 +-
 apps/bletiny/pkg.yml                               |   4 +-
 apps/bletiny/src/cmd.c                             | 228 ++++++++++++
 apps/bletiny/syscfg.yml                            |  12 +
 apps/btshell/pkg.yml                               |   1 -
 apps/btshell/src/btshell.h                         |  11 +-
 apps/btshell/src/cmd.c                             | 194 +++++-----
 apps/btshell/src/cmd.h                             |   8 +-
 apps/btshell/src/cmd_gatt.c                        |  23 +-
 apps/btshell/src/cmd_l2cap.c                       |  10 +-
 apps/btshell/src/main.c                            |   2 +-
 apps/btshell/src/parse.c                           | 119 +++++-
 apps/sensors_test/src/main.c                       |   2 +
 apps/test/src/test.c                               |   3 +-
 boot/boot_serial/test/src/boot_test.c              |   4 +-
 boot/bootutil/test/src/boot_test.c                 |   6 +-
 crypto/mbedtls/test/src/mbedtls_test.c             |   4 +-
 encoding/base64/test/src/encoding_test.c           |   4 +-
 encoding/cborattr/test/src/test_cborattr.c         |   4 +-
 encoding/json/test/src/test_json.c                 |   4 +-
 fs/fcb/test/src/fcb_test.c                         |   4 +-
 fs/nffs/test/src/nffs_test.c                       |   5 +-
 hw/bsp/bbc_microbit/microbit_debug.sh              |  28 +-
 hw/bsp/bbc_microbit/microbit_download.sh           |  30 +-
 hw/bsp/bbc_microbit/syscfg.yml                     |   4 +
 kernel/os/include/os/os_cputime.h                  |  15 +-
 kernel/os/src/os_cputime.c                         |  27 +-
 kernel/os/test/src/os_test.c                       |   5 +-
 mgmt/newtmgr/include/newtmgr/newtmgr.h             |   3 +
 mgmt/newtmgr/src/newtmgr.c                         |   4 +
 mgmt/newtmgr/transport/ble/src/newtmgr_ble.c       |   3 +-
 net/ip/mn_socket/test/src/mn_sock_test.c           |   3 +-
 net/ip/native_sockets/src/native_sock.c            |  28 +-
 net/mqtt/eclipse/LICENSE.txt                       |  15 +
 net/mqtt/eclipse/include/mqtt/MQTTConnect.h        | 137 +++++++
 net/mqtt/eclipse/include/mqtt/MQTTFormat.h         |  37 ++
 net/mqtt/eclipse/include/mqtt/MQTTPacket.h         | 133 +++++++
 net/mqtt/eclipse/include/mqtt/MQTTPublish.h        |  38 ++
 net/mqtt/eclipse/include/mqtt/MQTTSubscribe.h      |  39 ++
 net/mqtt/eclipse/include/mqtt/MQTTUnsubscribe.h    |  38 ++
 net/mqtt/eclipse/include/mqtt/StackTrace.h         |  78 ++++
 .../host/profiles/lls => mqtt/eclipse}/pkg.yml     |  15 +-
 net/mqtt/eclipse/src/MQTTConnectClient.c           | 214 +++++++++++
 net/mqtt/eclipse/src/MQTTConnectServer.c           | 148 ++++++++
 net/mqtt/eclipse/src/MQTTDeserializePublish.c      | 107 ++++++
 net/mqtt/eclipse/src/MQTTFormat.c                  | 258 +++++++++++++
 net/mqtt/eclipse/src/MQTTPacket.c                  | 410 +++++++++++++++++++++
 net/mqtt/eclipse/src/MQTTSerializePublish.c        | 169 +++++++++
 net/mqtt/eclipse/src/MQTTSubscribeClient.c         | 137 +++++++
 net/mqtt/eclipse/src/MQTTSubscribeServer.c         | 112 ++++++
 net/mqtt/eclipse/src/MQTTUnsubscribeClient.c       | 106 ++++++
 net/mqtt/eclipse/src/MQTTUnsubscribeServer.c       | 102 +++++
 net/nimble/host/include/host/ble_store.h           |   2 +
 .../lls/include/profiles/lls/ble_svc_lls.h         |  52 ---
 net/nimble/host/profiles/lls/src/ble_svc_lls.c     | 201 ----------
 net/nimble/host/src/ble_sm.c                       |  19 +-
 net/nimble/host/src/ble_store.c                    |  37 ++
 net/nimble/host/test/src/ble_hs_test.c             |   6 +-
 net/nimble/host/test/src/ble_hs_test_util.c        |   3 +-
 net/nimble/host/test/src/ble_store_test.c          |  83 +++++
 net/nimble/transport/socket/src/ble_hci_socket.c   |  37 +-
 net/nimble/transport/socket/syscfg.yml             |   8 +
 net/oic/test/src/test_oic.c                        |   4 +-
 sys/config/test-fcb/src/conf_test_fcb.c            |   4 +-
 sys/config/test-nffs/src/conf_test_nffs.c          |   4 +-
 sys/flash_map/test/src/flash_map_test.c            |   3 +-
 sys/log/full/test/src/log_test.c                   |   4 +-
 sys/shell/include/shell/shell.h                    |  18 +-
 sys/shell/src/shell.c                              | 104 +++---
 sys/shell/src/shell_os.c                           |   4 +-
 sys/shell/src/shell_priv.h                         |   4 +-
 sys/shell/src/shell_prompt.c                       |   4 +-
 sys/shell/syscfg.yml                               |   3 +
 test/testutil/include/testutil/testutil.h          |   2 -
 test/testutil/pkg.yml                              |   3 +
 test/testutil/src/testutil.c                       |  28 +-
 util/cbmem/test/src/cbmem_test.c                   |   4 +-
 79 files changed, 3178 insertions(+), 580 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <commits@mynewt.apache.org>.

Reply via email to