commit | d1fd3f92b7d30007380d1f1abe8859e79d909f78 | [log] [tgz] |
---|---|---|
author | Emanuele Di Santo <emdi@nordicsemi.no> | Fri Jul 20 11:34:14 2018 +0200 |
committer | Fabio Utzig <utzig@utzig.org> | Sat Aug 04 09:13:23 2018 -0300 |
tree | c086ca99a67ef16cb579dc42f0d3182a7418ea17 | |
parent | 203d74f2059d70b0333c1f0eda43e9a95f6a7e99 [diff] |
zephyr: fix serial ISR in serial_adapter The UART device ISR in serial_adapter expected the device to fire an interrupt for each byte that was received. Although this might have worked for some devices it wouldn't work for USB. This commit fixed the issue by modifying the ISR according to the uart.h documentation. Signed-off-by: Emanuele Di Santo <emdi@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!