Blackpill-based custom board (#25152)

Co-authored-by: striker <striker@gmail.com>
This commit is contained in:
Muhammad Arslan
2023-05-11 18:18:24 +05:00
committed by GitHub
parent a07b7161e9
commit 8fb9b5804e
6 changed files with 153 additions and 15 deletions

View File

@@ -772,3 +772,13 @@ build_flags = ${stm32_variant.build_flags}
-DSTM32F4xx
build_unflags = ${stm32_variant.build_unflags} -fno-rtti
-DUSBCON -DUSBD_USE_CDC
#
# Blackpill
#
[env:STM32F401CD_blackpill_stlink]
platform = ${common_stm32.platform}
extends = common_stm32
board = blackpill_f401cc
upload_protocol = stlink
monitor_speed = 115200