[GitHub] [mynewt-core] grantfreese opened a new pull request #2012: Sysconfig for breakpoint-on-reset

2019-09-26 Thread GitBox
grantfreese opened a new pull request #2012: Sysconfig for breakpoint-on-reset URL: https://github.com/apache/mynewt-core/pull/2012 This PR adds a sysconfig that controls whether or not to set a breakpoint when hal_system_reset() is called. The default value is set to 1, so it defaults to

[GitHub] [mynewt-nimble] rymanluk merged pull request #582: nimble/ll_scan: Set filter duplicate only when controller allowed

2019-09-26 Thread GitBox
rymanluk merged pull request #582: nimble/ll_scan: Set filter duplicate only when controller allowed URL: https://github.com/apache/mynewt-nimble/pull/582 This is an automated message from the Apache Git Service. To respond

[mynewt-nimble] branch master updated: nimble/ll_scan: Set filter duplicate only when controller allowed

2019-09-26 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 8f33b42 nimble/ll_scan: Set filter duplic

[GitHub] [mynewt-newt] mkiiskila commented on a change in pull request #335: Run custom commands at build time

2019-09-26 Thread GitBox
mkiiskila commented on a change in pull request #335: Run custom commands at build time URL: https://github.com/apache/mynewt-newt/pull/335#discussion_r328509137 ## File path: newt/resolve/resolve.go ## @@ -987,6 +994,22 @@ func (r *Resolver) resolveDepsAndCfg() error {

[GitHub] [mynewt-newt] mkiiskila commented on a change in pull request #335: Run custom commands at build time

2019-09-26 Thread GitBox
mkiiskila commented on a change in pull request #335: Run custom commands at build time URL: https://github.com/apache/mynewt-newt/pull/335#discussion_r328504707 ## File path: newt/builder/extcmd.go ## @@ -0,0 +1,235 @@ +package builder Review comment: Apache license

[GitHub] [mynewt-core] kasjer opened a new pull request #2013: mcu/fe310: Fix build error

2019-09-26 Thread GitBox
kasjer opened a new pull request #2013: mcu/fe310: Fix build error URL: https://github.com/apache/mynewt-core/pull/2013 Build was broken due to circular include problem. This is an automated message from the Apache Git Service

[GitHub] [mynewt-nimble] bassammohy commented on a change in pull request #441: nimble\hci : Add Constant Tone Extension (CTE) feature (5.1) commands and events to HCI

2019-09-26 Thread GitBox
bassammohy commented on a change in pull request #441: nimble\hci : Add Constant Tone Extension (CTE) feature (5.1) commands and events to HCI URL: https://github.com/apache/mynewt-nimble/pull/441#discussion_r328539863 ## File path: nimble/host/src/ble_hs_hci_cmd.c ## @@ -

[GitHub] [mynewt-core] mkiiskila opened a new pull request #2014: fs/fcb2; use fcb2 prefix in public API

2019-09-26 Thread GitBox
mkiiskila opened a new pull request #2014: fs/fcb2; use fcb2 prefix in public API URL: https://github.com/apache/mynewt-core/pull/2014 Diff looks big, but almost all of it just change due to renaming. This is an automated mes

[GitHub] [mynewt-core] mkiiskila commented on a change in pull request #1996: hw/mcu/da1469x: Add support to use trim values from OTP

2019-09-26 Thread GitBox
mkiiskila commented on a change in pull request #1996: hw/mcu/da1469x: Add support to use trim values from OTP URL: https://github.com/apache/mynewt-core/pull/1996#discussion_r328555013 ## File path: hw/mcu/dialog/da1469x/src/da1469x_trimv.c ## @@ -0,0 +1,128 @@ +/* + * Li

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1996: hw/mcu/da1469x: Add support to use trim values from OTP

2019-09-26 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1996: hw/mcu/da1469x: Add support to use trim values from OTP URL: https://github.com/apache/mynewt-core/pull/1996#discussion_r328572160 ## File path: hw/mcu/dialog/da1469x/src/da1469x_trimv.c ## @@ -0,0 +1,128 @@ +/

[GitHub] [mynewt-nimble] rymanluk opened a new issue #586: l2cap coc: Add timer guard on the receiver side

2019-09-26 Thread GitBox
rymanluk opened a new issue #586: l2cap coc: Add timer guard on the receiver side URL: https://github.com/apache/mynewt-nimble/issues/586 In current implementation L2CAP CoC server returns credits when complete SDU is received. Once SDU is received user gets notification and we required

[GitHub] [mynewt-core] kasjer merged pull request #2013: mcu/fe310: Fix build error

2019-09-26 Thread GitBox
kasjer merged pull request #2013: mcu/fe310: Fix build error URL: https://github.com/apache/mynewt-core/pull/2013 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[mynewt-core] branch master updated (109738d -> bb5e305)

2019-09-26 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 109738d sensor_creator: Fix build with SPI_0_MASTER and I2C_0 enabled add bb5e305 mcu/fe310: Fix build err

[GitHub] [mynewt-core] kasjer opened a new pull request #2015: hw/mcu/nrf52: Fix gpio handling in clear i2c bus

2019-09-26 Thread GitBox
kasjer opened a new pull request #2015: hw/mcu/nrf52: Fix gpio handling in clear i2c bus URL: https://github.com/apache/mynewt-core/pull/2015 nrf52840 can have two GPIO ports. Code was not handling correctly pins from port 1. Writes outside PIN_CNF array were done for port 1 pins.

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #587: nimble/ll: Fix RX timing on DTM

2019-09-26 Thread GitBox
andrzej-kaczmarek opened a new pull request #587: nimble/ll: Fix RX timing on DTM URL: https://github.com/apache/mynewt-nimble/pull/587 There is no need to delay RX restart by scheduler delay since it's not called from scheduler - we can start asap. -

[GitHub] [mynewt-core] kasjer opened a new pull request #2016: sensors: Fix printf-style formatting in logs

2019-09-26 Thread GitBox
kasjer opened a new pull request #2016: sensors: Fix printf-style formatting in logs URL: https://github.com/apache/mynewt-core/pull/2016 Some drivers had incompatible with format specifier argument list in logging statements. Those were found by static code analyzing tool. -

[GitHub] [mynewt-core] utzig opened a new pull request #2017: WIP - P-NUCLEO-WB55

2019-09-26 Thread GitBox
utzig opened a new pull request #2017: WIP - P-NUCLEO-WB55 URL: https://github.com/apache/mynewt-core/pull/2017 Slinky works, SPI/I2C/TIM under test... This is an automated message from the Apache Git Service. To respond to th

[GitHub] [mynewt-core] vrahane commented on issue #2012: Sysconfig for breakpoint-on-reset

2019-09-26 Thread GitBox
vrahane commented on issue #2012: Sysconfig for breakpoint-on-reset URL: https://github.com/apache/mynewt-core/pull/2012#issuecomment-535535687 @grantfreese @kasjer has added a macro for it. You can synchronize with him. This

[GitHub] [mynewt-core] vrahane edited a comment on issue #2012: Sysconfig for breakpoint-on-reset

2019-09-26 Thread GitBox
vrahane edited a comment on issue #2012: Sysconfig for breakpoint-on-reset URL: https://github.com/apache/mynewt-core/pull/2012#issuecomment-535535687 @grantfreese @kasjer has added a macro for it. You can sync with him. This

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2017: WIP - P-NUCLEO-WB55

2019-09-26 Thread GitBox
apache-mynewt-bot commented on issue #2017: WIP - P-NUCLEO-WB55 URL: https://github.com/apache/mynewt-core/pull/2017#issuecomment-535556680 ## RAT Report (2019-09-26 15:25:03) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blob/3c46d9bbfe

[GitHub] [mynewt-core] nkaje opened a new pull request #2018: trng_test: fix compile time warnings

2019-09-26 Thread GitBox
nkaje opened a new pull request #2018: trng_test: fix compile time warnings URL: https://github.com/apache/mynewt-core/pull/2018 While building for simulator on Linux, the following warnings were observed. ** error:

[GitHub] [mynewt-core] mkiiskila merged pull request #2018: trng_test: fix compile time warnings

2019-09-26 Thread GitBox
mkiiskila merged pull request #2018: trng_test: fix compile time warnings URL: https://github.com/apache/mynewt-core/pull/2018 This is an automated message from the Apache Git Service. To respond to the message, please log on

[mynewt-core] branch master updated: trng_test: fix compile time warnings

2019-09-26 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko 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 021b924 trng_test: fix compile time warning

