You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2019/03/27 08:58:51 UTC

[mynewt-nimble] branch master updated (0d70bda -> 4deecf7)

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

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


    from 0d70bda  nimble/host: Fix handling no memory for sending ACL data fragmets
     new 9a1b9d7  apps/bttester: Remove btp spec file from tree
     new b8c2f9a  Fix license headers
     new 4deecf7  Merge pull request #391 from sjanc/rat

The 3182 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:
 apps/blemesh_models_example_1/src/main.c           |   19 +
 apps/blemesh_models_example_2/src/app_gpio.c       |   19 +
 apps/blemesh_models_example_2/src/app_gpio.h       |   19 +
 apps/blemesh_models_example_2/src/ble_mesh.c       |   19 +
 apps/blemesh_models_example_2/src/ble_mesh.h       |   19 +
 apps/blemesh_models_example_2/src/common.h         |   19 +
 .../src/device_composition.c                       |   19 +
 .../src/device_composition.h                       |   19 +
 apps/blemesh_models_example_2/src/main.c           |   19 +
 .../src/no_transition_work_handler.c               |   19 +
 .../src/no_transition_work_handler.h               |   19 +
 apps/blemesh_models_example_2/src/publisher.c      |   19 +
 apps/blemesh_models_example_2/src/publisher.h      |   19 +
 apps/blemesh_models_example_2/src/state_binding.c  |   19 +
 apps/blemesh_models_example_2/src/state_binding.h  |   19 +
 apps/blemesh_models_example_2/src/storage.c        |   19 +
 apps/blemesh_models_example_2/src/storage.h        |   19 +
 apps/blemesh_models_example_2/src/transition.c     |   19 +
 apps/blemesh_models_example_2/src/transition.h     |   19 +
 apps/bttester/btp_spec.txt                         | 1640 --------------------
 apps/bttester/src/atomic.h                         |   19 +
 apps/bttester/src/bttester.c                       |   19 +
 apps/bttester/src/bttester.h                       |   19 +
 apps/bttester/src/gap.c                            |   19 +
 apps/bttester/src/gatt.c                           |   19 +
 apps/bttester/src/l2cap.c                          |   19 +
 apps/bttester/src/main.c                           |   19 +
 apps/bttester/src/mesh.c                           |   19 +
 porting/examples/linux/Makefile                    |   17 +
 porting/examples/linux_blemesh/Makefile            |   17 +
 porting/npl/linux/test/Makefile                    |   17 +
 31 files changed, 564 insertions(+), 1640 deletions(-)
 delete mode 100644 apps/bttester/btp_spec.txt