commit | f6f652e204d66bc73e34dec569574b299b68542f | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Thu Oct 19 11:21:52 2017 +0200 |
committer | David Brown <davidb@davidb.org> | Wed Dec 06 16:11:10 2017 -0700 |
tree | 6824e6d2a9044ba3e58f972a768dc2a96acbf97f | |
parent | 64ad092bde19c30b4710458e464800af79d53cf3 [diff] |
Add serial adapter module for support serial communication for zephyr Serial adapter uses the zephyr UART driver in interrupt mode for providing communication capabilities needed for the boot serial recovery mode. This module provide API similar to mynewt console module. Serial adapter module can not be compiled along with the zephyr uart console module so this case is checked. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This is mcuboot, version 1.0.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.
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!