commit | 5404130e20c112e87d176618d0aa995a28df6e6f | [log] [tgz] |
---|---|---|
author | Michal Gorecki <michal.gorecki@codecoup.pl> | Fri Jul 14 13:03:02 2023 +0200 |
committer | Jamie <40387179+nordicjm@users.noreply.github.com> | Wed Jul 26 13:16:21 2023 +0100 |
tree | 7499dc622358e58e470d11108180d0babe26917d | |
parent | 76d19b3b8885ea7ae25a6f4f5d8501f7ec646447 [diff] |
boot_serial: Fix build for 64-bit architectures Typecasting pointer variables to uint32_t instead of uintptr_t was causing build error on 64-bit architecture. This is useful, because I am currently working on implementing support for 64-bit native target in Apache Mynewt. There is unit test for boot_serial and it cannot be compiled without this changes. Signed-off-by: Michal Gorecki <michal.gorecki@codecoup.pl>
This is MCUboot version 1.11.0-dev
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: