mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
rp2040: add multicore support
This commit is contained in:
committed by
Ron Evans
parent
5625f68d51
commit
e238eb2242
@@ -1,4 +1,4 @@
|
||||
//go:build scheduler.tasks && cortexm
|
||||
//go:build (scheduler.tasks || scheduler.cores) && cortexm
|
||||
#include <stdint.h>
|
||||
|
||||
uintptr_t SystemStack() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build scheduler.tasks && cortexm
|
||||
//go:build (scheduler.tasks || scheduler.cores) && cortexm
|
||||
|
||||
package task
|
||||
|
||||
|
||||
Reference in New Issue
Block a user