summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-08-19 00:52:50 +0100
committerGitHub <noreply@github.com>2022-08-19 00:52:50 +0100
commit0fcebdcdf1b193268c0e8979faa583fa6253a29c (patch)
tree15837ce200a1aaad0935fb37dcd944dd542d889b
parent227e552f5cb1b1320752a9626a81dd4d128d7c7b (diff)
Swap F4x1 default board files away from blackpill (#17522)
-rw-r--r--builddefs/mcu_selection.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/builddefs/mcu_selection.mk b/builddefs/mcu_selection.mk
index 7528aa6842..597591a455 100644
--- a/builddefs/mcu_selection.mk
+++ b/builddefs/mcu_selection.mk
@@ -359,7 +359,7 @@ ifneq ($(findstring STM32F401, $(MCU)),)
 
   # Board: it should exist either in <chibios>/os/hal/boards/,
   # <keyboard_dir>/boards/, or drivers/boards/
-  BOARD ?= BLACKPILL_STM32_F401
+  BOARD ?= GENERIC_STM32_F401XC
 
   USE_FPU ?= yes
 
@@ -475,7 +475,7 @@ ifneq ($(findstring STM32F411, $(MCU)),)
 
   # Board: it should exist either in <chibios>/os/hal/boards/,
   # <keyboard_dir>/boards/, or drivers/boards/
-  BOARD ?= BLACKPILL_STM32_F411
+  BOARD ?= GENERIC_STM32_F411XE
 
   USE_FPU ?= yes