commit | f42a8205e8c7a72e88528bd7a9ca13fd8631e975 | [log] [tgz] |
---|---|---|
author | Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no> | Fri Dec 13 03:27:54 2019 +0100 |
committer | David Brown <davidb@davidb.org> | Tue Mar 24 13:10:17 2020 -0600 |
tree | cec9cadc48e376eb5a2e2ae9a98dd17d013cefc0 | |
parent | fab12e052437a68487b647fcfba7069801657c1b [diff] |
serial_recovery: Replace CBOR decoding code with generated code - Add the cddl_gen repository as a submodule. - Add a CDDL description file for the serial recovery packets to be decoded. - Add generated code files and cddl_gen's CBOR library to CMakeList.txt for Zephyr. - Convert boot_serial.c to use the new code. - Add a bash script to (re)generate code files using cddl_gen.py. Serial recovery should work exactly as before, but the binary should be about 1k smaller. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This is mcuboot version 1.5.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 simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. 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.
Instructions for different operating systems can be found here:
The issues being planned and worked on are tracked using GitHub issues. To participate please visit:
Issues were previously tracked on MCUboot JIRA , but it is now deprecated.
Information and documentation on the bootloader are stored within the source.
It was previously also documented on confluence: MCUBoot Confluence however, it is now deprecated and not currently maintained
For more information in the source, here are some pointers:
Developers welcome!