Lines Matching full:mcuboot

1 # MCUboot  chapter
3 MCUboot is a secure bootloader for 32-bits microcontrollers.
7 MCUboot defines a common infrastructure for the bootloader and the system flash
11 MCUboot is not dependent on any specific operating system and hardware and
13 Currently MCUboot works with the following operating systems and SoCs:
25 MCUboot is an open governance project. See the [membership
26 list](https://github.com/mcu-tools/mcuboot/wiki/Members) for current
28 [project charter](https://github.com/mcu-tools/mcuboot/wiki/MCUboot-Project-Charter)
33 The MCUboot documentation is composed of the following pages:
49 - [Cypress/Infineon](https://github.com/mcu-tools/mcuboot/tree/main/boot/cypress/README.md)
50 - [Simulator](https://github.com/mcu-tools/mcuboot/tree/main/sim/README.rst)
57 on how to contribute to MCUboot
65 give your input, visit [MCUboot GitHub
66 Issues](https://github.com/mcu-tools/mcuboot/issues).
72 - [boot/bootutil](https://github.com/mcu-tools/mcuboot/tree/main/boot/bootutil) - The core of the b…
73 - [boot/boot\_serial](https://github.com/mcu-tools/mcuboot/tree/main/boot/boot_serial) - Support fo…
74 - [boot/zephyr](https://github.com/mcu-tools/mcuboot/tree/main/boot/zephyr) - Port of the bootloade…
75 - [boot/mynewt](https://github.com/mcu-tools/mcuboot/tree/main/boot/mynewt) - Bootloader applicatio…
76 …ot/nuttx](https://github.com/mcu-tools/mcuboot/tree/main/boot/nuttx) - Bootloader application and …
77 - [boot/mbed](https://github.com/mcu-tools/mcuboot/tree/main/boot/mbed) - Port of the bootloader to…
78 …/espressif](https://github.com/mcu-tools/mcuboot/tree/main/boot/espressif) - Bootloader applicatio…
79 …oot/cypress](https://github.com/mcu-tools/mcuboot/tree/main/boot/cypress) - Bootloader application…
80 …s://github.com/mcu-tools/mcuboot/tree/main/scripts/imgtool.py) - A tool to securely sign firmware …
81 - [sim](https://github.com/mcu-tools/mcuboot/tree/main/sim) - A bootloader simulator for testing an…
89 * [Our developer mailing list](https://groups.io/g/MCUBoot)
92 * [Current members](https://github.com/mcu-tools/mcuboot/wiki/Members)
93 * [Project charter](https://github.com/mcu-tools/mcuboot/wiki/MCUboot-Project-Charter)