[GitHub] [mynewt-nimble] bilalmalik76 opened a new issue #951: NimBLE mesh on ESP32 ( Provisioning and configuration data Persistance storage issuse)

2021-03-25 Thread GitBox
bilalmalik76 opened a new issue #951: URL: https://github.com/apache/mynewt-nimble/issues/951 I am using NimBLE mesh on ESP32. But Provisioning and configuration data is not being stored on Persistance storage. I have enabled BLE_MESH_SETTINGS. But there is no config.h file. I am

[GitHub] [mynewt-core] kasjer opened a new pull request #2547: hw/mcu/da14699: Use defines for USB pins

2021-03-25 Thread GitBox
kasjer opened a new pull request #2547: URL: https://github.com/apache/mynewt-core/pull/2547 USB pins were hardcoded. -- 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 to the specific comment. For

[GitHub] [mynewt-nimble] haukepetersen opened a new pull request #952: npl/riot: enable BLE_HCI_VS in default config

2021-03-25 Thread GitBox
haukepetersen opened a new pull request #952: URL: https://github.com/apache/mynewt-nimble/pull/952 When initializing NimBLE, RIOT uses the `ble_hs_util_ensure_addr()` and `ble_hs_id_infer_auto()` funcitons. However, with the changes introduced in #943, they return an error with the

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2547: hw/mcu/da14699: Use defines for USB pins

2021-03-25 Thread GitBox
apache-mynewt-bot commented on pull request #2547: URL: https://github.com/apache/mynewt-core/pull/2547#issuecomment-806860657 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #952: npl/riot: enable BLE_HCI_VS in default config

2021-03-25 Thread GitBox
apache-mynewt-bot commented on pull request #952: URL: https://github.com/apache/mynewt-nimble/pull/952#issuecomment-806890648 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[mynewt-core] branch master updated: hw/mcu/da14699: Use defines for USB pins

2021-03-25 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 838c0f7 hw/mcu/da14699: Use defines for

[GitHub] [mynewt-core] kasjer merged pull request #2547: hw/mcu/da14699: Use defines for USB pins

2021-03-25 Thread GitBox
kasjer merged pull request #2547: URL: https://github.com/apache/mynewt-core/pull/2547 -- 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 to the specific comment. For queries about this service,

[GitHub] [mynewt-nimble] ncasaril commented on issue #940: blehci-usb app fails on assert when trying to upload an image using newtmgr

2021-03-25 Thread GitBox
ncasaril commented on issue #940: URL: https://github.com/apache/mynewt-nimble/issues/940#issuecomment-807572448 Settings listed below, note that I've added the RTT console for debugging purposes. ``` syscfg.vals: CONSOLE_RTT: 1 CONSOLE_UART: 0 SHELL_TASK: 1

[GitHub] [mynewt-nimble] ncasaril commented on issue #940: blehci-usb app fails on assert when trying to upload an image using newtmgr

2021-03-25 Thread GitBox
ncasaril commented on issue #940: URL: https://github.com/apache/mynewt-nimble/issues/940#issuecomment-807934561 I should add that with #942 and #944 applied transfers are working up to a MTU of 512. Let me know if you'd prefer me to close this issue and create a new one specifically