[dependencies.avr-device-macros]
optional = true
version = "=0.5.4"
[dependencies.bare-metal]
version = "1.0.0"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.critical-section]
optional = true
version = "1.1.1"
[dependencies.ufmt]
optional = true
version = "0.2.0"
[dependencies.vcell]
version = "0.1.2"
[features]
at90usb1286 = ["device-selected"]
atmega1280 = ["device-selected"]
atmega1284p = ["device-selected"]
atmega128a = ["device-selected"]
atmega128rfa1 = ["device-selected"]
atmega164pa = ["device-selected"]
atmega168 = ["device-selected"]
atmega2560 = ["device-selected"]
atmega324pa = ["device-selected"]
atmega328p = ["device-selected"]
atmega328pb = ["device-selected"]
atmega32a = ["device-selected"]
atmega32u4 = ["device-selected"]
atmega4808 = ["device-selected"]
atmega4809 = ["device-selected"]
atmega48p = ["device-selected"]
atmega64 = ["device-selected"]
atmega644 = ["device-selected"]
atmega8 = ["device-selected"]
atmega88p = ["device-selected"]
atmega8u2 = ["device-selected"]
attiny13a = ["device-selected"]
attiny1614 = ["device-selected"]
attiny167 = ["device-selected"]
attiny202 = ["device-selected"]
attiny2313 = ["device-selected"]
attiny2313a = ["device-selected"]
attiny402 = ["device-selected"]
attiny404 = ["device-selected"]
attiny44a = ["device-selected"]
attiny816 = ["device-selected"]
attiny828 = ["device-selected"]
attiny84 = ["device-selected"]
attiny841 = ["device-selected"]
attiny84a = ["device-selected"]
attiny85 = ["device-selected"]
attiny861 = ["device-selected"]
attiny88 = ["device-selected"]
critical-section-impl = ["critical-section/restore-state-u8"]
device-selected = []
docsrs = ["rt", "ufmt", "atmega328p", "atmega32u4", "atmega2560", "attiny85", "atmega4809"]
rt = ["avr-device-macros"]
[package]
authors = ["Rahix <rahix@rahix.de>"]
categories = ["no-std", "embedded", "hardware-support"]
description = "Register access crate for AVR microcontrollers"
edition = "2021"
include = ["/src/**/*.rs", "/LICENSE-*", "/README.md", "/build.rs"]
keywords = ["avr", "arduino"]
license = "MIT OR Apache-2.0"
name = "avr-device"
readme = "README.md"
repository = "https://github.com/Rahix/avr-device"
version = "0.5.4"
[package.metadata.docs.rs]
features = ["docsrs"]