Lines Matching full:bootloader
23 MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
24 common infrastructure for the bootloader and the system flash layout on
25 microcontroller systems, and provides a secure bootloader that enables easy
64 You can find additional documentation on the bootloader in the source files.
66 …(https://github.com/mcu-tools/mcuboot/tree/main/boot/bootutil) - The core of the bootloader itself.
67 …ools/mcuboot/tree/main/boot/boot_serial) - Support for serial upgrade within the bootloader itself.
68 …yr](https://github.com/mcu-tools/mcuboot/tree/main/boot/zephyr) - Port of the bootloader to Zephyr.
69 - [boot/mynewt](https://github.com/mcu-tools/mcuboot/tree/main/boot/mynewt) - Bootloader applicatio…
70 - [boot/nuttx](https://github.com/mcu-tools/mcuboot/tree/main/boot/nuttx) - Bootloader application …
71 - [boot/mbed](https://github.com/mcu-tools/mcuboot/tree/main/boot/mbed) - Port of the bootloader to…
72 - [boot/espressif](https://github.com/mcu-tools/mcuboot/tree/main/boot/espressif) - Bootloader appl…
73 - [boot/cypress](https://github.com/mcu-tools/mcuboot/tree/main/boot/cypress) - Bootloader applicat…
75 - [sim](https://github.com/mcu-tools/mcuboot/tree/main/sim) - A bootloader simulator for testing an…