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:
Ayke van Laethem
2020-03-17 20:45:30 +01:00
committed by Ron Evans
parent 5d8f25a622
commit 878b62bbe8
5 changed files with 139 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build scheduler.tasks,arm,!cortexm,!avr,!xtensa
// +build scheduler.tasks,arm,!cortexm,!avr,!xtensa,!tinygo.riscv
package task