Thanks to visit codestin.com
Credit goes to lib.rs

6 releases

Uses old Rust 2015

0.2.2 Feb 13, 2021
0.2.1 Oct 1, 2020
0.2.0 Jul 25, 2020
0.1.3 Dec 9, 2017

#31 in #avr

29 downloads per month

MIT license

50MB
2M SLoC

Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

Contains (obscure autoconf code, 50KB) avr-libc/configure.ac

Rust bindings to avr-libc.

When compiled with the avr-rust compiler, the libc bindings in this crate automatically pick up the right mcu-specific headers depending on what cpu is specified in the target specification file.

This means that on different microcontrollers, this crate will have a different public API. In general, most functions are the same across all chips. Many constants however are device-specific.


avr-libc

Crates.io MIT licensed

Bindings to avr-libc.

Does not require avr-libc to be installed on the system, but it does require the avr-gcc compiler to compile avr-libc itself.

Documentation

No runtime deps