
Previously it was 1024 bytes, which occasionally ran into a stack overflow. I hope that 2048 bytes will be enough for most purposes. I've also removed some 2048-byte stack size settings in JSON files, which are unnecessary now that the parent (cortex-m.json) sets them.
8 строки
210 Б
JSON
8 строки
210 Б
JSON
{
|
|
"inherits": ["atsamd51p19a"],
|
|
"build-tags": ["wioterminal"],
|
|
"flash-1200-bps-reset": "true",
|
|
"flash-method": "msd",
|
|
"msd-volume-name": "Arduino",
|
|
"msd-firmware-name": "firmware.uf2"
|
|
}
|