2024-10-20 15:02:14 +02:00
|
|
|
{
|
2024-10-20 15:05:04 +02:00
|
|
|
"macros": [
|
2025-01-04 15:31:25 +01:00
|
|
|
"MBED_CONF_MBED_TRACE_FEA_IPV6=0",
|
|
|
|
"MBED_BOOTLOADER_FLASH_BANK_SIZE=MBED_ROM_SIZE/2",
|
|
|
|
"USE_USB_SERIAL_UC=1"
|
2024-10-20 15:05:04 +02:00
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"main-stack-size": {
|
|
|
|
"value": 4096
|
|
|
|
}
|
|
|
|
},
|
2024-10-20 15:02:14 +02:00
|
|
|
"target_overrides": {
|
2024-10-20 15:05:04 +02:00
|
|
|
"*": {
|
|
|
|
"mbed-trace.enable": false,
|
|
|
|
"platform.stdio-convert-newlines": true,
|
|
|
|
"platform.stdio-baud-rate": 115200,
|
|
|
|
"platform.default-serial-baud-rate": 115200,
|
|
|
|
"platform.stdio-buffered-serial": true,
|
2024-11-17 18:25:48 +01:00
|
|
|
"platform.all-stats-enabled": true,
|
2024-10-20 15:05:04 +02:00
|
|
|
"target.printf_lib":"minimal-printf",
|
|
|
|
"platform.minimal-printf-enable-floating-point": true,
|
2025-01-04 15:31:25 +01:00
|
|
|
"platform.minimal-printf-set-floating-point-max-decimals": 2,
|
|
|
|
"update-client.storage-address": "(MBED_BOOTLOADER_FLASH_BANK_SIZE)",
|
|
|
|
"update-client.storage-size": "(MBED_BOOTLOADER_FLASH_BANK_SIZE)",
|
|
|
|
"update-client.storage-locations": 2
|
2024-10-20 15:05:04 +02:00
|
|
|
},
|
|
|
|
"DISCO_H747I": {
|
|
|
|
"mbed-trace.enable": true,
|
2024-12-31 11:54:14 +01:00
|
|
|
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG",
|
|
|
|
"target.bootloader_img":"./mbed-os-bootloader/BUILD/DISCO_H747I/GCC_ARM/mbed-os-bootloader.bin",
|
2025-01-04 15:31:25 +01:00
|
|
|
"target.header_offset": "0x20000"
|
2024-10-20 15:05:04 +02:00
|
|
|
}
|
2024-10-20 15:02:14 +02:00
|
|
|
}
|
2024-10-20 15:05:04 +02:00
|
|
|
}
|