[GitHub] JoeHut opened a new pull request #4: Readme.md: Link OS-specific documentation

2018-06-04 Thread GitBox
JoeHut opened a new pull request #4: Readme.md: Link OS-specific documentation URL: https://github.com/apache/mynewt-mcumgr/pull/4 Link the names of the OS-specific documentation for Mynewt and Zephyr in the Readme files. Signed-off-by: Johannes Hutter

[GitHub] Olivier-ProGlove opened a new pull request #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer

2018-06-29 Thread GitBox
Olivier-ProGlove opened a new pull request #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer URL: https://github.com/apache/mynewt-mcumgr/pull/5 _cbor_value_copy_string() (invoked by cbor_read_object()) adds a null-character to the byte string. Not adding this additional byte

[GitHub] carlescufi commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer

2018-06-29 Thread GitBox
carlescufi commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer URL: https://github.com/apache/mynewt-mcumgr/pull/5#issuecomment-401405021 @ccollins476ad can you please review? thanks! This is an

[GitHub] calumljohnston opened a new issue #1: Error: errno 0 when running cross-compiled executable on Yocto ARM system

2018-06-26 Thread GitBox
calumljohnston opened a new issue #1: Error: errno 0 when running cross-compiled executable on Yocto ARM system URL: https://github.com/apache/mynewt-mcumgr-cli/issues/1 When trying to run the command: `root@02c00081527f2ae6:~# ./mcumgr -c serial1 image list` The only output is

[GitHub] ccollins476ad commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer

2018-07-02 Thread GitBox
ccollins476ad commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer URL: https://github.com/apache/mynewt-mcumgr/pull/5#issuecomment-401909191 Thanks, Olivier. This looks like a good workaround for the buffer overrun. The real bug seems to be in the TinyCbor

[GitHub] ccollins476ad closed pull request #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer

2018-07-02 Thread GitBox
ccollins476ad closed pull request #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer URL: https://github.com/apache/mynewt-mcumgr/pull/5 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] carlescufi commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer

2018-07-02 Thread GitBox
carlescufi commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer URL: https://github.com/apache/mynewt-mcumgr/pull/5#issuecomment-401910216 @ccollins476ad I don’t have merge rights on this repo. Mind merging this yourself? Thanks!

[GitHub] carlescufi commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer

2018-07-02 Thread GitBox
carlescufi commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer URL: https://github.com/apache/mynewt-mcumgr/pull/5#issuecomment-401910386 Cc @mariuszskamra @sjanc This is an automated message from

[GitHub] carlescufi commented on issue #4: Readme.md: Link OS-specific documentation

2018-07-03 Thread GitBox
carlescufi commented on issue #4: Readme.md: Link OS-specific documentation URL: https://github.com/apache/mynewt-mcumgr/pull/4#issuecomment-402069439 CC @ccollins476ad. This looks good, can you merge this? This is an

[GitHub] carlescufi commented on issue #3: Unable to compile sample on zephyr 1.11

2018-07-03 Thread GitBox
carlescufi commented on issue #3: Unable to compile sample on zephyr 1.11 URL: https://github.com/apache/mynewt-mcumgr/issues/3#issuecomment-402069628 @ccollins476ad this seems to be obsolete, mind closing it? This is an

[GitHub] carlescufi opened a new issue #6: BLE reassembly support

2018-07-03 Thread GitBox
carlescufi opened a new issue #6: BLE reassembly support URL: https://github.com/apache/mynewt-mcumgr/issues/6 The BLE transport supports segmentation (i.e. splitting SMP reponses into multiple ATT_MTU-sized notifications) but not reassembly (i.e. reassembling SMP requests that have been

[GitHub] carlescufi commented on issue #2: Image upload broken on Windows

2018-07-03 Thread GitBox
carlescufi commented on issue #2: Image upload broken on Windows URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402132372 I wonder what `Error 3` means? This is an automated message from the Apache Git

[GitHub] carlescufi commented on issue #2: Image upload broken on Windows

2018-07-03 Thread GitBox
carlescufi commented on issue #2: Image upload broken on Windows URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402132221 CC @ccollins476ad @utzig @sjanc @lemrey This is an automated message from the

