[3/3] incubator-mynewt-newt git commit: This closes #34.

2017-01-30 Thread ccollins
This closes #34. Merge remote-tracking branch 'cwanda/MYNEWT-575' into develop * cwanda/MYNEWT-575: MYNEWT-575 Use camelCase for new variables Changed value_val and value_exist to valueVal and valueExist. MYNEWT-575 Checks for required "value" field. #comment Updated newt to print an error

[2/3] incubator-mynewt-newt git commit: MYNEWT-575 Checks for required "value" field. #comment Updated newt to print an error message and abort ahen a setting definition does not specify the required

2017-01-30 Thread ccollins
MYNEWT-575 Checks for required "value" field. #comment Updated newt to print an error message and abort ahen a setting definition does not specify the required "value" field. #close Updates newt to check that a setting definition has the required "value" field: 1) Checks the "value" key is

[1/3] incubator-mynewt-newt git commit: MYNEWT-575 Use camelCase for new variables Changed value_val and value_exist to valueVal and valueExist.

2017-01-30 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 4fc6247a1 -> 6620780a8 MYNEWT-575 Use camelCase for new variables Changed value_val and value_exist to valueVal and valueExist. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo Commit:

[1/2] incubator-mynewt-core git commit: License updates

2017-01-30 Thread vipulrahane
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 4609cd2eb -> f7f305404 License updates - Add missing license - Update paths and filenames to match recent changes in LICENSE file - Update rat-exludes accordingly Project:

[2/2] incubator-mynewt-core git commit: Add missing license

2017-01-30 Thread vipulrahane
Add missing license Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/ec2136f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ec2136f1 Diff:

[2/2] incubator-mynewt-core git commit: MYNEWT-559; MK64F12 - flash writes have to be aligned to 8 bytes. Also length of the write has to be a multiple of 8.

2017-01-30 Thread marko
MYNEWT-559; MK64F12 - flash writes have to be aligned to 8 bytes. Also length of the write has to be a multiple of 8. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/4609cd2e Tree:

[1/2] incubator-mynewt-core git commit: MK64F12; uart rx interrupts now deliver data.

2017-01-30 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop c98ff85f7 -> 4609cd2eb MK64F12; uart rx interrupts now deliver data. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

incubator-mynewt-core git commit: frdm-k64f; pyocd-flashtool needs "bin" to download images.

2017-01-30 Thread marko
Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 876af601d -> c98ff85f7 frdm-k64f; pyocd-flashtool needs "bin" to download images. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit:

[2/4] incubator-mynewt-newt git commit: newt: Prepare support for header skipping

2017-01-30 Thread ccollins
newt: Prepare support for header skipping In preparation for a tool to sign Zephyr images, add support for Zephyr-style headers. When Zephyr is configured to allow space for the image header (CONFIG_TEXT_OFFSET), it's build system emits a binary with zeros padded out for this header space. To

[1/4] incubator-mynewt-newt git commit: newt: image: Handle ecdsa keys from openssl

2017-01-30 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop b0a50a688 -> 4fc6247a1 newt: image: Handle ecdsa keys from openssl Openssl sometimes prepends an "EC PARAMETERS" block to the PEM format for EC private keys. Allow this key to still be used by detecting this block, and

[3/4] incubator-mynewt-newt git commit: newt: Prepare support for header padding

2017-01-30 Thread ccollins
newt: Prepare support for header padding Since Zephyr is able to use the vector table directly out of flash, and some MCUs have requirements on the alignment of this header, add a `HeaderSize` value to the `Image` struct. If this is set to a value larger than the `IMAGE_HEADER_SIZE`, padding

[4/4] incubator-mynewt-newt git commit: This closes #33.

2017-01-30 Thread ccollins
This closes #33. Merge remote-tracking branch 'd3zd3z/zephyr' into develop * d3zd3z/zephyr: newt: Prepare support for header padding newt: Prepare support for header skipping newt: image: Handle ecdsa keys from openssl Project:

incubator-mynewt-newt git commit: MYNEWT-577 newt - Windows paths broken again

2017-01-30 Thread ccollins
Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop b50f18caf -> b0a50a688 MYNEWT-577 newt - Windows paths broken again We were stripping the wrong base path from each source path. I am not sure why this only caused problems in Windows. I would have expected this bug to