J.C. Nelson
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
14 deletions
-
buildroot/share/PlatformIO/scripts/copy_marlin_variant_to_framework.py
-
platformio.ini
|
@ -15,19 +15,6 @@ env = DefaultEnvironment() |
|
|
platform = env.PioPlatform() |
|
|
platform = env.PioPlatform() |
|
|
board = env.BoardConfig() |
|
|
board = env.BoardConfig() |
|
|
variant = board.get("build.variant") |
|
|
variant = board.get("build.variant") |
|
|
variant_dir = ' +<buildroot/share/PlatformIO/variants/' + variant + '>'; |
|
|
|
|
|
src_filter = env.get("SRC_FILTER") |
|
|
|
|
|
print("Starting SRC Filter:", env.get("SRC_FILTER")) |
|
|
|
|
|
src_filter_value = src_filter[0]; |
|
|
|
|
|
|
|
|
|
|
|
src_filter_value = src_filter_value + variant_dir |
|
|
|
|
|
src_filter[0] = src_filter_value; |
|
|
|
|
|
env["SRC_FILTER"] = src_filter |
|
|
|
|
|
|
|
|
|
|
|
print("Modified SRC Filter:", env.get("SRC_FILTER")) |
|
|
|
|
|
|
|
|
|
|
|
cxx_flags = env['CXXFLAGS'] |
|
|
|
|
|
print("CXXFLAGS", cxx_flags) |
|
|
|
|
|
|
|
|
|
|
|
FRAMEWORK_DIR = platform.get_package_dir("framework-arduinoststm32") |
|
|
FRAMEWORK_DIR = platform.get_package_dir("framework-arduinoststm32") |
|
|
assert os.path.isdir(FRAMEWORK_DIR) |
|
|
assert os.path.isdir(FRAMEWORK_DIR) |
|
|
|
@ -846,7 +846,7 @@ extra_scripts = ${common.extra_scripts} |
|
|
build_flags = ${common_stm32.build_flags} |
|
|
build_flags = ${common_stm32.build_flags} |
|
|
-DSTM32F4 -DSTM32F4xx -DTARGET_STM32F4 |
|
|
-DSTM32F4 -DSTM32F4xx -DTARGET_STM32F4 |
|
|
-DDISABLE_GENERIC_SERIALUSB -DARDUINO_ARCH_STM32 -DARDUINO_LERDGE |
|
|
-DDISABLE_GENERIC_SERIALUSB -DARDUINO_ARCH_STM32 -DARDUINO_LERDGE |
|
|
-DTRANSFER_CLOCK_DIV=8 |
|
|
-DTRANSFER_CLOCK_DIV=8 -DHAL_SRAM_MODULE_ENABLED |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|