Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified libraries/MCUboot/src/cortex-m7/libbootutil.a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ void setup() {
wifi_available = bootloader_data[5];

#if defined(ARDUINO_PORTENTA_H7_M7)
Serial.println("\nDo you want to update the default Arduino bootloader? Y/[n]");
Serial.println("If No, MCUboot bootloader will be updated.");
Serial.println("\nDo you want to install/update the default Arduino bootloader? Y/[n]");
Serial.println("Choosing \"No\", will install/update the MCUboot bootloader.");
if(!waitResponse()) {
Serial.println("\nMCUboot has been selected. Do you want to proceed? Y/[n]");
if (waitResponse()) {
Expand Down
10,717 changes: 10,717 additions & 0 deletions libraries/STM32H747_System/examples/STM32H747_manageBootloader/mcuboot_bootloader.h

Large diffs are not rendered by default.

10,671 changes: 0 additions & 10,671 deletions libraries/STM32H747_System/examples/STM32H747_updateBootloader/mcuboot_bootloader.h

This file was deleted.