commit | 5e48c55df9bec29a0d44db4d5da65ca4c24a011a | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Fri Jun 15 12:58:08 2018 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jun 20 16:08:58 2018 +0200 |
tree | a2f67afc9e5c190efc5ad5769256745fce3ed1dc | |
parent | 5ceeddb4139df2fb59715bf68635fcb78a6191e3 [diff] |
zephyr: Enable interrupts unconditionally Due to an issue described here: https://github.com/zephyrproject-rtos/zephyr/issues/8393 interrupts are not enabled when multithreading is disabled. Enable interrupts to allow the serial recovery mode UART to receive characters. Note: This commit must be reverted once the issue is addressed. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This is mcuboot, version 1.1.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!