~ruther/avr-device

ref: 8c207c61f0611c6be152918828a17ab301e9387a avr-device/Cargo.toml -rw-r--r-- 369 bytes
8c207c61 — Rahix ci: Fix nightly to 2020-07-12 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "avr-device"
version = "0.1.0"
authors = ["Rahix <rahix@rahix.de>"]
edition = "2018"
build = "build.rs"

[features]
atmega1280 = []
atmega8 = []
atmega328p = []
atmega32u4 = []
atmega64 = []
attiny85 = []
rt = ["avr-device-macros"]

[dependencies]
bare-metal = "0.2.5"
vcell = "0.1.2"

[dependencies.avr-device-macros]
path = "macros/"
optional = true