File tree 4 files changed +12
-3
lines changed 4 files changed +12
-3
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/JuulLabs-OSS/mcuboot
8
8
9
- This is mcuboot version 1.6.0-rc1
9
+ This is mcuboot version 1.6.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
<
10000
tr class="diff-line-row">
Original file line number Diff line number Diff line change @@ -32,6 +32,15 @@ updates as well.
32
32
2.9.10 has an infinite loop in a certain end-of-file situation." Fix
33
33
by updating a dependency in documentation generation.
34
34
35
+ ### Zephyr-RTOS Compatibility
36
+
37
+ This release of MCUboot works the Zephyr "master" at the time of the
38
+ release. It was tested as of has aff616de20. When Zephyr v2.3.0 is
39
+ release, there will be a possible 1.6.1 or similar release of Zephyr
40
+ if needed to address any issues. There also may be branch releases of
41
+ MCUboot specifically for the current version of Zephyr, e.g.
42
+ v1.6.0-zephyr-2.2.1.
43
+
35
44
## Version 1.5.0
36
45
37
46
The 1.5.0 release of MCUboot adds support for encrypted images using
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repo.versions:
29
29
" 1.3.1 " : " v1.3.1"
30
30
" 1.4.0 " : " v1.4.0"
31
31
" 1.5.0 " : " v1.5.0"
32
- " 1.6.0 " : " v1.6.0-rc1 "
32
+ " 1.6.0 " : " v1.6.0-rc2 "
33
33
34
34
" 0-dev " : " 0.0.0" # master
35
35
" 0-latest " : " 1.5.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.6.0rc1 "
15
+ imgtool_version = "1.6.0rc2 "
You can’t perform that action at this time.
0 commit comments