commit | 614c4e54a060ed490f56c2974d4389277cb93932 | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Thu Oct 19 17:34:54 2017 +0200 |
committer | David Brown <davidb@davidb.org> | Wed Dec 06 16:11:10 2017 -0700 |
tree | 1070f6dfb19ada49802518c5a057838ef1536201 | |
parent | 217c4e06e1d6805d887f7222bb37c311acd97b5a [diff] |
Add cboorattr library for zephyr The library is needed for support mcuboot serial recovery interface. This library wraps the tinycbor decoder with a attribute based decoder suitable for decoding a binary version of json. Origin: apache Mynewt License: Apache-2.0 URL: https://github.com/apache/mynewt-core/tree/master/encoding/cborattr commit: bf4b3f6f4cf293fc5a71d7787d5b81555434b6f8 Maintained-by: External f. cbor_read_mbuf_attrs was removed as it was Mynewt specific. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This is mcuboot, version 1.0.0
MCUBoot is a secure bootloader for 32-bit MCUs. The goal of MCUBoot is to define a common infrastructure for the bootloader, system flash layout on microcontroller systems, and to provide a secure bootloader that enables easy software upgrade.
MCUboot is operating system and hardware independent, and relies on hardware porting layers from the operating system it works with. Currently mcuboot works with both the Apache Mynewt, and Zephyr operating systems, but more ports are planned in the future. RIOT is currently supported as a boot target with a complete port planned.
The issues being planned and worked on are tracked on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!