[GitHub] ccollins476ad opened a new pull request #67: MYNEWT-778 newt - "newt run" fails for native tgts

2017-06-09 Thread git
ccollins476ad opened a new pull request #67: MYNEWT-778 newt - "newt run" fails for native tgts URL: https://github.com/apache/incubator-mynewt-newt/pull/67 This issue is described in https://issues.apache.org/jira/browse/MYNEWT-778.

[GitHub] wes3 opened a new pull request #326: No jira ticket: additional timing changes

2017-06-09 Thread git
wes3 opened a new pull request #326: No jira ticket: additional timing changes URL: https://github.com/apache/incubator-mynewt-core/pull/326 The main changes here were to make sure that code was using msecs and/or ticks in the appropriate places. Made some gratuitous format changes as

[GitHub] vrahane opened a new pull request #325: MYNEWT-777 SensorAPI: Use util/parse pkg instead of using sensor_shell_stol()

2017-06-09 Thread git
vrahane opened a new pull request #325: MYNEWT-777 SensorAPI: Use util/parse pkg instead of using sensor_shell_stol() URL: https://github.com/apache/incubator-mynewt-core/pull/325 - Use util/parse package for parsing instead of using sensor_shell_stol() or parsing functions in

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-09 Thread git
rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow URL: https://github.com/apache/incubator-mynewt-core/pull/279#discussion_r121058053 ## File path: net/nimble/host/include/host/ble_store.h ## @@ -31,6 +31,12 @@ extern "C" {

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-09 Thread git
rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow URL: https://github.com/apache/incubator-mynewt-core/pull/279#discussion_r121058416 ## File path: net/nimble/host/src/ble_sm.c ## @@ -892,6 +895,72 @@ ble_sm_key_dist(struct

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-09 Thread git
rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow URL: https://github.com/apache/incubator-mynewt-core/pull/279#discussion_r121056646 ## File path: net/nimble/host/include/host/ble_store.h ## @@ -131,6 +137,40 @@ union

[GitHub] rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-09 Thread git
rymanluk commented on a change in pull request #279: BLE Host - Policy for SM key overflow URL: https://github.com/apache/incubator-mynewt-core/pull/279#discussion_r121058416 ## File path: net/nimble/host/src/ble_sm.c ## @@ -892,6 +895,72 @@ ble_sm_key_dist(struct

[GitHub] utzig commented on issue #324: Ensure Redbear Blend2/Nano2 have i2c headers

2017-06-09 Thread git
utzig commented on issue #324: Ensure Redbear Blend2/Nano2 have i2c headers URL: https://github.com/apache/incubator-mynewt-core/pull/324#issuecomment-307389181 The BSP for nano2 doesn't seem to use any `i2c` stuff. Why is the include required?

[GitHub] pctj101 opened a new pull request #324: Ensure Redbear Blend2/Nano2 have i2c headers

2017-06-09 Thread git
pctj101 opened a new pull request #324: Ensure Redbear Blend2/Nano2 have i2c headers URL: https://github.com/apache/incubator-mynewt-core/pull/324 This code at the end of the rb-* files requires the hal_i2c.h headers. ``` #if MYNEWT_VAL(I2C_0) rc = hal_i2c_init(0, (void

[GitHub] ccollins476ad commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-09 Thread git
ccollins476ad commented on a change in pull request #279: BLE Host - Policy for SM key overflow URL: https://github.com/apache/incubator-mynewt-core/pull/279#discussion_r121187064 ## File path: net/nimble/host/include/host/ble_store.h ## @@ -131,6 +137,40 @@ union

[GitHub] pctj101 commented on issue #324: Ensure Redbear Blend2 has i2c headers

2017-06-09 Thread git
pctj101 commented on issue #324: Ensure Redbear Blend2 has i2c headers URL: https://github.com/apache/incubator-mynewt-core/pull/324#issuecomment-307473156 Aha, you're right. While I was testing the raw module I didn't notice the Nano didn't default to exposing i2c. Thanks for the

[GitHub] pctj101 commented on issue #324: Ensure Redbear Blend2 has i2c headers

2017-06-09 Thread git
pctj101 commented on issue #324: Ensure Redbear Blend2 has i2c headers URL: https://github.com/apache/incubator-mynewt-core/pull/324#issuecomment-307473156 Aha, you're right. While I was testing the raw module I didn't notice the Nano didn't default to exposing i2c. Thanks for the

[GitHub] pctj101 commented on issue #324: Ensure Redbear Blend2 has i2c headers

2017-06-09 Thread git
pctj101 commented on issue #324: Ensure Redbear Blend2 has i2c headers URL: https://github.com/apache/incubator-mynewt-core/pull/324#issuecomment-307475315 As a note, redbear does mark sda0 and scl0 in their pinout as an alternate function: https://github.com/redbear/nRF5x#ble-nano-2

[GitHub] utzig closed pull request #324: Ensure Redbear Blend2 has i2c headers

2017-06-09 Thread git
utzig closed pull request #324: Ensure Redbear Blend2 has i2c headers URL: https://github.com/apache/incubator-mynewt-core/pull/324 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] ccollins476ad commented on a change in pull request #279: BLE Host - Policy for SM key overflow

2017-06-09 Thread git
ccollins476ad commented on a change in pull request #279: BLE Host - Policy for SM key overflow URL: https://github.com/apache/incubator-mynewt-core/pull/279#discussion_r121185868 ## File path: net/nimble/host/src/ble_sm.c ## @@ -892,6 +895,72 @@ ble_sm_key_dist(struct