[GitHub] carlescufi opened a new issue #2: Image upload broken on Windows

2018-07-03 Thread GitBox
carlescufi opened a new issue #2: Image upload broken on Windows URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2 Running `mcumgr` on Windows with the following settings: ``` C:\Users\Carles\go\bin>mcumgr conn show com3 Connection profiles: com3: type=serial,

[GitHub] carlescufi commented on issue #1: Error: errno 0 when running cross-compiled executable on Yocto ARM system

2018-07-03 Thread GitBox
carlescufi commented on issue #1: Error: errno 0 when running cross-compiled executable on Yocto ARM system URL: https://github.com/apache/mynewt-mcumgr-cli/issues/1#issuecomment-402131783 CC @ccollins476ad @utzig This is

[GitHub] carlescufi commented on issue #2: Image upload broken on Windows

2018-07-03 Thread GitBox
carlescufi commented on issue #2: Image upload broken on Windows URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402137495 @utzig thanks! I now realize I get this error on Linux as well after updating `mcumgr`, so this is not a Windows issue. Here's the log:

[GitHub] carlescufi commented on issue #2: Image upload broken on Windows

2018-07-03 Thread GitBox
carlescufi commented on issue #2: Image upload broken on Windows URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402133202 @ccollins476ad I would report the exact mcumgr version, but it simply shows: ``` C:\Users\Carles\go\bin>mcumgr version mcumgr

[GitHub] carlescufi commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer

2018-07-03 Thread GitBox
carlescufi commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer URL: https://github.com/apache/mynewt-mcumgr/pull/5#issuecomment-402118844 @Olivier-ProGlove @JoeHut will you send a PR to Zephyr to update with this version?

[GitHub] carlescufi commented on issue #6: BLE reassembly support

2018-07-03 Thread GitBox
carlescufi commented on issue #6: BLE reassembly support URL: https://github.com/apache/mynewt-mcumgr/issues/6#issuecomment-402130885 Note that this is required for interaction with Android phones version 5 and below, since they don't support big ATT_MTUs (I am told by @philips77)

[GitHub] utzig closed pull request #4: Readme.md: Link OS-specific documentation

2018-07-03 Thread GitBox
utzig closed pull request #4: Readme.md: Link OS-specific documentation URL: https://github.com/apache/mynewt-mcumgr/pull/4 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] JoeHut commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer

2018-07-03 Thread GitBox
JoeHut commented on issue #5: cmd: img_mgmt: Add an extra byte to the 'hash' buffer URL: https://github.com/apache/mynewt-mcumgr/pull/5#issuecomment-402156773 @carlescufi Sure. This is an automated message from the Apache

[GitHub] carlescufi opened a new pull request #7: Upstream of Zephyr downstream modifications

2018-07-03 Thread GitBox
carlescufi opened a new pull request #7: Upstream of Zephyr downstream modifications URL: https://github.com/apache/mynewt-mcumgr/pull/7 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] carlescufi commented on issue #7: Upstream of Zephyr downstream modifications

2018-07-03 Thread GitBox
carlescufi commented on issue #7: Upstream of Zephyr downstream modifications URL: https://github.com/apache/mynewt-mcumgr/pull/7#issuecomment-402194450 CC @utzig @ccollins476ad @JoeHut This is an automated message from the

[GitHub] turon opened a new pull request #4: [linux] initial port and osal additions.

2018-01-18 Thread GitBox
turon opened a new pull request #4: [linux] initial port and osal additions. URL: https://github.com/apache/mynewt-nimble/pull/4 - Created linux port of os_task, os_sem, os_mutex, os_callout, os_eventq, etc. - Added unit tests for osal. - Mods to support pointer alignment on 64-bit

[GitHub] turon closed pull request #2: Revert incomplete 64-bit mempool support.

2018-01-18 Thread GitBox
turon closed pull request #2: Revert incomplete 64-bit mempool support. URL: https://github.com/apache/mynewt-nimble/pull/2 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] vrahane closed pull request #1: Readme.md: Fix bad links in file README.md

