Skip to content

Bootloader v25 update proposal #672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 17, 2023
Prev Previous commit
Next Next commit
Add info about bootloader version and uniform bootloader variables names
  • Loading branch information
pennam committed May 2, 2023
commit 179ad28db397f3a75c1ab51766452e82b5814df1
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#if defined(ARDUINO_NICLA_VISION)

const unsigned char bootloader_mbed_bin[] = {
/* Bootloader version 24 */
const unsigned char bootloader_bin[] = {
0x00, 0x00, 0x08, 0x24, 0x15, 0x73, 0x01, 0x08, 0x61, 0x73, 0x01, 0x08,
0xd5, 0x65, 0x00, 0x08, 0xdb, 0x65, 0x00, 0x08, 0xe1, 0x65, 0x00, 0x08,
0xe7, 0x65, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
Expand Down Expand Up @@ -10673,8 +10674,6 @@ const unsigned char bootloader_mbed_bin[] = {
0x61, 0x95, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x99, 0x02, 0x00, 0x08,
0x00, 0x00, 0x00, 0x00
};
const unsigned int bootloader_mbed_bin_len = 128044;
const unsigned int bootloader_bin_len = 128044;



#endif //ARDUINO_NICLA_VISION
#endif //ARDUINO_NICLA_VISION