rp2040: add multicore support

This commit is contained in:
Ayke van Laethem
2025-06-12 14:13:18 +02:00
committed by Ron Evans
parent 5625f68d51
commit e238eb2242
7 changed files with 304 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build scheduler.tasks && cortexm
//go:build (scheduler.tasks || scheduler.cores) && cortexm
#include <stdint.h>
uintptr_t SystemStack() {
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build scheduler.tasks && cortexm
//go:build (scheduler.tasks || scheduler.cores) && cortexm
package task