commit | dab5817bcf2b0f9db645bbba5cc6f9c71e9c0e38 | [log] [tgz] |
---|---|---|
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | Fri Jan 29 19:19:09 2021 +0000 |
committer | GitHub <noreply@github.com> | Fri Jan 29 19:19:09 2021 +0000 |
tree | 953f244903e68eba176dcad2f25e8f3ec4e4a32a | |
parent | f0570dbe98f19a958649f0d2e40467611c673ea9 [diff] | |
parent | b95a7a189eb403df51be1b9d7f50e9a59862f46c [diff] |
Merge #269 269: Implement system calls on RISC-V in libtock_runtime. r=phil-levis a=jrvanwhy This introduces `TockSyscalls`, which implements `libtock_platform::RawSyscalls`. The blanket impl of `libtock_platform::Syscalls` in `libtock_platform` gives `TockSyscalls` a `Syscalls` implementation. I will implement ARM system calls in a future PR. Co-authored-by: Johnathan Van Why <jrvanwhy@google.com>