Thanks, I had seen that before, and I had tried in a number of locations before to no avail.
It is now OS 3.2, and I have tried modifying the standard mbed_app.json in
C:\Users\RS\AppData\Local\Arduino15\packages\arduino\hardware\mbed_portenta\3.2.0\variants\PORTENTA_H7_M7\libs
as well as adding it to a number of other directories under variants, but it is never accessed (as per properties), and does not change the stack sizes as per the entries.
I closed and reopened the IDE, to force a clean compile as well.
???
The complete mbed_app,json file - including the preexisting mods is
{
"target_overrides": {
"*": {
"target.printf_lib": "std",
"platform.stdio-buffered-serial": false,
"platform.stdio-baud-rate": 115200,
"platform.default-serial-baud-rate": 115200,
"platform.callback-nontrivial": true,
"platform.all-stats-enabled": true,
"platform.memory-tracing-enabled": true,
"lwip.tcpip-thread-stacksize": 4096,
"rtos.main-thread-stack-size": 8192,
"cordio.max-connections": 5,
"cellular.debug-at": true,
"cellular.offload-dns-queries": true,
"cellular.at-handler-buffer-size": 512,
"mbed-trace.enable": true,
"target.mbed_app_start": "0x8040000",
"target.macros_add": [
"BT_UART_NO_3M_SUPPORT",
"USB_DYNAMIC_CONFIGURATION",
"METAL_INTERNAL",
"VIRTIO_MASTER_ONLY",
"NO_ATOMIC_64_SUPPORT",
"METAL_MAX_DEVICE_REGIONS=2",
"RPMSG_BUFFER_SIZE=2048"
]
}
}
}