Skip to content

Commit

Permalink
Merge pull request #16 from Logarithmus/master
Browse files Browse the repository at this point in the history
Fixed long compilation issue and made code a bit more idiomatic
  • Loading branch information
dylanmckay authored May 14, 2020
2 parents 125ab60 + 95e95e2 commit bbf8629
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 181 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.3.0"
version = "0.4.0"
authors = ["Dylan McKay <[email protected]>"]

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

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

[dependencies]

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

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

0 comments on commit bbf8629

Please sign in to comment.