[GitHub] [mynewt-core] vrahane commented on issue #1703: nrf52: Add debugger override syscfg

2019-03-19 Thread GitBox
vrahane commented on issue #1703: nrf52: Add debugger override syscfg URL: https://github.com/apache/mynewt-core/pull/1703#issuecomment-474654659 @mkiiskila, @wes3 and @InternetofAwesome do you think this would be a good enough solution ?

[GitHub] [mynewt-core] vrahane opened a new pull request #1703: nrf52: Add debugger override syscfg

2019-03-19 Thread GitBox
vrahane opened a new pull request #1703: nrf52: Add debugger override syscfg URL: https://github.com/apache/mynewt-core/pull/1703 - Add NRF52_HAL_DEBUGGER_CHK syscfg - To be set if one wants to disable debugger check This

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #1702: log_fcb: Don't walk if requested index too great

2019-03-19 Thread GitBox
ccollins476ad opened a new pull request #1702: log_fcb: Don't walk if requested index too great URL: https://github.com/apache/mynewt-core/pull/1702 If user tries to start a walk beyond the end of the log, return early without walking.

[mynewt-core] branch master updated: drivers/lp5523: change multi byte read/write instructions to single byte (#1701)

2019-03-19 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane 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 2c15a47 drivers/lp5523: change multi

[GitHub] [mynewt-core] vrahane merged pull request #1701: drivers/lp5523: change multi byte instruction read write to single

2019-03-19 Thread GitBox
vrahane merged pull request #1701: drivers/lp5523: change multi byte instruction read write to single URL: https://github.com/apache/mynewt-core/pull/1701 This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-core] JustineKH commented on issue #1701: change multi byte instruction read write to single

2019-03-19 Thread GitBox
JustineKH commented on issue #1701: change multi byte instruction read write to single URL: https://github.com/apache/mynewt-core/pull/1701#issuecomment-474540723 @kasjer @vrahane I think I have covered all requests, please take another look when you get a chance.

[GitHub] [mynewt-core] vrahane commented on issue #1694: [DO NOT MERGE]LP5523 Engine pr_instruction fix

2019-03-19 Thread GitBox
vrahane commented on issue #1694: [DO NOT MERGE]LP5523 Engine pr_instruction fix URL: https://github.com/apache/mynewt-core/pull/1694#issuecomment-474521454 @JustineKH Now that you have opened the other two PR's closing this one.

[GitHub] [mynewt-core] vrahane closed pull request #1694: [DO NOT MERGE]LP5523 Engine pr_instruction fix

2019-03-19 Thread GitBox
vrahane closed pull request #1694: [DO NOT MERGE]LP5523 Engine pr_instruction fix URL: https://github.com/apache/mynewt-core/pull/1694 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-core] vrahane edited a comment on issue #1701: change multi byte instruction read write to single

2019-03-19 Thread GitBox
vrahane edited a comment on issue #1701: change multi byte instruction read write to single URL: https://github.com/apache/mynewt-core/pull/1701#issuecomment-474519783 @JustineKH , I agree with @kasjer's comments, can you please address those. Also, going forward can you please add a

[GitHub] [mynewt-core] vrahane commented on issue #1701: change multi byte instruction read write to single

2019-03-19 Thread GitBox
vrahane commented on issue #1701: change multi byte instruction read write to single URL: https://github.com/apache/mynewt-core/pull/1701#issuecomment-474519783 @JustineKH , I agree with @kasjer's comments, can you please address those. Also, going forward can you please add a prefix for

[GitHub] [mynewt-core] vrahane commented on a change in pull request #1701: change multi byte instruction read write to single

2019-03-19 Thread GitBox
vrahane commented on a change in pull request #1701: change multi byte instruction read write to single URL: https://github.com/apache/mynewt-core/pull/1701#discussion_r267044188 ## File path: hw/drivers/led/lp5523/src/lp5523.c ## @@ -635,20 +634,32 @@

[mynewt-core] branch master updated: imgmgr: added image upload callbacks to imgmgr (#1700)

2019-03-19 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane 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 8cc6226 imgmgr: added image upload

[GitHub] [mynewt-core] vrahane merged pull request #1700: added image upload callbacks to imgmgr

2019-03-19 Thread GitBox
vrahane merged pull request #1700: added image upload callbacks to imgmgr URL: https://github.com/apache/mynewt-core/pull/1700 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [mynewt-core] kasjer commented on a change in pull request #1701: change multi byte instruction read write to single

2019-03-19 Thread GitBox
kasjer commented on a change in pull request #1701: change multi byte instruction read write to single URL: https://github.com/apache/mynewt-core/pull/1701#discussion_r267035127 ## File path: hw/drivers/led/lp5523/src/lp5523.c ## @@ -658,15 +669,18 @@

[GitHub] [mynewt-core] kasjer commented on a change in pull request #1701: change multi byte instruction read write to single

2019-03-19 Thread GitBox
kasjer commented on a change in pull request #1701: change multi byte instruction read write to single URL: https://github.com/apache/mynewt-core/pull/1701#discussion_r267033845 ## File path: hw/drivers/led/lp5523/src/lp5523.c ## @@ -635,20 +634,32 @@

[GitHub] [mynewt-core] JustineKH opened a new pull request #1701: change multi byte instruction read write to single

2019-03-19 Thread GitBox
JustineKH opened a new pull request #1701: change multi byte instruction read write to single URL: https://github.com/apache/mynewt-core/pull/1701 I was seeing an issue with the 2-byte instruction read and write. Single byte transfers fixed the issue.

[GitHub] [mynewt-core] JustineKH opened a new pull request #1700: added image upload callbacks to imgmgr

2019-03-19 Thread GitBox
JustineKH opened a new pull request #1700: added image upload callbacks to imgmgr URL: https://github.com/apache/mynewt-core/pull/1700 Added `start` `stop` and `complete` callbacks for imgmgr This is an automated message

[GitHub] [mynewt-core] flyingbepi commented on issue #1697: NRF52 Thingy:52 board does not report sensors on I2C bus #1

2019-03-19 Thread GitBox
flyingbepi commented on issue #1697: NRF52 Thingy:52 board does not report sensors on I2C bus #1 URL: https://github.com/apache/mynewt-core/issues/1697#issuecomment-474357622 The devices connected on the "second" IC2 bus are not powered on by default. So, the user needs to turn the

[GitHub] [mynewt-core] utzig merged pull request #1699: [CRYPTO] Allow CTR to work with any block size

2019-03-19 Thread GitBox
utzig merged pull request #1699: [CRYPTO] Allow CTR to work with any block size URL: https://github.com/apache/mynewt-core/pull/1699 This is an automated message from the Apache Git Service. To respond to the message, please

[mynewt-core] branch master updated: [CRYPTO] Allow CTR to work with any block size

2019-03-19 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 2c2290c [CRYPTO] Allow CTR to work with

[GitHub] [mynewt-core] utzig opened a new pull request #1699: [CRYPTO] Allow CTR to work with any block size

2019-03-19 Thread GitBox
utzig opened a new pull request #1699: [CRYPTO] Allow CTR to work with any block size URL: https://github.com/apache/mynewt-core/pull/1699 This removes dependency on buffers being a multiple of AES_BLOCK_LEN for CTR. This is

[GitHub] [mynewt-core] rymanluk commented on a change in pull request #1692: hw/bus: Allow to use nonblock SPI operations

2019-03-19 Thread GitBox
rymanluk commented on a change in pull request #1692: hw/bus: Allow to use nonblock SPI operations URL: https://github.com/apache/mynewt-core/pull/1692#discussion_r266819442 ## File path: hw/bus/drivers/spi_common/include/bus/drivers/spi_common.h ## @@ -41,7 +41,9 @@

[GitHub] [mynewt-nimble] haukepetersen commented on issue #365: controller: fix missing critical sections for ble_ll_xcvr_rfclk_x calls

2019-03-19 Thread GitBox
haukepetersen commented on issue #365: controller: fix missing critical sections for ble_ll_xcvr_rfclk_x calls URL: https://github.com/apache/mynewt-nimble/pull/365#issuecomment-474251735 Any more thoughts on the remaining changes in this PR?

[mynewt-core] branch master updated (c88a395 -> 9aa1eae)

2019-03-19 Thread andk
This is an automated email from the ASF dual-hosted git repository. andk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from c88a395 Merge pull request #1691 from mkiiskila/oic_obs_ep_filled new 219c9d8 hw/mcu/nrf51: Move radio

[GitHub] [mynewt-core] andrzej-kaczmarek merged pull request #1673: Use new BLE_CONTROLLER syscfg where applicable

2019-03-19 Thread GitBox
andrzej-kaczmarek merged pull request #1673: Use new BLE_CONTROLLER syscfg where applicable URL: https://github.com/apache/mynewt-core/pull/1673 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] mkiiskila merged pull request #1691: net/oic; call get routine for notifications individually for every observer.

2019-03-19 Thread GitBox
mkiiskila merged pull request #1691: net/oic; call get routine for notifications individually for every observer. URL: https://github.com/apache/mynewt-core/pull/1691 This is an automated message from the Apache Git

[mynewt-core] branch master updated (47b6bc5 -> c88a395)

2019-03-19 Thread marko
This is an automated email from the ASF dual-hosted git repository. marko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 47b6bc5 sys/log/full: Unit tests for FCB log bookmarks new e6934c2 net/oic; call get routine for

[GitHub] [mynewt-core] brolan-juul closed pull request #1698: LIS2DW12 - Clear Reference

2019-03-19 Thread GitBox
brolan-juul closed pull request #1698: LIS2DW12 - Clear Reference URL: https://github.com/apache/mynewt-core/pull/1698 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-core] brolan-juul opened a new pull request #1698: LIS2DW12 - Clear Reference

2019-03-19 Thread GitBox
brolan-juul opened a new pull request #1698: LIS2DW12 - Clear Reference URL: https://github.com/apache/mynewt-core/pull/1698 Clearing Reference register when attempting to go from High Resolution to Power Down.