aboutsummaryrefslogtreecommitdiff
path: root/.cargo
Commit message (Collapse)AuthorAgeFilesLines
* build core for targetJohannes Stoelp2022-05-011-0/+10
| | | | | | We need to rebuild core for the target specification because we disable certain isa extensions, and the shipped core library is compiled with those extensions.
* initial commitJohannes Stoelp2022-05-011-0/+9
Build small no_std example for rv64i target. This code executes some linux syscalls as demo and therefore expects to be executed in rv64 linux.