File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 66[ coverity ] : https://scan.coverity.com/projects/mcuboot
77[ travis ] : https://travis-ci.org/mcu-tools/mcuboot
88
9- This is mcuboot version 1.7.0-rc1
9+ This is mcuboot version 1.7.0-rc2
1010
1111MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
1212define a common infrastructure for the bootloader, system flash layout on
Original file line number Diff line number Diff line change 55
66## Version 1.7.0
77
8- The 1.7.0 release of MCUBoot adds support for Equal slots (direct-xip)
9- upgrade mode, RAM loading upgrade mode, hardening against hardware level
10- fault injection and timing attacks and single image mode.
8+ The 1.7.0 release of MCUBoot adds support for the Mbed-OS platform,
9+ Equal slots (direct-xip) upgrade mode, RAM loading upgrade mode,
10+ hardening against hardware level fault injection and timing attacks
11+ and single image mode.
1112There are bug fixes, and associated imgtool updates as well.
1213
1314### About this release
1415
16+ - Initial support for the Mbed-OS platform.
1517- Added possibility to enter deep sleep mode after mcuboot app execution
1618 for cypress platform.
1719- Added hardening against hardware level fault injection and timing attacks.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ repo.versions:
3030 " 1.4.0 " : " v1.4.0"
3131 " 1.5.0 " : " v1.5.0"
3232 " 1.6.0 " : " v1.6.0"
33- " 1.7.0 " : " v1.7.0-rc1 "
33+ " 1.7.0 " : " v1.7.0-rc2 "
3434
3535 " 0-dev " : " 0.0.0" # master
3636 " 0-latest " : " 1.6.0" # latest stable release
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- imgtool_version = "1.7.0rc1 "
15+ imgtool_version = "1.7.0rc2 "
You can’t perform that action at this time.
0 commit comments