mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
more examples
This commit is contained in:
parent
5606ba3cf3
commit
9a4f97ca5e
42 changed files with 192 additions and 151 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -49,10 +49,7 @@ codegen-units = 1
|
|||
lto = true
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"macros",
|
||||
"xtask",
|
||||
]
|
||||
members = ["macros", "xtask"]
|
||||
|
||||
# do not optimize proc-macro deps or build scripts
|
||||
[profile.dev.build-override]
|
||||
|
|
@ -76,6 +73,6 @@ lm3s6965 = { git = "https://github.com/japaric/lm3s6965" }
|
|||
[features]
|
||||
test-critical-section = ["cortex-m/critical-section-single-core"]
|
||||
|
||||
[[example]]
|
||||
name = "pool"
|
||||
required-features = ["test-critical-section"]
|
||||
# [[example]]
|
||||
# name = "pool"
|
||||
# required-features = ["test-critical-section"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue