feat: enable multi-core scheduler for rp2350

This commit is contained in:
Michael Smith
2025-08-07 18:12:53 -04:00
committed by Ron Evans
parent 78914382c3
commit 64caab1ade
4 changed files with 382 additions and 438 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
{
"inherits": ["cortex-m33"],
"build-tags": ["rp2350", "rp"],
"scheduler": "cores",
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"serial": "usb",
@@ -13,7 +14,8 @@
"targets/rp2350_embedded_block.s"
],
"ldflags": [
"--defsym=__flash_size=2M"
"--defsym=__flash_size=2M",
"--defsym=__num_stacks=2"
],
"linkerscript": "targets/rp2350.ld",
"openocd-interface": "picoprobe",