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 \