commit | aa041a282d01eca2d427d9bb95ae9aecd9d2aa66 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard@teslabs.com> | Fri Mar 25 12:22:29 2022 +0100 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Mon Mar 28 10:47:22 2022 +0200 |
tree | c7f13e14874f1943be10f5b0674d9c80fed7f4a0 | |
parent | a1d641d59e51c4c6230dba61d26d881a29c6d22b [diff] |
zephyr: remove deprecated DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL is going to be deprecated, so remove its usages from the Zephyr port. Definition checks have been replaced with DT_HAS_CHOSEN(zephyr_flash_controller), and the macro itself has been replaced by DT_LABEL(DT_CHOSEN(zephyr_flash_controller)). Note that the code could likely be refactored to make use of compile time device references, ie use DEVICE_DT_GET, but that task has been left for the maintainers. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This is MCUboot version 1.10.0-dev
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a common infrastructure for the bootloader and the system flash layout on microcontroller systems, and provides a secure bootloader that enables easy software upgrade.
MCUboot is not dependent on any specific operating system and hardware and relies on hardware porting layers from the operating system it works with. Currently, MCUboot works with the following operating systems and SoCs:
RIOT is supported only as a boot target. We will accept any new port contributed by the community once it is good enough.
See the following pages for instructions on using MCUboot with different operating systems and SoCs:
There are also instructions for the Simulator.
The issues being planned and worked on are tracked using GitHub issues. To give your input, visit MCUboot GitHub Issues.
You can find additional documentation on the bootloader in the source files. For more information, use the following links:
Developers are welcome!
Use the following links to join or see more about the project: