-
- Downloads
nucleo 64 port
Showing
- .cargo/config 3 additions, 0 deletions.cargo/config
- .vscode/launch.json 110 additions, 0 deletions.vscode/launch.json
- .vscode/tasks.json 91 additions, 0 deletions.vscode/tasks.json
- Cargo.toml 3 additions, 2 deletionsCargo.toml
- examples/full-syntax.rs 2 additions, 2 deletionsexamples/full-syntax.rs
- examples/generics.rs 3 additions, 3 deletionsexamples/generics.rs
- examples/late-resources.rs 2 additions, 2 deletionsexamples/late-resources.rs
- examples/nested.rs 7 additions, 3 deletionsexamples/nested.rs
- examples/one-task.rs 9 additions, 30 deletionsexamples/one-task.rs
- examples/preemption.rs 2 additions, 2 deletionsexamples/preemption.rs
- examples/two-tasks.rs 2 additions, 2 deletionsexamples/two-tasks.rs
- examples/zero-tasks.rs 4 additions, 3 deletionsexamples/zero-tasks.rs
.vscode/launch.json
0 → 100644
.vscode/tasks.json
0 → 100644
... | ... | @@ -25,9 +25,10 @@ compiletest_rs = "0.2.8" |
features = ["abort-on-panic"] | ||
version = "0.3.3" | ||
[dev-dependencies.stm32f103xx] | ||
[dev-dependencies.stm32f40x] | ||
git = "https://gitlab.henriktjader.com/pln/STM32F40x" | ||
features = ["rt"] | ||
version = "0.7.5" | ||
version = "0.1.0" | ||
[profile.release] | ||
lto = true |
Please register or sign in to comment