Skip to content

Commit 0fcebdc

Browse files
authored
Swap F4x1 default board files away from blackpill (#17522)
1 parent 227e552 commit 0fcebdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builddefs/mcu_selection.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ ifneq ($(findstring STM32F401, $(MCU)),)
359359

360360
# Board: it should exist either in <chibios>/os/hal/boards/,
361361
# <keyboard_dir>/boards/, or drivers/boards/
362-
BOARD ?= BLACKPILL_STM32_F401
362+
BOARD ?= GENERIC_STM32_F401XC
363363

364364
USE_FPU ?= yes
365365

@@ -475,7 +475,7 @@ ifneq ($(findstring STM32F411, $(MCU)),)
475475

476476
# Board: it should exist either in <chibios>/os/hal/boards/,
477477
# <keyboard_dir>/boards/, or drivers/boards/
478-
BOARD ?= BLACKPILL_STM32_F411
478+
BOARD ?= GENERIC_STM32_F411XE
479479

480480
USE_FPU ?= yes
481481

0 commit comments

Comments
 (0)