File tree 4 files changed +8
-8
lines changed 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
[ travis ] : https://travis-ci.org/mcu-tools/mcuboot
17
17
[ license ] : https://github.com/mcu-tools/mcuboot/blob/master/LICENSE
18
18
19
- This is mcuboot version 1.7.2-rc2
19
+ This is mcuboot version 1.7.2
20
20
21
21
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
22
22
define a common infrastructure for the bootloader, system flash layout on
Original file line number Diff line number Diff line change 3
3
- Table of Contents
4
4
{: toc }
5
5
6
- ## Version 1.7.2-rc2
6
+ ## Version 1.7.2
7
7
8
- The 1.7.2-rc1 release of MCUboot is a minor patch release. It makes a few
8
+ The 1.7.2 release of MCUboot is a minor patch release. It makes a few
9
9
changes to the CI build process, and changes the exporting of the
10
10
function ` boot_add_data_to_shared_area ` so that it can be used within
11
11
the TF-M-specific bootloader.
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ repo.versions:
32
32
" 1.6.0 " : " v1.6.0"
33
33
" 1.7.0 " : " v1.7.0"
34
34
" 1.7.1 " : " v1.7.1"
35
- " 1.7.2 " : " v1.7.2-rc2 "
35
+ " 1.7.2 " : " v1.7.2"
36
36
37
37
" 0-dev " : " 0.0.0" # master
38
- " 0-latest " : " 1.7.1 " # latest stable release
39
- " 1-latest " : " 1.7.1 " # latest stable release
38
+ " 0-latest " : " 1.7.2 " # latest stable release
39
+ " 1-latest " : " 1.7.2 " # latest stable release
40
40
41
- " 1.0-latest " : " 1.7.1 "
41
+ " 1.0-latest " : " 1.7.2 "
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.2rc2 "
15
+ imgtool_version = "1.7.2 "
You can’t perform that action at this time.
0 commit comments