commit | 36e9029ff01d1e64a77d2e2a0bb9e2cc75ab97c8 | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Thu Jan 30 05:36:47 2020 -0600 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Mon Feb 03 16:49:14 2020 +0100 |
tree | f8d6b97975093e0917c1adf48060894447dc957b | |
parent | 1b19d2a198c40f47286f49b2a3420cc0035eb0b2 [diff] |
boot: zephyr: move to non-deprecated GPIO flags GPIO_DIR_IN has been replaced by GPIO_INPUT, GPIO_PUD_PULL_UP by GPIO_PULL_UP, and gpio_pin_read() by gpio_pin_get_raw(). Update the code to use the preferred API if it available. This avoids deprecation warnings in the build. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This is mcuboot version 1.4.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 simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. 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!