[GitHub] [mynewt-nimble] prasad-alatkar commented on issue #551: Not able to resolve RPA public address

2020-05-28 Thread GitBox
prasad-alatkar commented on issue #551: URL: https://github.com/apache/mynewt-nimble/issues/551#issuecomment-635146166 Hi @marcogmaia AFAIK, If you are using 'NimBLE controller' then there should not be any issue with resolving RPA. We have ported only "NimBLE Host" on ESP32 where we were

[GitHub] [mynewt-core] andrzej-kaczmarek opened a new pull request #2297: hw/mcu/dialog: Add callbacks on enter/exit sleep

2020-05-28 Thread GitBox
andrzej-kaczmarek opened a new pull request #2297: URL: https://github.com/apache/mynewt-core/pull/2297 This patch adds callbacks to be called before and after deep sleep. Those are intended to be registered by BSP which can then decide to save/restore state of certain peripherals and

[GitHub] [mynewt-mcumgr] lgl88911 commented on pull request #81: cmd/os_mgmt/port/zephyr: zephyr port os enhancement

2020-05-28 Thread GitBox
lgl88911 commented on pull request #81: URL: https://github.com/apache/mynewt-mcumgr/pull/81#issuecomment-635394966 > Got informed that documentation is here: https://docs.zephyrproject.org/latest/guides/modules.html#changes-to-existing-modules so I am hiding my previous comment that

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2297: hw/mcu/dialog: Add callbacks on enter/exit sleep

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

[GitHub] [mynewt-newtmgr] ccollins476ad commented on a change in pull request #162: Optimize DFU

2020-05-28 Thread GitBox
ccollins476ad commented on a change in pull request #162: URL: https://github.com/apache/mynewt-newtmgr/pull/162#discussion_r432001181 ## File path: nmxact/xact/image.go ## @@ -185,33 +209,189 @@ func nextImageUploadReq(s sesn.Sesn, upgrade bool, data []byte, off int, imageNu

[GitHub] [mynewt-core] jipanienko opened a new pull request #2298: missing syscfg for SPI2/SPI3 for stm32

2020-05-28 Thread GitBox
jipanienko opened a new pull request #2298: URL: https://github.com/apache/mynewt-core/pull/2298 Code in stm32_periph,c use MYNEWT_VAL(SPI_2_MASTER) that are not define in yml file This is an automated message from the

[GitHub] [mynewt-core] utzig merged pull request #2298: missing syscfg for SPI2/SPI3 for stm32

2020-05-28 Thread GitBox
utzig merged pull request #2298: URL: https://github.com/apache/mynewt-core/pull/2298 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

[mynewt-core] branch master updated: missing syscfg for SPI2/SPI3 for stm32

2020-05-28 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 869c322 missing syscfg for SPI2/SPI3 for

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2298: missing syscfg for SPI2/SPI3 for stm32

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

[GitHub] [mynewt-core] vrahane commented on pull request #2300: TCP/IPv4 adaptor for CoAP

2020-05-28 Thread GitBox
vrahane commented on pull request #2300: URL: https://github.com/apache/mynewt-core/pull/2300#issuecomment-635695890 @ccollins476ad I think there is a style check issue most probably, hence the CI failure, rest looks good.

[GitHub] [mynewt-core] ccollins476ad commented on a change in pull request #2300: TCP/IPv4 adaptor for CoAP

2020-05-28 Thread GitBox
ccollins476ad commented on a change in pull request #2300: URL: https://github.com/apache/mynewt-core/pull/2300#discussion_r432210346 ## File path: net/oic/src/messaging/coap/engine.c ## @@ -231,17 +231,19 @@ coap_receive(struct os_mbuf **mp) }

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2299: Native sock fixes

2020-05-28 Thread GitBox
apache-mynewt-bot commented on pull request #2299: URL: https://github.com/apache/mynewt-core/pull/2299#issuecomment-635667173 ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #2299: Native sock fixes

2020-05-28 Thread GitBox
ccollins476ad opened a new pull request #2299: URL: https://github.com/apache/mynewt-core/pull/2299 Some miscellaneous fixes for the `net/ip/native_sock` package. This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #2300: TCP/IPv4 adaptor for CoAP

2020-05-28 Thread GitBox
ccollins476ad opened a new pull request #2300: URL: https://github.com/apache/mynewt-core/pull/2300 This transport uses mn_sockets. Unlike other transports, this one does not listen for new connections on its own. Instead, the application needs to populate the transport with

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2300: TCP/IPv4 adaptor for CoAP

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

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2300: TCP/IPv4 adaptor for CoAP

2020-05-28 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2300: URL: https://github.com/apache/mynewt-core/pull/2300#issuecomment-635688152 ## Style check summary No suggestions at this time! This is

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2300: TCP/IPv4 adaptor for CoAP

2020-05-28 Thread GitBox
vrahane commented on a change in pull request #2300: URL: https://github.com/apache/mynewt-core/pull/2300#discussion_r432202610 ## File path: net/oic/src/messaging/coap/engine.c ## @@ -231,17 +231,19 @@ coap_receive(struct os_mbuf **mp) }

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2300: TCP/IPv4 adaptor for CoAP

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

[mynewt-core] branch master updated (869c322 -> a24dcf2)

2020-05-28 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 869c322 missing syscfg for SPI2/SPI3 for stm32 new 24e3d10 native_sock: Make accept()ed sockets

[GitHub] [mynewt-core] ccollins476ad merged pull request #2299: Native sock fixes

2020-05-28 Thread GitBox
ccollins476ad merged pull request #2299: URL: https://github.com/apache/mynewt-core/pull/2299 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] vrahane commented on pull request #2300: TCP/IPv4 adaptor for CoAP

2020-05-28 Thread GitBox
vrahane commented on pull request #2300: URL: https://github.com/apache/mynewt-core/pull/2300#issuecomment-635695140 I guess we can call datagram transport as UDP but well it won't be a correct term for BLE :-) This is an