[GitHub] [mynewt-nimble] v01d commented on issue #864: Porting nimBLE to NuttX

2020-09-24 Thread GitBox
v01d commented on issue #864: URL: https://github.com/apache/mynewt-nimble/issues/864#issuecomment-698332246 Cool! I'm hoping I can merge the required change on NuttX side and then I can open a PR here so we can discuss the changes on nimBLE side.

[mynewt-newtmgr] branch master updated: Update newtmgr_image.rst

2020-09-24 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-newtmgr.git The following commit(s) were added to refs/heads/master by this push: new 5b5173d Update newtmgr_image.rst

[GitHub] [mynewt-newtmgr] utzig merged pull request #174: Update newtmgr_image.rst

2020-09-24 Thread GitBox
utzig merged pull request #174: URL: https://github.com/apache/mynewt-newtmgr/pull/174 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 to go

[GitHub] [mynewt-nimble] prasad-alatkar commented on pull request #866: NimBLE host: Change min/max macros to inline functions for C++

2020-09-24 Thread GitBox
prasad-alatkar commented on pull request #866: URL: https://github.com/apache/mynewt-nimble/pull/866#issuecomment-698233134 Yes @andrzej-kaczmarek this won't work for uint32_t and templates do not work for C code. Thank you for your response, will close this PR.

[GitHub] [mynewt-nimble] prasad-alatkar closed pull request #866: NimBLE host: Change min/max macros to inline functions for C++

2020-09-24 Thread GitBox
prasad-alatkar closed pull request #866: URL: https://github.com/apache/mynewt-nimble/pull/866 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [mynewt-core] 5frank opened a new issue #2380: multiple instances of `struct battery`

2020-09-24 Thread GitBox
5frank opened a new issue #2380: URL: https://github.com/apache/mynewt-core/issues/2380 It seems multiple instances of `struct battery` is half supported. It is not configurable and changing

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2378: hw/ipc_nrf5340: Add support for passing GPIO control

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

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2378: hw/ipc_nrf5340: Add support for passing GPIO control

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

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #864: Porting nimBLE to NuttX

2020-09-24 Thread GitBox
andrzej-kaczmarek commented on issue #864: URL: https://github.com/apache/mynewt-nimble/issues/864#issuecomment-698164646 ok, makes sense :) so you can just go ahead and change `""` to `<>` in nimble if this solves your problem, we're fine with such change

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2379: hw/drivers/i2s: Add support for 24 bits samples for NRF52

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

[GitHub] [mynewt-core] kasjer opened a new pull request #2379: hw/drivers/i2s: Add support for 24 bits samples for NRF52

2020-09-24 Thread GitBox
kasjer opened a new pull request #2379: URL: https://github.com/apache/mynewt-core/pull/2379 I2S setup was no done for 24 bits samples, all calculations were for 16 and 8 bits samples only. Ratio value for 48000Hz sample rate was incorrect and would result in an assert in nrfx