Skip to content

Commit a8e12da

Browse files
committed
Preps for 1.7.0 release
Update version fields for 1.7.0 release. Added compatibility note for zephyr-rtos. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent e4885a6 commit a8e12da

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[travis]: https://travis-ci.org/mcu-tools/mcuboot
1717
[license]: https://github.com/mcu-tools/mcuboot/blob/master/LICENSE
1818

19-
This is mcuboot version 1.7.0-rc2
19+
This is mcuboot version 1.7.0
2020

2121
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
2222
define a common infrastructure for the bootloader, system flash layout on

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ There are bug fixes, and associated imgtool updates as well.
3737
- imgtool: added possibility to set confirm flag for hex files as well.
3838
- imgtool: Print image digest during verify.
3939

40+
### Zephyr-RTOS Compatibility
41+
42+
This release of MCUboot works with the Zephyr "master" at the time of the
43+
release. It was tested as of has 7a3b253ce. This version of MCUboot also
44+
works with the Zephyr v2.4.0, however it is recommended to enable
45+
`CONFIG_MCUBOOT_CLEANUP_ARM_CORE` while using that version.
46+
4047
## Version 1.6.0
4148

4249
The 1.6.0 release of MCUboot adds support for the PSOC6 platform,

repository.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ 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-rc2"
33+
"1.7.0": "v1.7.0"
3434

3535
"0-dev": "0.0.0" # master
36-
"0-latest": "1.6.0" # latest stable release
37-
"1-latest": "1.6.0" # latest stable release
36+
"0-latest": "1.7.0" # latest stable release
37+
"1-latest": "1.7.0" # latest stable release
3838

39-
"1.0-latest": "1.6.0"
39+
"1.0-latest": "1.7.0"

scripts/imgtool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
imgtool_version = "1.7.0rc2"
15+
imgtool_version = "1.7.0"

0 commit comments

Comments
 (0)