From ca70a58cfeb45d80a3bb1048e0df0e1b56191a1c Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 17 Mar 2017 09:15:08 +0100 Subject: [PATCH] tests/unittests: add nucleo144-f412 to cortexM boards --- tests/unittests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unittests/Makefile b/tests/unittests/Makefile index c002b56901..8a4293dafa 100644 --- a/tests/unittests/Makefile +++ b/tests/unittests/Makefile @@ -90,6 +90,7 @@ ARM_CORTEX_M_BOARDS := airfy-beacon \ nrf52840dk \ nrf6310 \ nucleo144-f303 \ + nucleo144-f412 \ nucleo144-f429 \ nucleo144-f446 \ nucleo32-f031 \