Lines Matching full:bootloader
3 MCUboot is a secure bootloader for 32-bits microcontrollers.
7 MCUboot defines a common infrastructure for the bootloader and the system flash
8 layout on microcontroller systems, and provides a secure bootloader that
37 - [Bootloader design](design.md)
70 You can find additional documentation on the bootloader in the source files.
72 …(https://github.com/mcu-tools/mcuboot/tree/main/boot/bootutil) - The core of the bootloader itself.
73 …ools/mcuboot/tree/main/boot/boot_serial) - Support for serial upgrade within the bootloader itself.
74 …yr](https://github.com/mcu-tools/mcuboot/tree/main/boot/zephyr) - Port of the bootloader to Zephyr.
75 - [boot/mynewt](https://github.com/mcu-tools/mcuboot/tree/main/boot/mynewt) - Bootloader applicatio…
76 - [boot/nuttx](https://github.com/mcu-tools/mcuboot/tree/main/boot/nuttx) - Bootloader application …
77 - [boot/mbed](https://github.com/mcu-tools/mcuboot/tree/main/boot/mbed) - Port of the bootloader to…
78 - [boot/espressif](https://github.com/mcu-tools/mcuboot/tree/main/boot/espressif) - Bootloader appl…
79 - [boot/cypress](https://github.com/mcu-tools/mcuboot/tree/main/boot/cypress) - Bootloader applicat…
81 - [sim](https://github.com/mcu-tools/mcuboot/tree/main/sim) - A bootloader simulator for testing an…