Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add README and LICENSE | Johannes Stoelp | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | build core for target | Johannes Stoelp | 2022-05-01 | 1 | -0/+7 |
| | | | | | | 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 commit | Johannes Stoelp | 2022-05-01 | 1 | -0/+20 |
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. |