mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 03:53:42 +00:00
riscv: switch to tasks-based scheduler
This is only supported for RV32 at the moment. RV64 can be added at a later time.
This commit is contained in:
committed by
Ron Evans
parent
5d8f25a622
commit
878b62bbe8
@@ -1,4 +1,4 @@
|
||||
// +build scheduler.tasks,arm,!cortexm,!avr,!xtensa
|
||||
// +build scheduler.tasks,arm,!cortexm,!avr,!xtensa,!tinygo.riscv
|
||||
|
||||
package task
|
||||
|
||||
|
||||
Reference in New Issue
Block a user