~ruther/avr-device

ref: 1606c20e1c9b003dd0bed6694c2ac09b70ab1f4d avr-device/Cargo.toml -rw-r--r-- 278 bytes
1606c20e — Jonah Dahlquist common: Fix a few patches 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "avr-device"
version = "0.1.0"
authors = ["Rahix <rahix@rahix.de>"]
edition = "2018"
build = "build.rs"

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

[dependencies]
bare-metal = "0.2.4"
vcell = "0.1.0"
cfg-if = "0.1.7"
Do not follow this link