Skip to content

Commit

Permalink
Merge pull request #19 from avr-rust/revert-16-master
Browse files Browse the repository at this point in the history
Revert "Fixed long compilation issue and made code a bit more idiomatic"
  • Loading branch information
dylanmckay authored May 14, 2020
2 parents bbf8629 + 816cc33 commit 6072399
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 159 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avrd"
version = "0.4.0"
version = "0.3.0"
authors = ["Dylan McKay <[email protected]>"]

description = """
Expand All @@ -15,16 +15,16 @@ keywords = ["avr", "mcu", "io", "constants", "pins"]
categories = ["embedded"]

[features]
default = [ "all_mcus" ]
default = []
# Enable all microcontrollers.
all_mcus = []

[dependencies]

[build-dependencies]
avr-mcu = "0.3"
avr-mcu = "0.2"

[profile.dev]
# Most of the build consists of generating the mcu description files. So
# enable optimizations to speed this process.
opt-level = 3
opt-level = 2
Loading

0 comments on commit 6072399

Please sign in to comment.