Skip to content

Commit

Permalink
Repository is under development
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsGonzo committed Jan 14, 2024
1 parent 13409f7 commit 3ac068a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,17 @@ In this case we would add this to [dynamic_calls.json](/programs/dynamic_calls.j
"big_data": "void sys_big_data (const char*, size_t)"
```
See also [memory.hpp](/ext/libriscv/lib/libriscv/memory.hpp) for a list of helper functions, each with a specific purpose. The helper functions exist to simplify string and memory operations.


## Other examples

[Dynamic calls](/tests/basic.cpp)

[Event callbacks](/tests/events.cpp)

[Event loop unit test](/tests/event_loop.cpp)


## Development notice

This repository is still under development and will change over time. There are no stable APIs currently.

0 comments on commit 3ac068a

Please sign in to comment.