From c482090e1c97e2ddb5b98599e42741fd2bd6036e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 4 May 2022 21:45:58 +0200 Subject: [PATCH] tests/pkg_cmsis-*: extend whitelisted boards --- tests/pkg/cmsis-dsp/Makefile | 2 ++ tests/pkg/cmsis-nn/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/tests/pkg/cmsis-dsp/Makefile b/tests/pkg/cmsis-dsp/Makefile index 0ffd497fe2..75d308d8d6 100644 --- a/tests/pkg/cmsis-dsp/Makefile +++ b/tests/pkg/cmsis-dsp/Makefile @@ -7,10 +7,12 @@ USEMODULE += cmsis-dsp BOARD_WHITELIST := \ airfy-beacon \ arduino-due \ + b-u585i-iot02a \ cc2538dk \ f4vi1 \ iotlab-m3 \ mbed_lpc1768 \ + microbit-v2 \ msbiot \ mulle \ nucleo-f091rc \ diff --git a/tests/pkg/cmsis-nn/Makefile b/tests/pkg/cmsis-nn/Makefile index f4cdf8a636..04f361612a 100644 --- a/tests/pkg/cmsis-nn/Makefile +++ b/tests/pkg/cmsis-nn/Makefile @@ -13,6 +13,7 @@ BLOBS += input # (cpu_core_cortexm is the only feature available) for the moment. BOARD_WHITELIST := \ b-l475e-iot01a \ + b-u585i-iot02a \ iotlab-m3 \ nrf52832-mdk \ nrf52dk \