[GitHub] EvalZero opened a new pull request #344: bletest: update bletest HCI commands sending functions

2019-02-18 Thread GitBox
EvalZero opened a new pull request #344: bletest: update bletest HCI commands sending functions URL: https://github.com/apache/mynewt-nimble/pull/344 This is an automated message from the Apache Git Service. To respond to

[mynewt-core] branch master updated: compiler/gdbmacros: scripts to dump stacks

2019-02-18 Thread ccollins
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-core.git The following commit(s) were added to refs/heads/master by this push: new e5f2545 compiler/gdbmacros: scripts to

[GitHub] ccollins476ad merged pull request #1648: compiler/gdbmacros: scripts to dump stacks

2019-02-18 Thread GitBox
ccollins476ad merged pull request #1648: compiler/gdbmacros: scripts to dump stacks URL: https://github.com/apache/mynewt-core/pull/1648 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] michal-narajowski merged pull request #337: porting: Add blemesh example app for Linux

2019-02-18 Thread GitBox
michal-narajowski merged pull request #337: porting: Add blemesh example app for Linux URL: https://github.com/apache/mynewt-nimble/pull/337 This is an automated message from the Apache Git Service. To respond to the

[GitHub] michal-narajowski merged pull request #331: apps/blemesh_models_example_2: Sync with Zephyr

2019-02-18 Thread GitBox
michal-narajowski merged pull request #331: apps/blemesh_models_example_2: Sync with Zephyr URL: https://github.com/apache/mynewt-nimble/pull/331 This is an automated message from the Apache Git Service. To respond to the

[mynewt-nimble] branch master updated: porting: Add blemesh example app for Linux

2019-02-18 Thread naraj
This is an automated email from the ASF dual-hosted git repository. naraj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git The following commit(s) were added to refs/heads/master by this push: new 65869c5 porting: Add blemesh example app

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257584462 ## File path: nimble/host/include/host/ble_gap.h ## @@ -708,6 +711,47 @@ struct ble_gap_event {

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257625928 ## File path: nimble/host/src/ble_hs_hci_evt.c ## @@ -28,8 +28,6 @@ #include "ble_hs_priv.h" #include

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257595528 ## File path: nimble/host/mesh/src/prov.c ## @@ -449,7 +451,7 @@ static int prov_send_adv(struct os_mbuf

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257586646 ## File path: nimble/host/include/host/ble_gap.h ## @@ -708,6 +711,47 @@ struct ble_gap_event {

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257622012 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257590465 ## File path: nimble/host/include/host/ble_gap.h ## @@ -913,6 +966,28 @@ int ble_gap_ext_adv_stop(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257623756 ## File path: nimble/host/src/ble_hs_hci_cmd.c ## @@ -1605,6 +1605,167 @@

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257595895 ## File path: nimble/host/mesh/src/proxy.c ## @@ -417,7 +417,7 @@ void bt_mesh_proxy_beacon_send(struct

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257635790 ## File path: porting/nimble/include/syscfg/syscfg.h ## @@ -389,6 +389,10 @@ #define

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257596832 ## File path: nimble/host/src/ble_gap.c ## @@ -128,6 +129,13 @@ struct ble_gap_master_state {

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257619010 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257628078 ## File path: nimble/host/src/ble_hs_periodic_disc.c ## @@ -0,0 +1,233 @@ +/* + * Licensed to the Apache

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257612951 ## File path: nimble/host/src/ble_gap.c ## @@ -1353,15 +1477,15 @@ ble_gap_rx_conn_complete(struct

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257617713 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257625038 ## File path: nimble/host/src/ble_hs_hci_cmd.c ## @@ -1605,6 +1605,167 @@

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257617433 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257606400 ## File path: nimble/host/src/ble_gap.c ## @@ -182,11 +194,14 @@ struct ble_gap_snapshot { void

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257607496 ## File path: nimble/host/src/ble_gap.c ## @@ -1315,6 +1333,112 @@ ble_gap_rx_adv_set_terminated(struct

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257633933 ## File path: nimble/host/src/ble_hs_stop.c ## @@ -71,8 +111,8 @@ ble_hs_stop_terminate_next_conn(void)

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257636645 ## File path: nimble/syscfg.yml ## @@ -34,6 +34,10 @@ syscfg.defs: BLE_MAX_CONNECTIONS:

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257619204 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257635662 ## File path: porting/nimble/include/syscfg/syscfg.h ## @@ -378,7 +378,7 @@ /*** nimble */ #ifndef

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257635867 ## File path: porting/nimble/include/syscfg/syscfg.h ## @@ -418,6 +422,11 @@ #define

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257616398 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257620884 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257617527 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257617850 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257628177 ## File path: nimble/host/src/ble_hs_periodic_disc.c ## @@ -0,0 +1,233 @@ +/* + * Licensed to the Apache

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257627439 ## File path: nimble/host/src/ble_hs_hci_evt.c ## @@ -631,7 +709,8 @@

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257602282 ## File path: nimble/host/src/ble_gap.c ## @@ -155,6 +163,10 @@ struct ble_gap_slave_state { unsigned

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257617349 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257629476 ## File path: nimble/host/src/ble_hs_periodic_disc_priv.h ## @@ -0,0 +1,63 @@ +/* + * Licensed to the

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257618851 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257623578 ## File path: nimble/host/src/ble_hs_hci_cmd.c ## @@ -1605,6 +1605,167 @@

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257584500 ## File path: nimble/host/include/host/ble_gap.h ## @@ -708,6 +711,47 @@ struct ble_gap_event {

