mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
add cfail tests
This commit is contained in:
parent
e9788ff9b6
commit
1f1cf84ab4
14 changed files with 438 additions and 2 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -14,5 +14,11 @@ version = "0.2.0"
|
|||
|
||||
[dependencies]
|
||||
cortex-m = "0.3.0"
|
||||
cortex-m-rtfm-macros = { path = "macros" }
|
||||
static-ref = "0.2.0"
|
||||
static-ref = "0.2.0"
|
||||
|
||||
[dependencies.cortex-m-rtfm-macros]
|
||||
path = "macros"
|
||||
|
||||
[dev-dependencies]
|
||||
compiletest_rs = "0.2.8"
|
||||
stm32f103xx = "0.7.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue