[GitHub] [mynewt-core] ccollins476ad merged pull request #2301: oic tcp4_adaptor: Don't loop if nothing to tx

2020-05-29 Thread GitBox
ccollins476ad merged pull request #2301: URL: https://github.com/apache/mynewt-core/pull/2301 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] ccollins476ad commented on pull request #2301: oic tcp4_adaptor: Don't loop if nothing to tx

2020-05-29 Thread GitBox
ccollins476ad commented on pull request #2301: URL: https://github.com/apache/mynewt-core/pull/2301#issuecomment-636216588 Thanks @vrahane. This is an automated message from the Apache Git Service. To respond to the message,

[mynewt-core] branch master updated: oic tcp4_adaptor: Don't loop if nothing to rx

2020-05-29 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins 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 b8a9ddd oic tcp4_adaptor: Don't loop if

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2301: oic tcp4_adaptor: Don't loop if nothing to tx

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

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2301: oic tcp4_adaptor: Don't loop if nothing to tx

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

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2301: oic tcp4_adaptor: Don't loop if nothing to tx

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

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #2301: oic tcp4_adaptor: Don't loop if nothing to tx

2020-05-29 Thread GitBox
ccollins476ad opened a new pull request #2301: URL: https://github.com/apache/mynewt-core/pull/2301 This is a fix that I meant to include in the previous PR (https://github.com/apache/mynewt-core/pull/2300). Sorry for the confusion! Prior to commit: When a managed TCP

[mynewt-core] branch master updated (a24dcf2 -> 077e669)

2020-05-29 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 a24dcf2 Merge pull request #2299 from ccollins476ad/native_sock_fixes new 4b607cb net/oic: make

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

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

2020-05-29 Thread GitBox
ccollins476ad commented on a change in pull request #2300: URL: https://github.com/apache/mynewt-core/pull/2300#discussion_r432625138 ## File path: net/oic/src/port/mynewt/stream.c ## @@ -0,0 +1,112 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

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

2020-05-29 Thread GitBox
apache-mynewt-bot commented on pull request #2300: URL: https://github.com/apache/mynewt-core/pull/2300#issuecomment-636083280 ## 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-29 Thread GitBox
apache-mynewt-bot removed a comment 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

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

2020-05-29 Thread GitBox
ccollins476ad commented on a change in pull request #2300: URL: https://github.com/apache/mynewt-core/pull/2300#discussion_r432609234 ## File path: net/oic/include/oic/port/mynewt/stream.h ## @@ -0,0 +1,95 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [mynewt-mcumgr] VojislavM opened a new issue #83: smp console package communication

2020-05-29 Thread GitBox
VojislavM opened a new issue #83: URL: https://github.com/apache/mynewt-mcumgr/issues/83 can someone please explain a bit more about the receive packets (from the device) when using smp console over UART. In [this

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #826: host/mesh/src/prov.c fixes

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

[GitHub] [mynewt-nimble] KKopyscinski opened a new pull request #826: host/mesh/src/prov.c fixes

2020-05-29 Thread GitBox
KKopyscinski opened a new pull request #826: URL: https://github.com/apache/mynewt-nimble/pull/826 prov_handlers and rx_buf were defined as static, but called only when BLE_MESH_PG_GATT or BLE_MESH_PB_GATT (for prov_handlers) and BLE_MESH_GATT (for rx_buf) were set. Appropriate

[GitHub] [mynewt-nimble] michal-narajowski commented on pull request #825: porting: Update targets and updating script

2020-05-29 Thread GitBox
michal-narajowski commented on pull request #825: URL: https://github.com/apache/mynewt-nimble/pull/825#issuecomment-635819166 The change in `newt` that caused this: https://github.com/apache/mynewt-newt/pull/381 This is an

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2297: hw/mcu/dialog: Add callbacks on enter/exit sleep

2020-05-29 Thread GitBox
kasjer commented on a change in pull request #2297: URL: https://github.com/apache/mynewt-core/pull/2297#discussion_r432289741 ## File path: hw/mcu/dialog/da1469x/src/da1469x_sleep.c ## @@ -110,4 +128,9 @@ da1469x_sleep(os_time_t ticks) __WFI(); } +void Review

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

2020-05-29 Thread GitBox
kasjer commented on a change in pull request #2300: URL: https://github.com/apache/mynewt-core/pull/2300#discussion_r432281075 ## File path: net/oic/include/oic/port/mynewt/stream.h ## @@ -0,0 +1,95 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2297: hw/mcu/dialog: Add callbacks on enter/exit sleep

2020-05-29 Thread GitBox
kasjer commented on a change in pull request #2297: URL: https://github.com/apache/mynewt-core/pull/2297#discussion_r432276795 ## File path: hw/mcu/dialog/da1469x/src/da1469x_sleep.c ## @@ -110,4 +128,9 @@ da1469x_sleep(os_time_t ticks) __WFI(); } +void Review