[mynewt-core] branch feature/da1469x-dma-prio created (now 529d38f)

2020-09-01 Thread benmccrea
This is an automated email from the ASF dual-hosted git repository. benmccrea pushed a change to branch feature/da1469x-dma-prio in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. at 529d38f apps/rust_blinky: Use bindgen to convert C-header to Rust No new revisions were a

[GitHub] [mynewt-newtmgr] rmal30 commented on issue #171: LoadInt64 fails on RPI

2020-09-01 Thread GitBox
rmal30 commented on issue #171: URL: https://github.com/apache/mynewt-newtmgr/issues/171#issuecomment-685212216 Added a pull request #172 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [mynewt-nimble] corecode commented on a change in pull request #857: nimble/hs: remove recursive call

2020-09-01 Thread GitBox
corecode commented on a change in pull request #857: URL: https://github.com/apache/mynewt-nimble/pull/857#discussion_r481414536 ## File path: nimble/host/src/ble_hs_conn.c ## @@ -552,7 +554,7 @@ ble_hs_conn_timer(void) */ if (conn_handle != BLE_HS_CONN_HANDLE_NONE)

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on a change in pull request #857: nimble/hs: remove recursive call

2020-09-01 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #857: URL: https://github.com/apache/mynewt-nimble/pull/857#discussion_r481367440 ## File path: nimble/host/src/ble_hs_conn.c ## @@ -552,7 +554,7 @@ ble_hs_conn_timer(void) */ if (conn_handle != BLE_HS_CONN_HAND

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #857: nimble/hs: remove recursive call

2020-09-01 Thread GitBox
apache-mynewt-bot commented on pull request #857: URL: https://github.com/apache/mynewt-nimble/pull/857#issuecomment-685068503 ## Style check summary No suggestions at this time! This is an automat

[GitHub] [mynewt-nimble] corecode opened a new pull request #857: nimble/hs: remove recursive call

2020-09-01 Thread GitBox
corecode opened a new pull request #857: URL: https://github.com/apache/mynewt-nimble/pull/857 On esp32, tail call optimization does not exist, which can lead to a stack overflow. This is an automated message from the Apac

[GitHub] [mynewt-newtmgr] nkaje commented on issue #171: LoadInt64 fails on RPI

2020-09-01 Thread GitBox
nkaje commented on issue #171: URL: https://github.com/apache/mynewt-newtmgr/issues/171#issuecomment-684877355 I suppose you can try changing it to 32 bits and see if that helps. We need that to be atomically loaded (see https://github.com/apache/mynewt-newtmgr/blob/3748d11416330069818d7ec

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #856: controller: properly seed srand() during initialization

2020-09-01 Thread GitBox
apache-mynewt-bot commented on pull request #856: URL: https://github.com/apache/mynewt-nimble/pull/856#issuecomment-684781314 ## Style check summary No suggestions at this time! This is an automat

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #856: controller: properly seed srand() during initialization

2020-09-01 Thread GitBox
apache-mynewt-bot removed a comment on pull request #856: URL: https://github.com/apache/mynewt-nimble/pull/856#issuecomment-684018264 ## Style check summary No suggestions at this time! This is an

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2364: Update NRFX to release 2.3.0

2020-09-01 Thread GitBox
apache-mynewt-bot commented on pull request #2364: URL: https://github.com/apache/mynewt-core/pull/2364#issuecomment-684766293 ## Style check summary No suggestions at this time! This is an automat

[GitHub] [mynewt-nimble] haukepetersen commented on pull request #856: controller: properly seed srand() during initialization

2020-09-01 Thread GitBox
haukepetersen commented on pull request #856: URL: https://github.com/apache/mynewt-nimble/pull/856#issuecomment-684727659 addressed comment. This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [mynewt-nimble] haukepetersen commented on a change in pull request #856: controller: properly seed srand() during initialization

2020-09-01 Thread GitBox
haukepetersen commented on a change in pull request #856: URL: https://github.com/apache/mynewt-nimble/pull/856#discussion_r481031056 ## File path: nimble/controller/src/ble_ll.c ## @@ -1682,15 +1663,17 @@ ble_ll_init(void) features |= BLE_LL_FEAT_ISO_HOST_SUPPORT; #endif

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2282: Add initial support for Nordic nRF5340

2020-09-01 Thread GitBox
apache-mynewt-bot commented on pull request #2282: URL: https://github.com/apache/mynewt-core/pull/2282#issuecomment-684707033 ## Style check fail: Payload was too large This is an automated message from the Apache Git Se

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2282: Add initial support for Nordic nRF5340

2020-09-01 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2282: URL: https://github.com/apache/mynewt-core/pull/2282#issuecomment-684536639 ## Style check fail: Payload was too large This is an automated message from the Apach

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #856: controller: properly seed srand() during initialization

2020-09-01 Thread GitBox
sjanc commented on a change in pull request #856: URL: https://github.com/apache/mynewt-nimble/pull/856#discussion_r481012643 ## File path: nimble/controller/src/ble_ll.c ## @@ -1682,15 +1663,17 @@ ble_ll_init(void) features |= BLE_LL_FEAT_ISO_HOST_SUPPORT; #endif +

[GitHub] [mynewt-core] sjanc opened a new pull request #2364: Update NRFX to release 2.3.0

2020-09-01 Thread GitBox
sjanc opened a new pull request #2364: URL: https://github.com/apache/mynewt-core/pull/2364 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2282: Add initial support for Nordic nRF5340

2020-09-01 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2282: URL: https://github.com/apache/mynewt-core/pull/2282#issuecomment-681724493 ## RAT Report (2020-08-27 07:52:33) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blob/6ed171c61f64ddf

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2282: Add initial support for Nordic nRF5340

2020-09-01 Thread GitBox
apache-mynewt-bot commented on pull request #2282: URL: https://github.com/apache/mynewt-core/pull/2282#issuecomment-68453 ## RAT Report (2020-09-01 08:10:03) ## New files with unknown licenses * https://github.com/apache/mynewt-core/blob/10f53c83eda4a97dc7a5ed4

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2282: Add initial support for Nordic nRF5340

2020-09-01 Thread GitBox
apache-mynewt-bot commented on pull request #2282: URL: https://github.com/apache/mynewt-core/pull/2282#issuecomment-684536639 ## Style check fail: Payload was too large This is an automated message from the Apache Git Se

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2282: Add initial support for Nordic nRF5340

2020-09-01 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2282: URL: https://github.com/apache/mynewt-core/pull/2282#issuecomment-681724866 ## Style check fail: Payload was too large This is an automated message from the Apach

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #841: nimble/drivers: Add support for nRF5340 radio

2020-09-01 Thread GitBox
apache-mynewt-bot commented on pull request #841: URL: https://github.com/apache/mynewt-nimble/pull/841#issuecomment-684536229 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) nim

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #841: nimble/drivers: Add support for nRF5340 radio

2020-09-01 Thread GitBox
apache-mynewt-bot removed a comment on pull request #841: URL: https://github.com/apache/mynewt-nimble/pull/841#issuecomment-680827632 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)