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

[mynewt-nimble] branch master updated (a22f6e8 -> 03d3494)

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

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


    from a22f6e8  Merge pull request #79 from andrzej-kaczmarek/ll-trng
     add e4065a0  strip all trailing whitespace
     new 03d3494  Merge pull request #50 from samveen/small_fixes

The 1 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:
 nimble/controller/pkg.yml                          |   2 +-
 nimble/controller/src/ble_ll_scan.c                |   4 +-
 nimble/drivers/native/pkg.yml                      |   2 +-
 nimble/drivers/nrf51/pkg.yml                       |   2 +-
 nimble/drivers/nrf52/pkg.yml                       |   2 +-
 nimble/host/include/host/ble_att.h                 |   2 +-
 nimble/host/include/host/ble_gatt.h                |   4 +-
 nimble/host/include/host/ble_hs_test.h             |   2 +-
 nimble/host/include/host/ble_monitor.h             |   2 +-
 nimble/host/include/host/ble_store.h               |   4 +-
 nimble/host/include/host/ble_uuid.h                |   2 +-
 nimble/host/mesh/pkg.yml                           |   4 +-
 nimble/host/mesh/syscfg.yml                        |  24 ++---
 nimble/host/pkg.yml                                |   2 +-
 nimble/host/pts/pts-gap.txt                        |   2 +-
 nimble/host/pts/pts-gatt.txt                       |  14 +--
 .../ans/include/services/ans/ble_svc_ans.h         |   8 +-
 nimble/host/services/ans/pkg.yml                   |   8 +-
 nimble/host/services/ans/src/ble_svc_ans.c         | 112 ++++++++++-----------
 nimble/host/services/bas/pkg.yml                   |   6 +-
 .../dis/include/services/dis/ble_svc_dis.h         |   4 +-
 nimble/host/services/dis/pkg.yml                   |   4 +-
 nimble/host/services/dis/src/ble_svc_dis.c         |  12 +--
 nimble/host/services/gap/pkg.yml                   |   4 +-
 nimble/host/services/gatt/pkg.yml                  |   2 +-
 .../ias/include/services/ias/ble_svc_ias.h         |   2 +-
 nimble/host/services/ias/pkg.yml                   |   6 +-
 nimble/host/services/ias/src/ble_svc_ias.c         |  20 ++--
 .../lls/include/services/lls/ble_svc_lls.h         |   4 +-
 nimble/host/services/lls/pkg.yml                   |   4 +-
 nimble/host/services/lls/src/ble_svc_lls.c         |  38 +++----
 nimble/host/services/tps/pkg.yml                   |   4 +-
 nimble/host/services/tps/src/ble_svc_tps.c         |   4 +-
 nimble/host/src/ble_att.c                          |   2 +-
 nimble/host/src/ble_att_clt.c                      |   4 +-
 nimble/host/src/ble_att_cmd.c                      |   2 +-
 nimble/host/src/ble_att_cmd_priv.h                 |   2 +-
 nimble/host/src/ble_att_svr.c                      |   6 +-
 nimble/host/src/ble_eddystone.c                    |   2 +-
 nimble/host/src/ble_gap.c                          |   2 +-
 nimble/host/src/ble_gatt_priv.h                    |   2 +-
 nimble/host/src/ble_gatts.c                        |   4 +-
 nimble/host/src/ble_hs_adv.c                       |   2 +-
 nimble/host/src/ble_hs_conn.c                      |   6 +-
 nimble/host/src/ble_hs_conn_priv.h                 |   2 +-
 nimble/host/src/ble_hs_dbg_priv.h                  |   2 +-
 nimble/host/src/ble_hs_flow.c                      |   6 +-
 nimble/host/src/ble_hs_flow_priv.h                 |   2 +-
 nimble/host/src/ble_hs_hci.c                       |   4 +-
 nimble/host/src/ble_hs_mbuf.c                      |   2 +-
 nimble/host/src/ble_hs_mbuf_priv.h                 |   2 +-
 nimble/host/src/ble_hs_misc.c                      |   2 +-
 nimble/host/src/ble_hs_startup_priv.h              |   2 +-
 nimble/host/src/ble_l2cap.c                        |   4 +-
 nimble/host/src/ble_l2cap_coc.c                    |   2 +-
 nimble/host/src/ble_l2cap_priv.h                   |   2 +-
 nimble/host/src/ble_l2cap_sig.c                    |   6 +-
 nimble/host/src/ble_l2cap_sig_cmd.c                |   2 +-
 nimble/host/src/ble_l2cap_sig_priv.h               |   2 +-
 nimble/host/src/ble_monitor_priv.h                 |   2 +-
 nimble/host/src/ble_sm_priv.h                      |   2 +-
 nimble/host/src/ble_store_util.c                   |   4 +-
 nimble/host/src/ble_uuid.c                         |   2 +-
 nimble/host/store/config/pkg.yml                   |   2 +-
 nimble/host/store/ram/pkg.yml                      |   2 +-
 nimble/host/test/pkg.yml                           |   2 +-
 nimble/host/test/src/ble_att_clt_test.c            |   2 +-
 nimble/host/test/src/ble_att_svr_test.c            |   2 +-
 nimble/host/test/src/ble_gap_test.c                |   2 +-
 nimble/host/test/src/ble_gatt_conn_test.c          |   2 +-
 nimble/host/test/src/ble_gatt_disc_c_test.c        |   2 +-
 nimble/host/test/src/ble_gatt_disc_d_test.c        |   2 +-
 nimble/host/test/src/ble_gatt_disc_s_test.c        |   2 +-
 nimble/host/test/src/ble_gatt_find_s_test.c        |   2 +-
 nimble/host/test/src/ble_gatt_read_test.c          |   4 +-
 nimble/host/test/src/ble_gatt_write_test.c         |   2 +-
 nimble/host/test/src/ble_gatts_notify_test.c       |   4 +-
 nimble/host/test/src/ble_gatts_reg_test.c          |   2 +-
 nimble/host/test/src/ble_hs_adv_test.c             |   2 +-
 nimble/host/test/src/ble_hs_conn_test.c            |   2 +-
 nimble/host/test/src/ble_hs_hci_test.c             |   2 +-
 nimble/host/test/src/ble_hs_id_test.c              |   2 +-
 nimble/host/test/src/ble_hs_pvcy_test.c            |   6 +-
 nimble/host/test/src/ble_hs_test.c                 |   2 +-
 nimble/host/test/src/ble_hs_test_util.c            |   2 +-
 nimble/host/test/src/ble_l2cap_test.c              |   2 +-
 nimble/host/test/src/ble_os_test.c                 |   2 +-
 nimble/host/test/src/ble_store_test.c              |   2 +-
 nimble/host/test/src/ble_uuid_test.c               |   2 +-
 nimble/host/tools/log2smtest.rb                    |   4 +-
 nimble/host/util/pkg.yml                           |   2 +-
 nimble/include/nimble/ble_hci_trans.h              |   2 +-
 nimble/include/nimble/nimble_opt_auto.h            |  10 +-
 nimble/pkg.yml                                     |   2 +-
 nimble/transport/emspi/pkg.yml                     |   2 +-
 nimble/transport/pkg.yml                           |   2 +-
 .../ram/include/transport/ram/ble_hci_ram.h        |   2 +-
 nimble/transport/ram/pkg.yml                       |   2 +-
 nimble/transport/socket/pkg.yml                    |   2 +-
 nimble/transport/uart/pkg.yml                      |   2 +-
 100 files changed, 247 insertions(+), 247 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
rymek@apache.org.

[mynewt-nimble] 01/01: Merge pull request #50 from samveen/small_fixes

Posted by ry...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 03d349488407c389ad3348d0730d9a8b82a6ceb7
Merge: a22f6e8 e4065a0
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Mon May 7 09:08:21 2018 +0200

    Merge pull request #50 from samveen/small_fixes
    
    Strip trailing whitespace from all files

 nimble/controller/pkg.yml                          |   2 +-
 nimble/controller/src/ble_ll_scan.c                |   4 +-
 nimble/drivers/native/pkg.yml                      |   2 +-
 nimble/drivers/nrf51/pkg.yml                       |   2 +-
 nimble/drivers/nrf52/pkg.yml                       |   2 +-
 nimble/host/include/host/ble_att.h                 |   2 +-
 nimble/host/include/host/ble_gatt.h                |   4 +-
 nimble/host/include/host/ble_hs_test.h             |   2 +-
 nimble/host/include/host/ble_monitor.h             |   2 +-
 nimble/host/include/host/ble_store.h               |   4 +-
 nimble/host/include/host/ble_uuid.h                |   2 +-
 nimble/host/mesh/pkg.yml                           |   4 +-
 nimble/host/mesh/syscfg.yml                        |  24 ++---
 nimble/host/pkg.yml                                |   2 +-
 nimble/host/pts/pts-gap.txt                        |   2 +-
 nimble/host/pts/pts-gatt.txt                       |  14 +--
 .../ans/include/services/ans/ble_svc_ans.h         |   8 +-
 nimble/host/services/ans/pkg.yml                   |   8 +-
 nimble/host/services/ans/src/ble_svc_ans.c         | 112 ++++++++++-----------
 nimble/host/services/bas/pkg.yml                   |   6 +-
 .../dis/include/services/dis/ble_svc_dis.h         |   4 +-
 nimble/host/services/dis/pkg.yml                   |   4 +-
 nimble/host/services/dis/src/ble_svc_dis.c         |  12 +--
 nimble/host/services/gap/pkg.yml                   |   4 +-
 nimble/host/services/gatt/pkg.yml                  |   2 +-
 .../ias/include/services/ias/ble_svc_ias.h         |   2 +-
 nimble/host/services/ias/pkg.yml                   |   6 +-
 nimble/host/services/ias/src/ble_svc_ias.c         |  20 ++--
 .../lls/include/services/lls/ble_svc_lls.h         |   4 +-
 nimble/host/services/lls/pkg.yml                   |   4 +-
 nimble/host/services/lls/src/ble_svc_lls.c         |  38 +++----
 nimble/host/services/tps/pkg.yml                   |   4 +-
 nimble/host/services/tps/src/ble_svc_tps.c         |   4 +-
 nimble/host/src/ble_att.c                          |   2 +-
 nimble/host/src/ble_att_clt.c                      |   4 +-
 nimble/host/src/ble_att_cmd.c                      |   2 +-
 nimble/host/src/ble_att_cmd_priv.h                 |   2 +-
 nimble/host/src/ble_att_svr.c                      |   6 +-
 nimble/host/src/ble_eddystone.c                    |   2 +-
 nimble/host/src/ble_gap.c                          |   2 +-
 nimble/host/src/ble_gatt_priv.h                    |   2 +-
 nimble/host/src/ble_gatts.c                        |   4 +-
 nimble/host/src/ble_hs_adv.c                       |   2 +-
 nimble/host/src/ble_hs_conn.c                      |   6 +-
 nimble/host/src/ble_hs_conn_priv.h                 |   2 +-
 nimble/host/src/ble_hs_dbg_priv.h                  |   2 +-
 nimble/host/src/ble_hs_flow.c                      |   6 +-
 nimble/host/src/ble_hs_flow_priv.h                 |   2 +-
 nimble/host/src/ble_hs_hci.c                       |   4 +-
 nimble/host/src/ble_hs_mbuf.c                      |   2 +-
 nimble/host/src/ble_hs_mbuf_priv.h                 |   2 +-
 nimble/host/src/ble_hs_misc.c                      |   2 +-
 nimble/host/src/ble_hs_startup_priv.h              |   2 +-
 nimble/host/src/ble_l2cap.c                        |   4 +-
 nimble/host/src/ble_l2cap_coc.c                    |   2 +-
 nimble/host/src/ble_l2cap_priv.h                   |   2 +-
 nimble/host/src/ble_l2cap_sig.c                    |   6 +-
 nimble/host/src/ble_l2cap_sig_cmd.c                |   2 +-
 nimble/host/src/ble_l2cap_sig_priv.h               |   2 +-
 nimble/host/src/ble_monitor_priv.h                 |   2 +-
 nimble/host/src/ble_sm_priv.h                      |   2 +-
 nimble/host/src/ble_store_util.c                   |   4 +-
 nimble/host/src/ble_uuid.c                         |   2 +-
 nimble/host/store/config/pkg.yml                   |   2 +-
 nimble/host/store/ram/pkg.yml                      |   2 +-
 nimble/host/test/pkg.yml                           |   2 +-
 nimble/host/test/src/ble_att_clt_test.c            |   2 +-
 nimble/host/test/src/ble_att_svr_test.c            |   2 +-
 nimble/host/test/src/ble_gap_test.c                |   2 +-
 nimble/host/test/src/ble_gatt_conn_test.c          |   2 +-
 nimble/host/test/src/ble_gatt_disc_c_test.c        |   2 +-
 nimble/host/test/src/ble_gatt_disc_d_test.c        |   2 +-
 nimble/host/test/src/ble_gatt_disc_s_test.c        |   2 +-
 nimble/host/test/src/ble_gatt_find_s_test.c        |   2 +-
 nimble/host/test/src/ble_gatt_read_test.c          |   4 +-
 nimble/host/test/src/ble_gatt_write_test.c         |   2 +-
 nimble/host/test/src/ble_gatts_notify_test.c       |   4 +-
 nimble/host/test/src/ble_gatts_reg_test.c          |   2 +-
 nimble/host/test/src/ble_hs_adv_test.c             |   2 +-
 nimble/host/test/src/ble_hs_conn_test.c            |   2 +-
 nimble/host/test/src/ble_hs_hci_test.c             |   2 +-
 nimble/host/test/src/ble_hs_id_test.c              |   2 +-
 nimble/host/test/src/ble_hs_pvcy_test.c            |   6 +-
 nimble/host/test/src/ble_hs_test.c                 |   2 +-
 nimble/host/test/src/ble_hs_test_util.c            |   2 +-
 nimble/host/test/src/ble_l2cap_test.c              |   2 +-
 nimble/host/test/src/ble_os_test.c                 |   2 +-
 nimble/host/test/src/ble_store_test.c              |   2 +-
 nimble/host/test/src/ble_uuid_test.c               |   2 +-
 nimble/host/tools/log2smtest.rb                    |   4 +-
 nimble/host/util/pkg.yml                           |   2 +-
 nimble/include/nimble/ble_hci_trans.h              |   2 +-
 nimble/include/nimble/nimble_opt_auto.h            |  10 +-
 nimble/pkg.yml                                     |   2 +-
 nimble/transport/emspi/pkg.yml                     |   2 +-
 nimble/transport/pkg.yml                           |   2 +-
 .../ram/include/transport/ram/ble_hci_ram.h        |   2 +-
 nimble/transport/ram/pkg.yml                       |   2 +-
 nimble/transport/socket/pkg.yml                    |   2 +-
 nimble/transport/uart/pkg.yml                      |   2 +-
 100 files changed, 247 insertions(+), 247 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
rymek@apache.org.