2018-02-09 Thread GitBox
vrahane closed pull request #1: Readme.md: Fix bad links in file README.md URL: https://github.com/apache/mynewt-mcumgr/pull/1 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] carlescufi commented on issue #2: Image upload broken

2018-07-04 Thread GitBox
carlescufi commented on issue #2: Image upload broken URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402391252 CC @andrzej-kaczmarek This is an automated message from the Apache Git Service. To

[GitHub] carlescufi commented on issue #2: Image upload broken

2018-07-04 Thread GitBox
carlescufi commented on issue #2: Image upload broken URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402391354 Latest log with today's mcumgr: [log.txt](https://github.com/apache/mynewt-mcumgr-cli/files/2162238/log.txt)

[GitHub] carlescufi edited a comment on issue #2: Image upload broken

2018-07-04 Thread GitBox
carlescufi edited a comment on issue #2: Image upload broken URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402391354 The PR above ( apache/mynewt-newtmgr#92) does not fix this. Latest log with today's mcumgr:

[GitHub] andrzej-kaczmarek closed issue #2: Image upload broken

2018-07-04 Thread GitBox
andrzej-kaczmarek closed issue #2: Image upload broken URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] utzig closed pull request #7: Upstreaming of Zephyr downstream modifications

2018-07-03 Thread GitBox
utzig closed pull request #7: Upstreaming of Zephyr downstream modifications URL: https://github.com/apache/mynewt-mcumgr/pull/7 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] JoeHut commented on issue #7: Upstreaming of Zephyr downstream modifications

2018-07-03 Thread GitBox
JoeHut commented on issue #7: Upstreaming of Zephyr downstream modifications URL: https://github.com/apache/mynewt-mcumgr/pull/7#issuecomment-402200028 Looks like that is everything :+1: ``` $ diff -r mynewt-mcumgr zephyr/ext/lib/mgmt/mcumgr Only in mynewt-mcumgr/cborattr:

[GitHub] carlescufi commented on issue #2: Image upload broken on Windows

2018-07-03 Thread GitBox
carlescufi commented on issue #2: Image upload broken on Windows URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402196482 Not sure if this is an MCUmgr or MCUboot issue actually. For now I will keep it here, but there is something definitely broken. @sjanc could you

[GitHub] ccollins476ad commented on issue #2: Image upload broken

2018-07-03 Thread GitBox
ccollins476ad commented on issue #2: Image upload broken URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402248195 The fix to newtmgr will be automatically included in mcumgr. By the way, the fix was just merged to the newtmgr repo.

[GitHub] ccollins476ad closed issue #3: Unable to compile sample on zephyr 1.11

2018-07-03 Thread GitBox
ccollins476ad closed issue #3: Unable to compile sample on zephyr 1.11 URL: https://github.com/apache/mynewt-mcumgr/issues/3 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] carlescufi commented on issue #7: Upstreaming of Zephyr downstream modifications

2018-07-03 Thread GitBox
carlescufi commented on issue #7: Upstreaming of Zephyr downstream modifications URL: https://github.com/apache/mynewt-mcumgr/pull/7#issuecomment-402234451 @utzig thanks! This is an automated message from the Apache Git

[GitHub] ccollins476ad commented on issue #2: Image upload broken on Windows

2018-07-03 Thread GitBox
ccollins476ad commented on issue #2: Image upload broken on Windows URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402198760 I believe this is an issue that was recently introduced into newtmgr (and therefore mcumgr-cli). The problem is that the CLI tool recently

[GitHub] carlescufi commented on issue #2: Image upload broken

2018-07-03 Thread GitBox
carlescufi commented on issue #2: Image upload broken URL: https://github.com/apache/mynewt-mcumgr-cli/issues/2#issuecomment-402202003 @ccollins476ad thanks for the info. We'll wait until that PR is merged to close this.

[GitHub] mkiiskila closed pull request #1: [osal] Minor fixes to the os abstraction porting layer.

2018-01-12 Thread GitBox
mkiiskila closed pull request #1: [osal] Minor fixes to the os abstraction porting layer. URL: https://github.com/apache/mynewt-nimble/pull/1 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] sreenathreddykonda opened a new pull request #5: Freertos port

