3个版本 (稳定版)
新 1.0.1 | 2024年8月13日 |
---|---|
1.0.0 | 2024年6月10日 |
0.1.0 | 2022年6月11日 |
#434 in 嵌入式开发
117 每月下载量
在 2 个crate中使用 (via avr-simulator)
3.5MB
21K SLoC
simavr-ffi —
对simavr的低级绑定。
支持的平台:Linux & Mac(欢迎Windows的pull请求!)。
要求
编译时
- clang,
- libelf,
- pkg-config,
- zlib.
Nix
$ nix develop
Ubuntu
$ sudo apt install clang libelf-dev pkg-config
Mac
$ brew tap osx-cross/avr
$ brew install avr-gcc libelf pkg-config
常见问题解答
它与simavr-sys
相比如何?
simavr-sys
目前似乎没有维护,而simavr-ffi
是最新版本。
许可证
版权 (c) 2022 Patryk Wychowaniec [email protected].
在MIT许可证下授权。