From 816071748579aa7ed6206e7e2062572299388b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= <joakim.nohlgard@eistec.se> Date: Sun, 11 Sep 2016 15:24:00 +0200 Subject: [PATCH] boards/nucleo-f207: Use cortex_m3_2 MCU_GROUP --- boards/nucleo-f207/Makefile.features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nucleo-f207/Makefile.features b/boards/nucleo-f207/Makefile.features index 262de77bb5..d4da3ea340 100644 --- a/boards/nucleo-f207/Makefile.features +++ b/boards/nucleo-f207/Makefile.features @@ -12,4 +12,4 @@ FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += cpp # The board MPU family (used for grouping by the CI system) -FEATURES_MCU_GROUP = cortex-m3 +FEATURES_MCU_GROUP = cortex_m3_2 -- GitLab