[GitHub] [mynewt-core] vrahane commented on issue #2012: Sysconfig for breakpoint-on-reset

2019-09-26 Thread GitBox
vrahane commented on issue #2012: Sysconfig for breakpoint-on-reset URL: https://github.com/apache/mynewt-core/pull/2012#issuecomment-535776262 The PR has yet to be merged but it is approved: https://github.com/apache/mynewt-core/pull/1807 The name of the setting is `HAL_ENABLE_SOFTW

[GitHub] [mynewt-core] grantfreese commented on issue #2012: Sysconfig for breakpoint-on-reset

2019-09-26 Thread GitBox
grantfreese commented on issue #2012: Sysconfig for breakpoint-on-reset URL: https://github.com/apache/mynewt-core/pull/2012#issuecomment-535777811 I'm closing this PR in favor of #1807. Thanks @vrahane ! This is an automated

[GitHub] [mynewt-core] grantfreese closed pull request #2012: Sysconfig for breakpoint-on-reset

2019-09-26 Thread GitBox
grantfreese closed pull request #2012: Sysconfig for breakpoint-on-reset URL: https://github.com/apache/mynewt-core/pull/2012 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [mynewt-nimble] prasad-alatkar commented on issue #583: NimBLE/host: Fix multiple `discard const qualifier` warnings

2019-09-26 Thread GitBox
prasad-alatkar commented on issue #583: NimBLE/host: Fix multiple `discard const qualifier` warnings URL: https://github.com/apache/mynewt-nimble/pull/583#issuecomment-535810364 Hi @andrzej-kaczmarek , I think I misread your reply. By > for now we can merge only changes in NimBLE co

[GitHub] [mynewt-nimble] prasad-alatkar edited a comment on issue #583: NimBLE/host: Fix multiple `discard const qualifier` warnings

2019-09-26 Thread GitBox
prasad-alatkar edited a comment on issue #583: NimBLE/host: Fix multiple `discard const qualifier` warnings URL: https://github.com/apache/mynewt-nimble/pull/583#issuecomment-535810364 Hi @andrzej-kaczmarek , I think I misread your reply. By > for now we can merge only changes in Ni

[GitHub] [mynewt-nimble] prasad-alatkar edited a comment on issue #583: NimBLE/host: Fix multiple `discard const qualifier` warnings

2019-09-26 Thread GitBox
prasad-alatkar edited a comment on issue #583: NimBLE/host: Fix multiple `discard const qualifier` warnings URL: https://github.com/apache/mynewt-nimble/pull/583#issuecomment-535810364 Hi @andrzej-kaczmarek , I think I misread your reply. By > for now we can merge only changes in Ni

[GitHub] [mynewt-core] kasjer merged pull request #2015: hw/mcu/nrf52: Fix gpio handling in clear i2c bus

2019-09-26 Thread GitBox
kasjer merged pull request #2015: hw/mcu/nrf52: Fix gpio handling in clear i2c bus URL: https://github.com/apache/mynewt-core/pull/2015 This is an automated message from the Apache Git Service. To respond to the message, ple

[mynewt-core] branch master updated: hw/mcu/nrf52: Fix gpio handling in clear i2c bus

2019-09-26 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy 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 0dca280 hw/mcu/nrf52: Fix gpio handling in

[GitHub] [mynewt-core] kasjer merged pull request #2016: sensors: Fix printf-style formatting in logs

2019-09-26 Thread GitBox
kasjer merged pull request #2016: sensors: Fix printf-style formatting in logs URL: https://github.com/apache/mynewt-core/pull/2016 This is an automated message from the Apache Git Service. To respond to the message, please l

[mynewt-core] branch master updated: sensors: Fix printf-style formatting in logs

2019-09-26 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy 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 0211fe7 sensors: Fix printf-style formattin

[mynewt-nimble] branch master updated (8f33b42 -> 4b42447)

2019-09-26 Thread rymek
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 8f33b42 nimble/ll_scan: Set filter duplicate only when controller allowed add 4b42447 nimble/ll: Fix RX

[GitHub] [mynewt-nimble] rymanluk merged pull request #587: nimble/ll: Fix RX timing on DTM

2019-09-26 Thread GitBox
rymanluk merged pull request #587: nimble/ll: Fix RX timing on DTM URL: https://github.com/apache/mynewt-nimble/pull/587 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi