commit | 66fecebb8033e01b4c89a641b9e3a931fd461599 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Sat Sep 18 07:22:24 2021 -0300 |
committer | Tamas Ban <tamas.ban@arm.com> | Wed Sep 22 12:41:20 2021 +0200 |
tree | 03a2ad222b6d831bf2a2c270cf6235e91737731c | |
parent | ceb9b1160999f456dd9cf6739ae01a7044d03e58 [diff] |
ci: Fix FIH YAML result parsing The running test was generating an YAML output with the following line: ``` last_line: ' Description: 'ECDSA signature test of attest token'' ``` This string comes from the test with the single quotes, and using single quotes twice break the YAML format, so this commit changes the string after last_line to be enclosed in the double quotes. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot version 1.8.0-rc1
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!