mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue