mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
add homogeneous multi-core support
This commit is contained in:
parent
81275bfa4f
commit
9897728709
33 changed files with 385 additions and 53 deletions
|
|
@ -74,6 +74,7 @@ compiletest_rs = "0.3.22"
|
|||
|
||||
[features]
|
||||
heterogeneous = ["cortex-m-rtfm-macros/heterogeneous", "microamp"]
|
||||
homogeneous = ["cortex-m-rtfm-macros/homogeneous", "microamp"]
|
||||
# used for testing this crate; do not use in applications
|
||||
__v7 =[]
|
||||
|
||||
|
|
@ -83,6 +84,7 @@ lto = true
|
|||
|
||||
[workspace]
|
||||
members = [
|
||||
"heterogeneous",
|
||||
"homogeneous",
|
||||
"macros",
|
||||
"mc",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue