ADD minimal bootloader

This commit is contained in:
2024-12-31 11:54:14 +01:00
parent 980eb2b376
commit 0d61cd598c
8 changed files with 59 additions and 2 deletions

View File

@@ -21,7 +21,9 @@
},
"DISCO_H747I": {
"mbed-trace.enable": true,
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG"
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
"target.bootloader_img":"./mbed-os-bootloader/BUILD/DISCO_H747I/GCC_ARM/mbed-os-bootloader.bin",
"target.app_offset": "0x20000"
}
}
}