diff --git a/targets/rp2040.json b/targets/rp2040.json index 3f9fea459..6470d57f5 100644 --- a/targets/rp2040.json +++ b/targets/rp2040.json @@ -1,7 +1,7 @@ { "inherits": ["cortex-m0plus"], "build-tags": ["rp2040", "rp"], - "scheduler": "cores", + "scheduler": "tasks", "flash-1200-bps-reset": "true", "flash-method": "msd", "serial": "usb", diff --git a/targets/rp2350.json b/targets/rp2350.json index ebffcbdec..e3a6549fd 100644 --- a/targets/rp2350.json +++ b/targets/rp2350.json @@ -1,7 +1,7 @@ { "inherits": ["cortex-m33"], "build-tags": ["rp2350", "rp"], - "scheduler": "cores", + "scheduler": "tasks", "flash-1200-bps-reset": "true", "flash-method": "msd", "serial": "usb",