add homogeneous multi-core support

This commit is contained in:
Jorge Aparicio 2019-06-18 10:31:31 +02:00
parent 81275bfa4f
commit 9897728709
33 changed files with 385 additions and 53 deletions

View file

@ -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",
]