commit | b124e39f79e9a137d3a17d9291943ad54ca87c88 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Tue Jul 17 17:27:50 2018 +0200 |
committer | Fabio Utzig <utzig@utzig.org> | Wed Jul 18 07:03:45 2018 -0300 |
tree | 35bd976ac19ce45aaffd1085257110efd7d73015 | |
parent | b88b2c4544380cde15d996773199db06555172ce [diff] |
zephyr: serial_adapter: Fix allocation of buffers In order to avoid overwriting an existing allocated buffer that has not yet been processed by the main loop, switch to a new command buffer whenever we have received a complete one. Signed-off-by: Carles Cufi <carles.cufi@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!