2018-01-18 Thread GitBox
sreenathreddykonda opened a new pull request #5: Freertos port URL: https://github.com/apache/mynewt-nimble/pull/5 Looking FreeRTOS ported NIMBLE This is an automated message from the Apache Git Service. To respond to the

[GitHub] sreenathreddykonda closed pull request #5: Freertos port

2018-01-18 Thread GitBox
sreenathreddykonda closed pull request #5: Freertos port URL: https://github.com/apache/mynewt-nimble/pull/5 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] nvlsianpu commented on issue #2: Fix imgmgr to follow flash write alignment

2018-04-05 Thread GitBox
nvlsianpu commented on issue #2: Fix imgmgr to follow flash write alignment URL: https://github.com/apache/mynewt-mcumgr/issues/2#issuecomment-378901986 @utzig @ccollins476ad This is an automated message from the Apache Git

[GitHub] nvlsianpu opened a new issue #2: Fix imgmgr to follow flash write alignment

2018-04-05 Thread GitBox
nvlsianpu opened a new issue #2: Fix imgmgr to follow flash write alignment URL: https://github.com/apache/mynewt-mcumgr/issues/2 Replay bugfix https://github.com/apache/mynewt-core/pull/963 to cmd/img_mgmt/src/img_mgmt.c function `static int img_mgmt_upload(struct mgmt_ctxt *ctxt)`

[GitHub] yatishmishra opened a new issue #3: Unable to compile sample on zephyr 1.11

2018-04-13 Thread GitBox
yatishmishra opened a new issue #3: Unable to compile sample on zephyr 1.11 URL: https://github.com/apache/mynewt-mcumgr/issues/3 Hi I am using zephyr 1.11 and trying to compile the sample code. I am getting following errors FAILED: ccache

[GitHub] rymanluk opened a new pull request #8: [RFC] nimble/mesh: Add possibility to use extended advertising

2018-03-19 Thread GitBox
rymanluk opened a new pull request #8: [RFC] nimble/mesh: Add possibility to use extended advertising URL: https://github.com/apache/mynewt-nimble/pull/8 With this patch Mesh can make use of multi instances which came with advertising extension. It creates one advertising instance for

[GitHub] michal-narajowski opened a new pull request #11: mesh: Add example implementation of generic onoff and level models

2018-03-20 Thread GitBox
michal-narajowski opened a new pull request #11: mesh: Add example implementation of generic onoff and level models URL: https://github.com/apache/mynewt-nimble/pull/11 This patch adds simple implementation of these two models with support for both client and server. There is also an

[GitHub] sterlinghughes commented on issue #4: [linux] initial port and osal additions.

2018-03-22 Thread GitBox
sterlinghughes commented on issue #4: [linux] initial port and osal additions. URL: https://github.com/apache/mynewt-nimble/pull/4#issuecomment-375367695 @andrzej-kaczmarek are we good to merge this? This is an automated

[GitHub] simonratner commented on a change in pull request #9: nimble/ll: Do not use sec_txdone for legacy adv

2018-03-19 Thread GitBox
simonratner commented on a change in pull request #9: nimble/ll: Do not use sec_txdone for legacy adv URL: https://github.com/apache/mynewt-nimble/pull/9#discussion_r175498964 ## File path: nimble/controller/src/ble_ll_adv.c ## @@ -1323,7 +1323,9 @@ ble_ll_adv_halt(void)

[GitHub] rymanluk commented on a change in pull request #11: mesh: Add example implementation of generic onoff and level models

2018-03-21 Thread GitBox
rymanluk commented on a change in pull request #11: mesh: Add example implementation of generic onoff and level models URL: https://github.com/apache/mynewt-nimble/pull/11#discussion_r176059882 ## File path: nimble/host/mesh/src/light_model.h ## @@ -0,0 +1,25 @@ +/* + *

[GitHub] sdalu opened a new pull request #12: ble service: Device Information Service

2018-03-21 Thread GitBox
sdalu opened a new pull request #12: ble service: Device Information Service URL: https://github.com/apache/mynewt-nimble/pull/12 See: https://github.com/apache/mynewt-core/pull/901 This is an automated message from the

