Skip to content

Commit

Permalink
Fix cargo publish errors
Browse files Browse the repository at this point in the history
  • Loading branch information
teburd committed Apr 8, 2020
1 parent 5c27cda commit 742e687
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions imxrt-ral/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ bare-metal = "0.2.5"
external_cortex_m = { package = "cortex-m", version = "0.6.2" }
# TODO use imxrt-rt here in place cortex-m-rt = { version = "0.6.12", optional = true }

[lib]
bench = false
test = false
path = "src"

[features]
rt = []
inline-asm = ["external_cortex_m/inline-asm"]
Expand Down
4 changes: 4 additions & 0 deletions imxrt-ral/imxrtral.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
external_cortex_m = { package = "cortex-m", version = "0.6.2" }
# TODO use imxrt-rt here in place cortex-m-rt = { version = "0.6.12", optional = true }
[lib]
bench = false
test = false
[features]
rt = []
inline-asm = ["external_cortex_m/inline-asm"]
Expand Down

0 comments on commit 742e687

Please sign in to comment.