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 2019/11/18 10:39:26 UTC

[mynewt-nimble] branch master updated (5e09936 -> b6c3aff)

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 5e09936  nimble/ll: Remove not needed BLE_LL_CTRL_MAX_PAYLOAD define
     add b6c3aff  nimble: Add apps/blestress

No new revisions were added by this update.

Summary of changes:
 apps/blestress/README.md                           |  201 +++
 apps/{bttester => blestress}/pkg.yml               |   17 +-
 apps/blestress/src/main.c                          |   99 ++
 apps/{blecent => blestress}/src/misc.c             |   47 +-
 .../nimble_npl_os.h => apps/blestress/src/misc.h   |   34 +-
 apps/blestress/src/rx_stress.c                     | 1468 +++++++++++++++++
 .../sysinit.h => apps/blestress/src/rx_stress.h    |   28 +-
 apps/blestress/src/stress.c                        |  389 +++++
 apps/blestress/src/stress.h                        |  375 +++++
 apps/blestress/src/stress_gatt.c                   |  155 ++
 .../blehr_sens.h => blestress/src/stress_gatt.h}   |   32 +-
 apps/blestress/src/tx_stress.c                     | 1668 ++++++++++++++++++++
 .../sysinit.h => apps/blestress/src/tx_stress.h    |   24 +-
 apps/{ext_advertiser => blestress}/syscfg.yml      |   51 +-
 14 files changed, 4512 insertions(+), 76 deletions(-)
 create mode 100644 apps/blestress/README.md
 copy apps/{bttester => blestress}/pkg.yml (82%)
 create mode 100644 apps/blestress/src/main.c
 copy apps/{blecent => blestress}/src/misc.c (89%)
 copy porting/npl/linux/include/nimble/nimble_npl_os.h => apps/blestress/src/misc.h (63%)
 create mode 100644 apps/blestress/src/rx_stress.c
 copy porting/nimble/include/sysinit/sysinit.h => apps/blestress/src/rx_stress.h (66%)
 create mode 100644 apps/blestress/src/stress.c
 create mode 100644 apps/blestress/src/stress.h
 create mode 100644 apps/blestress/src/stress_gatt.c
 copy apps/{blehr/src/blehr_sens.h => blestress/src/stress_gatt.h} (64%)
 create mode 100644 apps/blestress/src/tx_stress.c
 copy porting/nimble/include/sysinit/sysinit.h => apps/blestress/src/tx_stress.h (72%)
 copy apps/{ext_advertiser => blestress}/syscfg.yml (51%)