File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 18
18
[ travis ] : https://travis-ci.org/mcu-tools/mcuboot
19
19
[ license ] : https://github.com/mcu-tools/mcuboot/blob/main/LICENSE
20
20
21
- This is MCUboot version 2.2.0-rc1
21
+ This is MCUboot version 2.2.0-rc2
22
22
23
23
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
24
24
common infrastructure for the bootloader and the system flash layout on
Original file line number Diff line number Diff line change 1
1
# MCUboot
2
2
3
3
MCUboot is a secure bootloader for 32-bits microcontrollers. This document is
4
- for release v2.2.0-rc1 .
4
+ for release v2.2.0-rc2 .
5
5
6
6
Please see [ Contributing] ( contributing.md ) on how you can contribute to MCUboot.
7
7
Original file line number Diff line number Diff line change 76
76
- Fixed issue with watchdog not being fed during flash erase
77
77
operations, which could cause the watchdog to time out on long
78
78
erase operations and prevent firmware updates from being possible.
79
+ - Fix issues related to calculating the maximum image size for a given
80
+ configuration.
81
+ - Fix an issue with sha hash calculations in a loop.
82
+ - Fix an issue with the security counter being updated before an image is
83
+ confirmed.
84
+ - Added a contributing guideline.
85
+ - Fixed an issue related to referencing the arm-vector table of the
86
+ application, which caused a jump to the incorrect address instead of the
87
+ application reset vector for some Zephyr builds when LTO (link time
88
+ optimization) was enabled.
79
89
80
90
## Version 2.1.0
81
91
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- imgtool_version = "2.2.0rc1 "
17
+ imgtool_version = "2.2.0rc2 "
You can’t perform that action at this time.
0 commit comments