aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* minor README updateHEADmainJohannes Stoelp2022-11-121-4/+14
|
* fix clippy lintsJohannes Stoelp2022-11-101-1/+1
|
* update readmeJohannes Stoelp2022-11-101-7/+22
|
* add README and LICENSEJohannes Stoelp2022-11-055-4/+40
|
* build core for targetJohannes Stoelp2022-05-013-0/+21
| | | | | | 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-017-0/+211
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.