commit | 0daa36c99fed27db8739018b04484634767fadd4 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Tue Mar 07 12:08:27 2017 +0100 |
committer | David Brown <david.brown@linaro.org> | Wed Mar 29 12:58:40 2017 -0600 |
tree | f74226c9eef05a0526f32e0b1540651cb4decb58 | |
parent | fdd68a1041227999ef8375cc1da2ee3debeb8bad [diff] |
sim: Remove phantom declaration from CAreaDesc Although this contains a phantom pointer, because it is passed to C, this generates a warning on every compile. Until this is fixed, remove the lifetime declarations from the structures. The user will have to make sure that the pointed-to structures remain until the C structure is completed. For the common case of generating the C structures just to make a call, this should be safe.
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