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

@ -43,7 +43,7 @@ main() {
cargo test --test multi --features heterogeneous --target $T
# multi-core compile-pass tests
pushd mc
pushd heterogeneous
local exs=(
smallest
x-init-2
@ -91,6 +91,8 @@ main() {
cargo check --target $T --examples --features __v7
fi
cargo check -p homogeneous --target $T --examples
# run-pass tests
case $T in
thumbv6m-none-eabi | thumbv7m-none-eabi)