[GitHub] [mynewt-imgmod] ccollins476ad opened a new pull request #2: Distinguish partial {en|de}crypt from full

2019-05-29 Thread GitBox
ccollins476ad opened a new pull request #2: Distinguish partial {en|de}crypt from full URL: https://github.com/apache/mynewt-imgmod/pull/2 When we calculate a build's SHA256, we provide two inputs to the hash function: 1. Image header 2. Unencrypted image body The image

[GitHub] [mynewt-imgmod] ccollins476ad merged pull request #2: Distinguish partial {en|de}crypt from full

2019-06-10 Thread GitBox
ccollins476ad merged pull request #2: Distinguish partial {en|de}crypt from full URL: https://github.com/apache/mynewt-imgmod/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [mynewt-artifact] ccollins476ad opened a new pull request #1: [DO NOT MERGE] Verify

2019-06-21 Thread GitBox
ccollins476ad opened a new pull request #1: [DO NOT MERGE] Verify URL: https://github.com/apache/mynewt-artifact/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-artifact] ccollins476ad merged pull request #1: Add "verify" functionality

2019-06-21 Thread GitBox
ccollins476ad merged pull request #1: Add "verify" functionality URL: https://github.com/apache/mynewt-artifact/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-imgmod] ccollins476ad opened a new pull request #1: Set / clear "encrypt" flag in image header

2019-05-10 Thread GitBox
ccollins476ad opened a new pull request #1: Set / clear "encrypt" flag in image header URL: https://github.com/apache/mynewt-imgmod/pull/1 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-imgmod] ccollins476ad merged pull request #1: Set / clear "encrypt" flag in image header

2019-05-10 Thread GitBox
ccollins476ad merged pull request #1: Set / clear "encrypt" flag in image header URL: https://github.com/apache/mynewt-imgmod/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [mynewt-imgmod] utzig commented on issue #1: Set / clear "encrypt" flag in image header

2019-05-10 Thread GitBox
utzig commented on issue #1: Set / clear "encrypt" flag in image header URL: https://github.com/apache/mynewt-imgmod/pull/1#issuecomment-491438909 Yes, LGTM This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-artifact] ccollins476ad merged pull request #3: Add support for ed25519 encrypted signing keys

2019-06-27 Thread GitBox
ccollins476ad merged pull request #3: Add support for ed25519 encrypted signing keys URL: https://github.com/apache/mynewt-artifact/pull/3 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-artifact] ccollins476ad commented on a change in pull request #2: Support verification of encrypted images

2019-06-27 Thread GitBox
ccollins476ad commented on a change in pull request #2: Support verification of encrypted images URL: https://github.com/apache/mynewt-artifact/pull/2#discussion_r298257906 ## File path: image/create.go ## @@ -38,7 +38,7 @@ import ( type ImageCreator struct {

[GitHub] [mynewt-artifact] utzig commented on a change in pull request #2: Support verification of encrypted images

2019-06-26 Thread GitBox
utzig commented on a change in pull request #2: Support verification of encrypted images URL: https://github.com/apache/mynewt-artifact/pull/2#discussion_r297642260 ## File path: image/create.go ## @@ -38,7 +38,7 @@ import ( type ImageCreator struct { Body

[GitHub] [mynewt-imgmod] ccollins476ad opened a new pull request #3: Use external artifact package

2019-06-27 Thread GitBox
ccollins476ad opened a new pull request #3: Use external artifact package URL: https://github.com/apache/mynewt-imgmod/pull/3 The artifact package has been moved out of the newt repo and into its own repo (github.com/apache/mynewt-artifact). Use this external package rather than the

[GitHub] [mynewt-artifact] ccollins476ad commented on a change in pull request #2: Support verification of encrypted images

2019-06-26 Thread GitBox
ccollins476ad commented on a change in pull request #2: Support verification of encrypted images URL: https://github.com/apache/mynewt-artifact/pull/2#discussion_r297778632 ## File path: image/create.go ## @@ -38,7 +38,7 @@ import ( type ImageCreator struct {