[GitHub] rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature

2019-02-18 Thread GitBox
rymanluk commented on a change in pull request #283: Adding Periodic Advertising Feature URL: https://github.com/apache/mynewt-nimble/pull/283#discussion_r257618690 ## File path: nimble/host/src/ble_gap.c ## @@ -2919,13 +3049,533 @@ ble_gap_ext_adv_remove(uint8_t

[GitHub] utzig merged pull request #1643: [FRDM-K64F] Increase size of bootloader slot

2019-02-18 Thread GitBox
utzig merged pull request #1643: [FRDM-K64F] Increase size of bootloader slot URL: https://github.com/apache/mynewt-core/pull/1643 This is an automated message from the Apache Git Service. To respond to the message, please

[mynewt-core] branch master updated: [FRDM-K64F] Increase size of bootloader slot

2019-02-18 Thread utzig
This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new 05fb31b [FRDM-K64F] Increase size of

[GitHub] mkiiskila commented on a change in pull request #1641: CoAP; cleanups for observing resources when using transport(s) with connections

2019-02-18 Thread GitBox
mkiiskila commented on a change in pull request #1641: CoAP; cleanups for observing resources when using transport(s) with connections URL: https://github.com/apache/mynewt-core/pull/1641#discussion_r257804633 ## File path: net/oic/src/port/mynewt/conns.c ## @@ -0,0

[GitHub] utzig opened a new pull request #1649: Add initial crypto driver framework

2019-02-18 Thread GitBox
utzig opened a new pull request #1649: Add initial crypto driver framework URL: https://github.com/apache/mynewt-core/pull/1649 This is a proposal for a crypto framework using HW acceleration in MCUs that have the support. It was tested with the added app (crypto_test) as well as

[GitHub] apache-mynewt-bot commented on issue #1649: [WIP] [RFC] Add initial crypto driver framework

2019-02-18 Thread GitBox
apache-mynewt-bot commented on issue #1649: [WIP] [RFC] Add initial crypto driver framework URL: https://github.com/apache/mynewt-core/pull/1649#issuecomment-464842785 ## RAT Report (2019-02-18 18:54:41) ## New files with unknown licenses *

[GitHub] apache-mynewt-bot commented on issue #1649: [WIP] [RFC] Add initial crypto driver framework

2019-02-18 Thread GitBox
apache-mynewt-bot commented on issue #1649: [WIP] [RFC] Add initial crypto driver framework URL: https://github.com/apache/mynewt-core/pull/1649#issuecomment-464855563 ## RAT Report (2019-02-18 19:46:49) ## New files with unknown licenses *

[GitHub] apache-mynewt-bot removed a comment on issue #1649: [WIP] [RFC] Add initial crypto driver framework

2019-02-18 Thread GitBox
apache-mynewt-bot removed a comment on issue #1649: [WIP] [RFC] Add initial crypto driver framework URL: https://github.com/apache/mynewt-core/pull/1649#issuecomment-464842785 ## RAT Report (2019-02-18 18:54:41) ## New files with unknown licenses *