diff options
author | Ayke van Laethem <[email protected]> | 2020-03-17 20:45:30 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-10-05 05:52:03 +0200 |
commit | 878b62bbe8eb11a1783c722a730ea0ec9d8022ab (patch) | |
tree | e0ba062df5217e029b76741832866edf55d9d184 /targets/riscv.json | |
parent | 5d8f25a622285fbff7e11ff869aeb7a8df692959 (diff) | |
download | tinygo-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.json | 1 |
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" ], |