simavr-ffi

Low-level bindings to simavr.

Status: alpha; work in progress.

Supported platforms: Linux & Mac (pull requests for Windows welcome!).

Requirements

Compile-time:

Nix (Linux)

bash $ nix-shell

Ubuntu

bash $ sudo apt install clang libelf-dev pkg-config

Mac

bash $ 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.