~ruther/avr-device

ref: f72d85ee3b44f9bfb5faacbf26b0a04bbb50b579 avr-device/Cargo.toml -rw-r--r-- 243 bytes
f72d85ee — Rahix attiny85: Update USI patch 6 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "avr-device"
version = "0.1.0"
authors = ["Rahix <rahix@rahix.de>"]
edition = "2018"

[features]
atmega8 = []
atmega328p = []
atmega32u4 = []
attiny85 = []

[dependencies]
bare-metal = "0.2.4"
vcell = "0.1.0"
cfg-if = "0.1.7"