BlackBeezMini 3D by I3DBEE (#26406)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
This commit is contained in:
I3DBeeTech
2023-11-28 12:13:17 +05:30
committed by GitHub
parent b78f0012e9
commit 7a96a082b7
6 changed files with 202 additions and 11 deletions

View File

@@ -820,6 +820,20 @@ build_flags = ${stm32_variant.build_flags} -DSTM32F407_5ZX
debug_tool = stlink
upload_protocol = stlink
#
# BlackBeezMini (blackpill_f401cc)
#
[env:BLACKBEEZMINI_V1]
platform = ststm32
extends = common_stm32
board = blackpill_f401cc
board_build.offset = 0x0000
build_flags = ${common_stm32.build_flags}
-Os -DHAL_PCD_MODULE_ENABLED
-DHAL_UART_MODULE_ENABLED
monitor_speed = 250000
upload_protocol = dfu
#
# Mellow Fly E3 V2 (STM32F407VGT6 ARM Cortex-M4)
#