File tree 4 files changed +8
-6
lines changed
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 6
6
[ coverity ] : https://scan.coverity.com/projects/mcuboot
7
7
[ travis ] : https://travis-ci.org/mcu-tools/mcuboot
8
8
9
- This is mcuboot version 1.7.0-rc1
9
+ This is mcuboot version 1.7.0-rc2
10
10
11
11
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
12
12
define a common infrastructure for the bootloader, system flash layout on
Original file line number Diff line number Diff line change 5
5
6
6
## Version 1.7.0
7
7
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.
11
12
There are bug fixes, and associated imgtool updates as well.
12
13
13
14
### About this release
14
15
16
+ - Initial support for the Mbed-OS platform.
15
17
- Added possibility to enter deep sleep mode after mcuboot app execution
16
18
for cypress platform.
17
19
- 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:
30
30
" 1.4.0 " : " v1.4.0"
31
31
" 1.5.0 " : " v1.5.0"
32
32
" 1.6.0 " : " v1.6.0"
33
- " 1.7.0 " : " v1.7.0-rc1 "
33
+ " 1.7.0 " : " v1.7.0-rc2 "
34
34
35
35
" 0-dev " : " 0.0.0" # master
36
36
" 0-latest " : " 1.6.0" # latest stable release
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- imgtool_version = "1.7.0rc1 "
15
+ imgtool_version = "1.7.0rc2 "
You can’t perform that action at this time.
0 commit comments