commit | 0d0652a10ff2cef288b7595e74a5a24c789c35c7 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Tue Apr 11 17:33:30 2017 -0600 |
committer | David Brown <david.brown@linaro.org> | Tue Apr 11 17:59:04 2017 -0600 |
tree | d4dc3d76f27de42c3f7c5d2e6800ba741f70cfa6 | |
parent | 83a3380884addec79d998707e639a0d44d4887e8 [diff] |
zephyr: use indentation consistent across mcuboot The original Zephyr platform support files use tabs for indentation (to match the Zephyr project). Since this code is all together, and will be used as the basis for other platforms, fix this indentation to match that used by the rest of mynewt. This change is clean with respect to "git show -b", and only changes the indentation of the beginning of lines.
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.
The MCUBoot project was originally taken from the Apache Mynewt operating system, which had secure boot and software upgrade functionality instrinsic to it. Currently development is heads down on a first release of MCUboot that works across both the Zephyr operating system and Apache Mynewt operating system.
For more information on what's being planned, and worked on, 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! To join in the discussion, please join the developer mailing list:
http://lists.runtime.co/mailman/listinfo/dev-mcuboot_lists.runtime.co