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

This commit is contained in:
BigTreeTech 2021-12-11 03:38:03 +08:00 committed by GitHub
parent 1e637a8de2
commit 0077d982cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)