[GitHub] [mynewt-artifact] utzig commented on a change in pull request #2: Support verification of encrypted images

2019-06-26 Thread GitBox
utzig commented on a change in pull request #2: Support verification of encrypted images URL: https://github.com/apache/mynewt-artifact/pull/2#discussion_r297782191 ## File path: image/create.go ## @@ -38,7 +38,7 @@ import ( type ImageCreator struct { Body

[GitHub] [mynewt-artifact] ccollins476ad merged pull request #2: Support verification of encrypted images

2019-06-26 Thread GitBox
ccollins476ad merged pull request #2: Support verification of encrypted images URL: https://github.com/apache/mynewt-artifact/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [mynewt-artifact] utzig commented on a change in pull request #2: Support verification of encrypted images

2019-06-26 Thread GitBox
utzig commented on a change in pull request #2: Support verification of encrypted images URL: https://github.com/apache/mynewt-artifact/pull/2#discussion_r297795938 ## File path: sec/sign.go ## @@ -0,0 +1,259 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [mynewt-artifact] ccollins476ad commented on a change in pull request #2: Support verification of encrypted images

2019-06-26 Thread GitBox
ccollins476ad commented on a change in pull request #2: Support verification of encrypted images URL: https://github.com/apache/mynewt-artifact/pull/2#discussion_r297802197 ## File path: sec/sign.go ## @@ -0,0 +1,259 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] [mynewt-imgmod] ccollins476ad merged pull request #3: Use external artifact package

2019-06-28 Thread GitBox
ccollins476ad merged pull request #3: Use external artifact package URL: https://github.com/apache/mynewt-imgmod/pull/3 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-documentation] ccollins476ad opened a new pull request #96: ble bare bones tutorial: Add missing #include

2020-05-09 Thread GitBox
ccollins476ad opened a new pull request #96: URL: https://github.com/apache/mynewt-documentation/pull/96 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [mynewt-documentation] vrahane commented on pull request #96: ble bare bones tutorial: Add missing #include

2020-05-09 Thread GitBox
vrahane commented on pull request #96: URL: https://github.com/apache/mynewt-documentation/pull/96#issuecomment-626272816 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [mynewt-documentation] sjanc merged pull request #101: Update add_newtmgr.rst

2020-10-09 Thread GitBox
sjanc merged pull request #101: URL: https://github.com/apache/mynewt-documentation/pull/101 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

[GitHub] [mynewt-documentation] rafacouto opened a new pull request #101: Update add_newtmgr.rst

2020-10-01 Thread GitBox
rafacouto opened a new pull request #101: URL: https://github.com/apache/mynewt-documentation/pull/101 Package dependencies updated to v1.8.0. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-documentation] caspermeijn opened a new pull request #97: Add rust blinky conversion tutorial

2020-06-02 Thread GitBox
caspermeijn opened a new pull request #97: URL: https://github.com/apache/mynewt-documentation/pull/97 This adds tutorial about converting the Blinky application to Rust. I see this as the beginning of a series of articles about Rust and Mynewt.

[GitHub] [mynewt-documentation] caspermeijn commented on pull request #98: Add more rust target explanations

2020-06-21 Thread GitBox
caspermeijn commented on pull request #98: URL: https://github.com/apache/mynewt-documentation/pull/98#issuecomment-647102915 LGTM This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [mynewt-documentation] caspermeijn commented on pull request #99: nRF tutorials: fix table formatting, and syntax errors in interim examples

2020-06-21 Thread GitBox
caspermeijn commented on pull request #99: URL: https://github.com/apache/mynewt-documentation/pull/99#issuecomment-647102748 LGTM Please note the you can simplify the the emphasize by using `:emphasize-lines: 1-17,24`

[GitHub] [mynewt-documentation] micolous opened a new pull request #99: Fix table formatting and typos in interim examples for nRF

2020-06-20 Thread GitBox
micolous opened a new pull request #99: URL: https://github.com/apache/mynewt-documentation/pull/99 At present, there's broken spacing because of the excessive wrapping on this table:

[GitHub] [mynewt-documentation] utzig commented on pull request #98: Add more rust target explanations

