commit | 5f81b127e189fba93d8983e7e8b1a895ff82d14a | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Tue Oct 09 12:18:49 2018 +0200 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Tue Oct 09 12:45:09 2018 +0200 |
tree | 39f009acb9dab11226ea1439b21b3628efd21fd6 | |
parent | 178be54bd6e5f035cc60e98205535682acd26e64 [diff] |
zephyr: fix flash_area_read_is_empty Implementation of flash_area_read_is_empty introduced recently uses deprecated hal_flash_read API which caused build failure. This patch uses zephyr's native flash_area_read() API which solves the bug. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This is mcuboot, version 1.2.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 on Jira. To participate 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!