[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2317: net/oic: Fail init if any interface fails

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

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #2317: net/oic: Fail init if any interface fails

2020-06-15 Thread GitBox
ccollins476ad opened a new pull request #2317: URL: https://github.com/apache/mynewt-core/pull/2317 oc_connectivity_init() would succeed if at least one interface was successfully initialized. This allowed interfaces to silently fail. This commit changes oc_connectivity_init() so

[GitHub] [mynewt-core] ccollins476ad merged pull request #2316: Fix NLIP receives

2020-06-15 Thread GitBox
ccollins476ad merged pull request #2316: URL: https://github.com/apache/mynewt-core/pull/2316 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[mynewt-core] branch master updated: util/scfg: Support for unsigned integer types

2020-06-15 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 92ca78c util/scfg: Support for unsigned

[GitHub] [mynewt-core] ccollins476ad merged pull request #2315: util/scfg: Support for unsigned integer types

2020-06-15 Thread GitBox
ccollins476ad merged pull request #2315: URL: https://github.com/apache/mynewt-core/pull/2315 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[mynewt-core] 03/04: base64: Fail on incomplete input

2020-06-15 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 commit fa773361fd420e6437e387a13f6ac58151e02bed Author: Christopher Collins AuthorDate: Sat Jun 13 10:47:08 2020 -0700

[mynewt-core] branch master updated (e6249ac -> 97d7fbe)

2020-06-15 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 e6249ac Merge pull request #2305 from nkaje/fix_typo_oicmgr_syscfg new 93a850c shell_nlip: trim

[mynewt-core] 02/04: base64: fix buffer overrun

2020-06-15 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 commit f1ce7cb5f55dfd78d91e850193e548b3d271eb13 Author: Christopher Collins AuthorDate: Fri Jun 12 23:10:59 2020 -0700

[mynewt-core] 04/04: base64: style fixes

2020-06-15 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 commit 97d7fbe8471674573897a32bfcbfd6a8f4fb9b2d Author: Christopher Collins AuthorDate: Sat Jun 13 11:06:05 2020 -0700

[mynewt-core] 01/04: shell_nlip: trim trailing '\n' on input lines

2020-06-15 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 commit 93a850c8c979c27bd2f512a6ff840664e10c6883 Author: Christopher Collins AuthorDate: Fri Jun 12 23:09:04 2020 -0700

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #773: nimble: [WIP] Eatt initial implementation

2020-06-15 Thread GitBox
apache-mynewt-bot removed a comment on pull request #773: URL: https://github.com/apache/mynewt-nimble/pull/773#issuecomment-644082761 ## 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 #773: nimble: [WIP] Eatt initial implementation

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

[GitHub] [mynewt-nimble] gonccalo opened a new issue #833: blecent compilation error

2020-06-15 Thread GitBox
gonccalo opened a new issue #833: URL: https://github.com/apache/mynewt-nimble/issues/833 When I try to compile the blecent app I get the following error: ``` Error: repos/apache-mynewt-nimble/nimble/host/src/ble_gap.c: In function 'ble_gap_slave_timer':

[GitHub] [mynewt-mcumgr] de-nordic commented on pull request #87: Zephyr: Fix CMake error with CONFIG_MCUMGR_CMD_LOG_MGMT=y

2020-06-15 Thread GitBox
de-nordic commented on pull request #87: URL: https://github.com/apache/mynewt-mcumgr/pull/87#issuecomment-644208335 @NZSmartie do you have Zephyr west.yaml update referencing this change? (example here: zephyrproject-rtos/zephyr#25711), so that it could be checked with zephyr CI?

[GitHub] [mynewt-mcumgr] mniestroj commented on pull request #82: cmd/img_mgmt/port/zephyr: suppress warnings with logging enabled

2020-06-15 Thread GitBox
mniestroj commented on pull request #82: URL: https://github.com/apache/mynewt-mcumgr/pull/82#issuecomment-644085413 > @mniestroj This patch is required if we use NEWLIB_LIBC. Maybe you should change the title accordingly. I've changed the PR title to be more generic. It seems that

[GitHub] [mynewt-mcumgr] mniestroj commented on pull request #82: cmd/img_mgmt/port/zephyr: suppress warnings when building for qemu and native_posix

2020-06-15 Thread GitBox
mniestroj commented on pull request #82: URL: https://github.com/apache/mynewt-mcumgr/pull/82#issuecomment-644083587 Here is Zephyr PR: https://github.com/zephyrproject-rtos/zephyr/pull/26184 This is an automated message

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #773: nimble: [WIP] Eatt initial implementation

2020-06-15 Thread GitBox
apache-mynewt-bot commented on pull request #773: URL: https://github.com/apache/mynewt-nimble/pull/773#issuecomment-644082761 ## 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 removed a comment on pull request #773: nimble: [WIP] Eatt initial implementation

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

[GitHub] [mynewt-mcumgr] adityaxavier commented on pull request #82: cmd/img_mgmt/port/zephyr: suppress warnings when building for qemu and native_posix

2020-06-15 Thread GitBox
adityaxavier commented on pull request #82: URL: https://github.com/apache/mynewt-mcumgr/pull/82#issuecomment-644074440 @mniestroj This patch is required if we use NEWLIB_LIBC. Maybe you should change the title accordingly.

[GitHub] [mynewt-mcumgr] de-nordic commented on pull request #82: cmd/img_mgmt/port/zephyr: suppress warnings when building for qemu and native_posix

2020-06-15 Thread GitBox
de-nordic commented on pull request #82: URL: https://github.com/apache/mynewt-mcumgr/pull/82#issuecomment-644073963 > > > @de-nordic No, I don't. Should I create one for each Zephyr related changes (such as now)? For each PR of module or dependent repo. This does two

[GitHub] [mynewt-nimble] apache-mynewt-bot removed a comment on pull request #773: nimble: [WIP] Eatt initial implementation

2020-06-15 Thread GitBox
apache-mynewt-bot removed a comment on pull request #773: URL: https://github.com/apache/mynewt-nimble/pull/773#issuecomment-600468484 ## 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 #773: nimble: [WIP] Eatt initial implementation

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

[GitHub] [mynewt-mcumgr] mniestroj commented on pull request #82: cmd/img_mgmt/port/zephyr: suppress warnings when building for qemu and native_posix

2020-06-15 Thread GitBox
mniestroj commented on pull request #82: URL: https://github.com/apache/mynewt-mcumgr/pull/82#issuecomment-644062547 @de-nordic No, I don't. Should I create one for each Zephyr related changes (such as now)? This is an

[GitHub] [mynewt-mcumgr] de-nordic commented on pull request #82: cmd/img_mgmt/port/zephyr: suppress warnings when building for qemu and native_posix

2020-06-15 Thread GitBox
de-nordic commented on pull request #82: URL: https://github.com/apache/mynewt-mcumgr/pull/82#issuecomment-644059069 @mniestroj do you have Zephyr west.yaml update referencing this change? (example here: https://github.com/zephyrproject-rtos/zephyr/pull/25711)