diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-20 22:53:44 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-20 22:53:44 -0500 |
| commit | c7b9507a57f2ba28c18b15dd2719a1c56f74a302 (patch) | |
| tree | 1fed754475cdbe4baf0d2f1445ce2777b437de31 /Cargo.toml | |
| parent | 23425f2f0645cdfbf78135848fe87f733072ade3 (diff) | |
`Resource` trait, docs, examples and rtfm-syntax related changes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -19,6 +19,16 @@ static-ref = "0.2.0" [dependencies.cortex-m-rtfm-macros] path = "macros" -[dev-dependencies] +[target.'cfg(target_arch = "x86_64")'.dev-dependencies] compiletest_rs = "0.2.8" -stm32f103xx = "0.7.1" + +[dev-dependencies.cortex-m-rt] +features = ["abort-on-panic"] +version = "0.3.3" + +[dev-dependencies.stm32f103xx] +features = ["rt"] +version = "0.7.1" + +[profile.release] +lto = true
\ No newline at end of file |