2020-06-04 Thread GitBox
utzig commented on pull request #98: URL: https://github.com/apache/mynewt-documentation/pull/98#issuecomment-638981202 /cc @caspermeijn This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-documentation] utzig opened a new pull request #98: Add more rust target explanations

2020-06-04 Thread GitBox
utzig opened a new pull request #98: URL: https://github.com/apache/mynewt-documentation/pull/98 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-documentation] caspermeijn commented on pull request #98: Add more rust target explanations

2020-06-08 Thread GitBox
caspermeijn commented on pull request #98: URL: https://github.com/apache/mynewt-documentation/pull/98#issuecomment-640436453 Why did you change the TARGET variable? Did you test that value? It doesn't seem to build for me, but I could do something wrong. If you do want to change it,

[GitHub] [mynewt-documentation] caspermeijn commented on pull request #98: Add more rust target explanations

2020-06-09 Thread GitBox
caspermeijn commented on pull request #98: URL: https://github.com/apache/mynewt-documentation/pull/98#issuecomment-641036846 Yes, that was what I was looking for! Now only the `emphasize-lines` needs an update. Well, my idea was to keep the tutorial as a simplified explanation of

[GitHub] [mynewt-documentation] utzig commented on pull request #98: Add more rust target explanations

2020-06-09 Thread GitBox
utzig commented on pull request #98: URL: https://github.com/apache/mynewt-documentation/pull/98#issuecomment-640906930 > Why did you change the TARGET variable? Did you test that value? It doesn't seem to build for me, but I could do something wrong. I had tested it on another MCU

[GitHub] [mynewt-documentation] utzig commented on a change in pull request #97: Add rust blinky conversion tutorial

2020-06-03 Thread GitBox
utzig commented on a change in pull request #97: URL: https://github.com/apache/mynewt-documentation/pull/97#discussion_r434937287 ## File path: docs/tutorials/other/rust.rst ## @@ -0,0 +1,275 @@ +.. + # + # Copyright 2020 Casper Meijn + # + # Licensed under the Apache

[GitHub] [mynewt-documentation] utzig merged pull request #97: Add rust blinky conversion tutorial

2020-06-03 Thread GitBox
utzig merged pull request #97: URL: https://github.com/apache/mynewt-documentation/pull/97 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

[GitHub] [mynewt-documentation] utzig merged pull request #98: Add more rust target explanations

2020-07-19 Thread GitBox
utzig merged pull request #98: URL: https://github.com/apache/mynewt-documentation/pull/98 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

[GitHub] [mynewt-documentation] mikevoyt opened a new pull request #100: Use the nordic_pca10040 BSP

2020-07-16 Thread GitBox
mikevoyt opened a new pull request #100: URL: https://github.com/apache/mynewt-documentation/pull/100 nrf52dk is no longer the correct BSP for the nRF52 board This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-documentation] utzig merged pull request #100: Use the nordic_pca10040 BSP

2020-07-16 Thread GitBox
utzig merged pull request #100: URL: https://github.com/apache/mynewt-documentation/pull/100 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

[GitHub] [mynewt-documentation] utzig merged pull request #99: nRF tutorials: fix table formatting, and syntax errors in interim examples

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

[GitHub] [mynewt-documentation] utzig opened a new pull request #103: Update banner release and add 1.8.0 to chooser

2020-12-08 Thread GitBox
utzig opened a new pull request #103: URL: https://github.com/apache/mynewt-documentation/pull/103 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-documentation] caspermeijn commented on issue #102: What exatcly does the "latest" option refer to?

2020-11-24 Thread GitBox
caspermeijn commented on issue #102: URL: https://github.com/apache/mynewt-documentation/issues/102#issuecomment-733204004 I am not sure what you mean with version dropdown. At https://mynewt.apache.org/documentation/ I see a link to the v1.8.0 of the documentation. I believe that

[GitHub] [mynewt-documentation] EPNW commented on issue #102: What exatcly does the "latest" option refer to?

