FIX kMaxGearSize and reset callback

This commit is contained in:
fastium
2025-01-07 00:35:20 +01:00
parent a183ad4858
commit e460a4f695
6 changed files with 16 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
"macros": ["MBED_CONF_MBED_TRACE_FEA_IPV6=0"],
"config": {
"main-stack-size": {
"value": 6144
"value": 8192
}
},
"target_overrides": {
@@ -19,9 +19,7 @@
},
"DISCO_H747I": {
"mbed-trace.enable": true,
"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"
"mbed-trace.max-level": "TRACE_LEVEL_DEBUG"
}
}
}