-
- Downloads
replace the ceiling token with a preemption threshold token
Showing
- Cargo.toml 1 addition, 1 deletionCargo.toml
- build.rs 33 additions, 18 deletionsbuild.rs
- src/lib.rs 111 additions, 100 deletionssrc/lib.rs
- tests/cfail/access.rs 15 additions, 15 deletionstests/cfail/access.rs
- tests/cfail/ceiling.rs 6 additions, 6 deletionstests/cfail/ceiling.rs
- tests/cfail/lock.rs 14 additions, 20 deletionstests/cfail/lock.rs
- tests/cfail/peripherals-alias-1.rs 3 additions, 3 deletionstests/cfail/peripherals-alias-1.rs
- tests/cfail/peripherals-alias-2.rs 3 additions, 3 deletionstests/cfail/peripherals-alias-2.rs
- tests/cfail/race-1.rs 9 additions, 9 deletionstests/cfail/race-1.rs
- tests/cfail/race-2.rs 10 additions, 10 deletionstests/cfail/race-2.rs
- tests/cfail/raise.rs 24 additions, 0 deletionstests/cfail/raise.rs
- tests/cfail/tasks-p0.rs 4 additions, 4 deletionstests/cfail/tasks-p0.rs
- tests/cfail/tasks-same-handler.rs 5 additions, 5 deletionstests/cfail/tasks-same-handler.rs
- tests/cfail/tasks-wrong-idle.rs 4 additions, 4 deletionstests/cfail/tasks-wrong-idle.rs
- tests/cfail/tasks-wrong-init.rs 5 additions, 5 deletionstests/cfail/tasks-wrong-init.rs
- tests/cfail/tasks-wrong-priority.rs 4 additions, 4 deletionstests/cfail/tasks-wrong-priority.rs
- tests/cfail/tasks-wrong-task.rs 4 additions, 4 deletionstests/cfail/tasks-wrong-task.rs
- tests/cfail/tasks-wrong-threshold.rs 5 additions, 5 deletionstests/cfail/tasks-wrong-threshold.rs
... | @@ -17,7 +17,7 @@ quote = "0.3.15" | ... | @@ -17,7 +17,7 @@ quote = "0.3.15" |
syn = "0.11.10" | syn = "0.11.10" | ||
[dependencies] | [dependencies] | ||
cortex-m = "0.2.4" | cortex-m = "0.2.5" | ||
static-ref = "0.1.0" | static-ref = "0.1.0" | ||
typenum = "1.7.0" | typenum = "1.7.0" | ||
... | ... |
tests/cfail/raise.rs
0 → 100644
Please register or sign in to comment