aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/riscv.json
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2020-03-17 20:45:30 +0100
committerRon Evans <[email protected]>2021-10-05 05:52:03 +0200
commit878b62bbe8eb11a1783c722a730ea0ec9d8022ab (patch)
treee0ba062df5217e029b76741832866edf55d9d184 /targets/riscv.json
parent5d8f25a622285fbff7e11ff869aeb7a8df692959 (diff)
downloadtinygo-878b62bbe8eb11a1783c722a730ea0ec9d8022ab.tar.gz
tinygo-878b62bbe8eb11a1783c722a730ea0ec9d8022ab.zip
riscv: switch to tasks-based scheduler
This is only supported for RV32 at the moment. RV64 can be added at a later time.
Diffstat (limited to 'targets/riscv.json')
-rw-r--r--targets/riscv.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/riscv.json b/targets/riscv.json
index 4b78db60e..4fe9af50b 100644
--- a/targets/riscv.json
+++ b/targets/riscv.json
@@ -16,6 +16,7 @@
],
"extra-files": [
"src/device/riscv/start.S",
+ "src/internal/task/task_stack_tinygoriscv.S",
"src/runtime/gc_riscv.S",
"src/device/riscv/handleinterrupt.S"
],