commit | 0717552dfb46910897477db058effe322b5d6747 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Mon Mar 11 15:47:28 2019 +0100 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Mar 12 07:09:35 2019 -0300 |
tree | 4ba8dc69f67edb4d5f2fb062e5f6e985c42103ec | |
parent | e2747487df952ec69e6d7c8050b62f1da74fe8ef [diff] |
zephyr: cmake: Don't declare the deprecated macro set_conf_file The pattern that 'set_conf_file' has been added to the Zephyr build system, so it is not necesary for the application build script to implement it. Also, the macro has been deprecated, so it should not be used. This change is a pure refactoring. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This is mcuboot, version 1.3.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.
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!