FIX mbed_app.json

This commit is contained in:
fastium 2025-01-06 18:27:12 +01:00
parent 7d228d67cc
commit d0ff3defa1

View File

@ -17,12 +17,11 @@
"platform.minimal-printf-enable-floating-point": true, "platform.minimal-printf-enable-floating-point": true,
"platform.minimal-printf-set-floating-point-max-decimals": 2 "platform.minimal-printf-set-floating-point-max-decimals": 2
}, },
"DISCO_H747I": { "DISCO_H747I": {
"mbed-trace.enable": true, "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.bootloader_img": "./mbed-os-bootloader/BUILD/DISCO_H747I/GCC_ARM/mbed-os-bootloader.bin",
"target.app_offset": "0x20000" "target.app_offset": "0x20000"
}
} }
} }
} }