File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
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/main/LICENSE
18
18
19
- This is MCUboot version 1.9.0-rc2
19
+ This is MCUboot version 1.9.0
20
20
21
21
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
22
22
common infrastructure for the bootloader and the system flash layout on
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ been tested with a `BOOT_MAX_ALIGN` up to 32 bytes.
31
31
- Remove zephyr example test running in shell. The Go version is
32
32
primary and much more featureful.
33
33
- imgtool: make ` --max-align ` default reasonable in most cases.
34
+ - Implement the mcumgr echo command in serial boot mode
34
35
35
36
### Security fixes
36
37
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 = "1.9.0rc2 "
17
+ imgtool_version = "1.9.0 "
You can’t perform that action at this time.
0 commit comments