8000 Add info about bootloader version and uniform bootloader variables names · arduino/ArduinoCore-mbed@179ad28 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 179ad28

Browse files
committed
Add info about bootloader version and uniform bootloader variables names
1 parent ddc7df9 commit 179ad28

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

libraries/STM32H747_System/examples/STM32H747_manageBootloader/nicla_vision_bootloader.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#if defined(ARDUINO_NICLA_VISION)
22

3-
const unsigned char bootloader_mbed_bin[] = {
3+
/* Bootloader version 24 */
4+
const unsigned char bootloader_bin[] = {
45
0x00, 0x00, 0x08, 0x24, 0x15, 0x73, 0x01, 0x08, 0x61, 0x73, 0x01, 0x08,
56
0xd5, 0x65, 0x00, 0x08, 0xdb, 0x65, 0x00, 0x08, 0xe1, 0x65, 0x00, 0x08,
67
0xe7, 0x65, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
@@ -10673,8 +10674,6 @@ const unsigned char bootloader_mbed_bin[] = {
1067310674
0x61, 0x95, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x99, 0x02, 0x00, 0x08,
1067410675
0x00, 0x00, 0x00, 0x00
1067510676
};
10676-
const unsigned int bootloader_mbed_bin_len = 128044;
10677+
const unsigned int bootloader_bin_len = 128044;
1067710678

10678-
10679-
10680-
#endif //ARDUINO_NICLA_VISION
10679+
#endif //ARDUINO_NICLA_VISION

0 commit comments

Comments
 (0)
0