commit | b9192a4c80ec96044442bedbe122e2afd624c4a0 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Thu Feb 10 11:41:57 2022 +0100 |
committer | Fabio Utzig <utzig@utzig.org> | Thu Feb 10 09:47:08 2022 -0300 |
tree | 82a56261122d0c310447fcf99876d62df1c8ccdd | |
parent | e3822f8180edfa0d29c229c8c2046567bde9d3aa [diff] |
boot: serial: Adapt to Zephyr's new CRC APIs As part of https://github.com/zephyrproject-rtos/zephyr/pull/42457, Zephyr recently changed its CRC APIs. The commit below adapted the use of mcumgr in-tree, but MCUboot was missing the change: https://github.com/zephyrproject-rtos/zephyr/commit/07c78e515c827c8346a758a5ce04cd56a46ae124 Note that although on other platforms the function called is crc_ccitt(), the CRC16 actually used by MCUboot/mcumgr is: https://reveng.sourceforge.io/crc-catalogue/16.htm#crc.cat.crc-16-xmodem Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This is MCUboot version 1.9.0-rc1
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a common infrastructure for the bootloader and the system flash layout on microcontroller systems, and provides a secure bootloader that enables easy software upgrade.
MCUboot is not dependent on any specific operating system and hardware and relies on hardware porting layers from the operating system it works with. Currently, MCUboot works with the following operating systems and SoCs:
RIOT is supported only as a boot target. We will accept any new port contributed by the community once it is good enough.
See the following pages for instructions on using MCUboot with different operating systems and SoCs:
There are also instructions for the Simulator.
The issues being planned and worked on are tracked using GitHub issues. To give your input, visit MCUboot GitHub Issues.
You can find additional documentation on the bootloader in the source files. For more information, use the following links:
Developers are welcome!
Use the following links to join or see more about the project: