BigTreeTech SKR mini E3 V3.0 (STM32G0B1RET6) (#23283)

This commit is contained in:
BigTreeTech
2021-12-11 03:38:03 +08:00
committed by Scott Lahteine
parent efd67cf80d
commit a6bed22839
19 changed files with 1539 additions and 42 deletions

View File

@ -30,7 +30,7 @@ if pioutil.is_pio_build():
else:
platform_name = PackageSpec(platform_packages[0]).name
if platform_name in [ "usb-host-msc", "usb-host-msc-cdc-msc", "usb-host-msc-cdc-msc-2", "usb-host-msc-cdc-msc-3", "tool-stm32duino", "biqu-bx-workaround" ]:
if platform_name in [ "usb-host-msc", "usb-host-msc-cdc-msc", "usb-host-msc-cdc-msc-2", "usb-host-msc-cdc-msc-3", "tool-stm32duino", "biqu-bx-workaround", "main" ]:
platform_name = "framework-arduinoststm32"
FRAMEWORK_DIR = platform.get_package_dir(platform_name)