commit | cef4427d8dc349841ce6d077217a32c4aeda1146 | [log] [tgz] |
---|---|---|
author | Michael Scott <mike@foundries.io> | Fri Feb 01 11:12:15 2019 -0800 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Mon Feb 11 10:47:04 2019 +0100 |
tree | 7e1a8eae3e32f2d5bcb88ae78e76700709f3cc8c | |
parent | 419a47531bcd940c8a34437129443e9828fb2b01 [diff] |
zephyr: kconfig: replace LOG_INPLACE_PROCESS setting w/ LOG_IMMEDIATE Commit 1d9e5ee1 ("logging: Refactoring 'in place' mode to reduce memory footprint") changed the resource restrained version of LOGGER from LOG_INPLACE_PROCESS to LOG_IMMEDIATE. Signed-off-by: Michael Scott <mike@foundries.io> Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@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!