2020-11-24 Thread GitBox
EPNW commented on issue #102: URL: https://github.com/apache/mynewt-documentation/issues/102#issuecomment-733532063 I'm not sure about this: Once you select "1.8.0" on the page you mention and inspect the version dropdown on the page you land on, there is no entry for "1.8.0", only

[GitHub] [mynewt-documentation] caspermeijn commented on issue #102: What exatcly does the "latest" option refer to?

2020-12-09 Thread GitBox
caspermeijn commented on issue #102: URL: https://github.com/apache/mynewt-documentation/issues/102#issuecomment-742030060 You are right, the dropdown was not updated. This will be fixed by https://github.com/apache/mynewt-documentation/pull/103 So latest is the master branch of

[GitHub] [mynewt-documentation] caspermeijn commented on pull request #103: Update banner release and add 1.8.0 to chooser

2020-12-09 Thread GitBox
caspermeijn commented on pull request #103: URL: https://github.com/apache/mynewt-documentation/pull/103#issuecomment-742027355 LGTM This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [mynewt-documentation] utzig merged pull request #103: Update banner release and add 1.8.0 to chooser

2020-12-09 Thread GitBox
utzig merged pull request #103: URL: https://github.com/apache/mynewt-documentation/pull/103 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

[GitHub] [mynewt-documentation] utzig commented on issue #102: What exatcly does the "latest" option refer to?

2020-12-10 Thread GitBox
utzig commented on issue #102: URL: https://github.com/apache/mynewt-documentation/issues/102#issuecomment-742398657 The reported issues were fixed for the moment being, now there is "1.8.0" and "latest". It happened due to Apache moving its build infrastructure to new servers, which

[GitHub] [mynewt-documentation] utzig closed issue #102: What exatcly does the "latest" option refer to?

2020-12-10 Thread GitBox
utzig closed issue #102: URL: https://github.com/apache/mynewt-documentation/issues/102 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

[GitHub] [mynewt-documentation] EPNW opened a new issue #102: What exatcly does the "latest" option refer to?

2020-11-23 Thread GitBox
EPNW opened a new issue #102: URL: https://github.com/apache/mynewt-documentation/issues/102 I was about to cite [HAL page of the manual](https://mynewt.apache.org/latest/os/modules/hal/hal.html) in an essay. For this, I need to be able to exactly describe the version I'm refereing to.

[GitHub] [mynewt-documentation] KKopyscinski opened a new pull request #104: native_install: update macOS "Installing GCC/libc"

2021-01-14 Thread GitBox
KKopyscinski opened a new pull request #104: URL: https://github.com/apache/mynewt-documentation/pull/104 Mynewt Core accommodated clang as default compiler for macOS systems, as gcc-5 was old and not supported on newer macOS versions. Still, gcc might be installed and used, but it's

[GitHub] [mynewt-documentation] KKopyscinski merged pull request #104: native_install: update macOS "Installing GCC/libc"

2021-05-24 Thread GitBox
KKopyscinski merged pull request #104: URL: https://github.com/apache/mynewt-documentation/pull/104 -- 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

[GitHub] [mynewt-documentation] KKopyscinski commented on issue #79: Unable to build BLE Eddystone project

2021-05-27 Thread GitBox
KKopyscinski commented on issue #79: URL: https://github.com/apache/mynewt-documentation/issues/79#issuecomment-849377258 fixed by https://github.com/apache/mynewt-documentation/commit/955f9d3d2f7b078d4cf2a654c3c3416e67f77f70 -- This is an automated message from the Apache Git Service.

[GitHub] [mynewt-documentation] KKopyscinski closed issue #79: Unable to build BLE Eddystone project

2021-05-27 Thread GitBox
KKopyscinski closed issue #79: URL: https://github.com/apache/mynewt-documentation/issues/79 -- 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

[GitHub] [mynewt-documentation] mkasenberg opened a new pull request #106: native_install: Update link to toolchain for Windows

2021-07-07 Thread GitBox
mkasenberg opened a new pull request #106: URL: https://github.com/apache/mynewt-documentation/pull/106 This fixes error that occurred on Windows at newt create-image command: Error: arm-none-eabi-objcopy [..]pache-mynewt-nimble/apps/bttester/bttester.hex 64-bit address

  1   2   >