1 unstable release
0.1.0 | Jun 11, 2022 |
---|
#221 in Simulation
67 downloads per month
Used in 2 crates
(via avr-simulator)
3.5MB
21K
SLoC
simavr-ffi
Low-level bindings to simavr.
Status: alpha; work in progress.
Supported platforms: Linux & Mac (pull requests for Windows welcome!).
Requirements
Compile-time:
- clang,
- libelf,
- pkg-config,
- zlib.
Nix (Linux)
$ nix-shell
Ubuntu
$ sudo apt install clang libelf-dev pkg-config
Mac
$ brew tap osx-cross/avr
$ brew install avr-gcc libelf pkg-config
FAQ
How does it compare to simavr-sys
?
simavr-sys
seems unmaintained at
the moment, so simavr-ffi
is just more up-to-date.
License
Copyright (c) 2022, Patryk Wychowaniec pwychowaniec@pm.me.
Licensed under the MIT license.