[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2262: da1469x: otp and serial script enhancements

2020-04-06 Thread GitBox
apache-mynewt-bot commented on issue #2262: da1469x: otp and serial script enhancements URL: https://github.com/apache/mynewt-core/pull/2262#issuecomment-610149019 ## Style check summary No suggestions at this time! --

[GitHub] [mynewt-nimble] h2zero commented on a change in pull request #790: nimble/store: Fix nimble store behavior when CCCDs exceed static defined limit

2020-04-06 Thread GitBox
h2zero commented on a change in pull request #790: nimble/store: Fix nimble store behavior when CCCDs exceed static defined limit URL: https://github.com/apache/mynewt-nimble/pull/790#discussion_r404497436 ## File path: nimble/host/src/ble_store_util.c ## @@ -230,16 +315,4

[GitHub] [mynewt-nimble] h2zero opened a new issue #793: min\max_ce_len, how is it used internally?

2020-04-06 Thread GitBox
h2zero opened a new issue #793: min\max_ce_len, how is it used internally? URL: https://github.com/apache/mynewt-nimble/issues/793 I've been trying to track down errors when acting as a client connecting to multiple peripheral devices. What I have experienced so far is when the connection

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on issue #792: nimble/host: Improve find conn by ble_addr_t

2020-04-06 Thread GitBox
apache-mynewt-bot commented on issue #792: nimble/host: Improve find conn by ble_addr_t URL: https://github.com/apache/mynewt-nimble/pull/792#issuecomment-610115342 ## Style check summary No suggestions at this time! -

[GitHub] [mynewt-core] nkaje opened a new pull request #2262: do not merge: da1469x otp and serial script enhancements

2020-04-06 Thread GitBox
nkaje opened a new pull request #2262: do not merge: da1469x otp and serial script enhancements URL: https://github.com/apache/mynewt-core/pull/2262 This PR provides script enhancements to 1. da146x_serial.py: Makes the reset script optional. Use manual reset method or script to en

[GitHub] [mynewt-nimble] rymanluk opened a new pull request #792: nimble/host: Improve find conn by ble_addr_t

2020-04-06 Thread GitBox
rymanluk opened a new pull request #792: nimble/host: Improve find conn by ble_addr_t URL: https://github.com/apache/mynewt-nimble/pull/792 This function compares ble_addr_t and the problems starts when type 0x02 or 0x03 is used in conn Usually it is user who should take care abou

[mynewt-nimble] branch master updated: btshell: Add command to unpair oldest device

2020-04-06 Thread rymek
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 The following commit(s) were added to refs/heads/master by this push: new 6d07410 btshell: Add command to unpair ol

[GitHub] [mynewt-nimble] rymanluk merged pull request #791: btshell: Add command to unpair the oldest device

2020-04-06 Thread GitBox
rymanluk merged pull request #791: btshell: Add command to unpair the oldest device URL: https://github.com/apache/mynewt-nimble/pull/791 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2252: [RFC] I2S API and driver for STM32 MCUs

2020-04-06 Thread GitBox
apache-mynewt-bot removed a comment on issue #2252: [RFC] I2S API and driver for STM32 MCUs URL: https://github.com/apache/mynewt-core/pull/2252#issuecomment-606714969 ## Style check summary No suggestions at this time! --

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2252: [RFC] I2S API and driver for STM32 MCUs

2020-04-06 Thread GitBox
apache-mynewt-bot commented on issue #2252: [RFC] I2S API and driver for STM32 MCUs URL: https://github.com/apache/mynewt-core/pull/2252#issuecomment-609856939 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on issue #791: btshell: Add command to unpair the oldest device

2020-04-06 Thread GitBox
apache-mynewt-bot commented on issue #791: btshell: Add command to unpair the oldest device URL: https://github.com/apache/mynewt-nimble/pull/791#issuecomment-609831897 ## Style check summary No suggestions at this time! -

[GitHub] [mynewt-nimble] rymanluk commented on a change in pull request #790: nimble/store: Fix nimble store behavior when CCCDs exceed static defined limit

2020-04-06 Thread GitBox
rymanluk commented on a change in pull request #790: nimble/store: Fix nimble store behavior when CCCDs exceed static defined limit URL: https://github.com/apache/mynewt-nimble/pull/790#discussion_r404129458 ## File path: nimble/host/src/ble_store_util.c ## @@ -230,16 +315

[GitHub] [mynewt-nimble] h2zero edited a comment on issue #788: nimble/store: `ble_gap_unpair_oldest_peer` in `ble_store_util_status_rr`(store callback) can cause infinite loop for CCCDs

2020-04-06 Thread GitBox
h2zero edited a comment on issue #788: nimble/store: `ble_gap_unpair_oldest_peer` in `ble_store_util_status_rr`(store callback) can cause infinite loop for CCCDs URL: https://github.com/apache/mynewt-nimble/issues/788#issuecomment-609818788 @prasad-alatkar Yes, you are correct. It was just

[GitHub] [mynewt-nimble] h2zero commented on issue #788: nimble/store: `ble_gap_unpair_oldest_peer` in `ble_store_util_status_rr`(store callback) can cause infinite loop for CCCDs

2020-04-06 Thread GitBox
h2zero commented on issue #788: nimble/store: `ble_gap_unpair_oldest_peer` in `ble_store_util_status_rr`(store callback) can cause infinite loop for CCCDs URL: https://github.com/apache/mynewt-nimble/issues/788#issuecomment-609818788 Yes, you are correct. It was just a quick patch to get by

[GitHub] [mynewt-nimble] rymanluk opened a new pull request #791: btshell: Add command to unpair the oldest device

2020-04-06 Thread GitBox
rymanluk opened a new pull request #791: btshell: Add command to unpair the oldest device URL: https://github.com/apache/mynewt-nimble/pull/791 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [mynewt-nimble] prasad-alatkar commented on issue #788: nimble/store: `ble_gap_unpair_oldest_peer` in `ble_store_util_status_rr`(store callback) can cause infinite loop for CCCDs

2020-04-06 Thread GitBox
prasad-alatkar commented on issue #788: nimble/store: `ble_gap_unpair_oldest_peer` in `ble_store_util_status_rr`(store callback) can cause infinite loop for CCCDs URL: https://github.com/apache/mynewt-nimble/issues/788#issuecomment-609676002 @h2zero your proposed solution may avoid this is