|
|
@ -62,8 +62,8 @@ platform = atmelavr
|
|
|
|
board = megaatmega2560
|
|
|
|
board = megaatmega2560
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# ATmega1280
|
|
|
|
# ATmega1280
|
|
|
@ -73,8 +73,8 @@ platform = atmelavr
|
|
|
|
board = megaatmega1280
|
|
|
|
board = megaatmega1280
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# RAMBo
|
|
|
|
# RAMBo
|
|
|
@ -84,8 +84,8 @@ platform = atmelavr
|
|
|
|
board = reprap_rambo
|
|
|
|
board = reprap_rambo
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# FYSETC F6 V1.3
|
|
|
|
# FYSETC F6 V1.3
|
|
|
@ -95,8 +95,8 @@ platform = atmelavr
|
|
|
|
board = fysetc_f6_13
|
|
|
|
board = fysetc_f6_13
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# FYSETC F6 V1.4
|
|
|
|
# FYSETC F6 V1.4
|
|
|
@ -106,8 +106,8 @@ platform = atmelavr
|
|
|
|
board = fysetc_f6_14
|
|
|
|
board = fysetc_f6_14
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
board_build.f_cpu = 16000000L
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Sanguinololu (ATmega644p)
|
|
|
|
# Sanguinololu (ATmega644p)
|
|
|
@ -116,8 +116,8 @@ src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
platform = atmelavr
|
|
|
|
platform = atmelavr
|
|
|
|
board = sanguino_atmega644p
|
|
|
|
board = sanguino_atmega644p
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Sanguinololu (ATmega1284p)
|
|
|
|
# Sanguinololu (ATmega1284p)
|
|
|
@ -126,8 +126,8 @@ src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
platform = atmelavr
|
|
|
|
platform = atmelavr
|
|
|
|
board = sanguino_atmega1284p
|
|
|
|
board = sanguino_atmega1284p
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Melzi and clones (ATmega1284p)
|
|
|
|
# Melzi and clones (ATmega1284p)
|
|
|
@ -136,8 +136,8 @@ src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
platform = atmelavr
|
|
|
|
platform = atmelavr
|
|
|
|
board = sanguino_atmega1284p
|
|
|
|
board = sanguino_atmega1284p
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
lib_ignore = TMCStepper
|
|
|
|
lib_ignore = TMCStepper
|
|
|
|
upload_speed = 57600
|
|
|
|
upload_speed = 57600
|
|
|
|
|
|
|
|
|
|
|
@ -148,8 +148,8 @@ upload_speed = 57600
|
|
|
|
platform = atmelavr
|
|
|
|
platform = atmelavr
|
|
|
|
board = sanguino_atmega1284p
|
|
|
|
board = sanguino_atmega1284p
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
lib_ignore = TMCStepper
|
|
|
|
lib_ignore = TMCStepper
|
|
|
|
upload_speed = 115200
|
|
|
|
upload_speed = 115200
|
|
|
|
|
|
|
|
|
|
|
@ -164,9 +164,9 @@ upload_speed = 115200
|
|
|
|
platform = teensy
|
|
|
|
platform = teensy
|
|
|
|
board = at90usb1286
|
|
|
|
board = at90usb1286
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
lib_ignore = TMCStepper
|
|
|
|
lib_ignore = TMCStepper
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# AT90USB1286 boards using DFU bootloader
|
|
|
|
# AT90USB1286 boards using DFU bootloader
|
|
|
@ -179,7 +179,7 @@ platform = teensy
|
|
|
|
board = at90usb1286
|
|
|
|
board = at90usb1286
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_ignore = TMCStepper
|
|
|
|
lib_ignore = TMCStepper
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Due (Atmel SAM3X8E ARM Cortex-M3)
|
|
|
|
# Due (Atmel SAM3X8E ARM Cortex-M3)
|
|
|
@ -190,18 +190,18 @@ src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
|
|
|
[env:DUE]
|
|
|
|
[env:DUE]
|
|
|
|
platform = atmelsam
|
|
|
|
platform = atmelsam
|
|
|
|
board = due
|
|
|
|
board = due
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/DUE>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/DUE>
|
|
|
|
|
|
|
|
|
|
|
|
[env:DUE_USB]
|
|
|
|
[env:DUE_USB]
|
|
|
|
platform = atmelsam
|
|
|
|
platform = atmelsam
|
|
|
|
board = dueUSB
|
|
|
|
board = dueUSB
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/DUE>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/DUE>
|
|
|
|
|
|
|
|
|
|
|
|
[env:DUE_debug]
|
|
|
|
[env:DUE_debug]
|
|
|
|
# Used when WATCHDOG_RESET_MANUAL is enabled
|
|
|
|
# Used when WATCHDOG_RESET_MANUAL is enabled
|
|
|
|
platform = atmelsam
|
|
|
|
platform = atmelsam
|
|
|
|
board = due
|
|
|
|
board = due
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/DUE>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/DUE>
|
|
|
|
build_flags = ${common.build_flags}
|
|
|
|
build_flags = ${common.build_flags}
|
|
|
|
-funwind-tables
|
|
|
|
-funwind-tables
|
|
|
|
-mpoke-function-name
|
|
|
|
-mpoke-function-name
|
|
|
@ -219,7 +219,7 @@ build_flags = -DU8G_HAL_LINKS -IMarlin/src/HAL/LPC1768/include -IMarlin/sr
|
|
|
|
lib_ldf_mode = off
|
|
|
|
lib_ldf_mode = off
|
|
|
|
lib_compat_mode = strict
|
|
|
|
lib_compat_mode = strict
|
|
|
|
extra_scripts = Marlin/src/HAL/LPC1768/upload_extra_script.py
|
|
|
|
extra_scripts = Marlin/src/HAL/LPC1768/upload_extra_script.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/LPC1768>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/LPC1768>
|
|
|
|
lib_deps = Servo
|
|
|
|
lib_deps = Servo
|
|
|
|
LiquidCrystal
|
|
|
|
LiquidCrystal
|
|
|
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
|
|
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
|
|
@ -237,7 +237,7 @@ build_flags = -DU8G_HAL_LINKS -IMarlin/src/HAL/LPC1768/include -IMarlin/sr
|
|
|
|
lib_ldf_mode = off
|
|
|
|
lib_ldf_mode = off
|
|
|
|
lib_compat_mode = strict
|
|
|
|
lib_compat_mode = strict
|
|
|
|
extra_scripts = Marlin/src/HAL/LPC1768/upload_extra_script.py
|
|
|
|
extra_scripts = Marlin/src/HAL/LPC1768/upload_extra_script.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/LPC1768>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/LPC1768>
|
|
|
|
lib_deps = Servo
|
|
|
|
lib_deps = Servo
|
|
|
|
LiquidCrystal
|
|
|
|
LiquidCrystal
|
|
|
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
|
|
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
|
|
@ -255,7 +255,7 @@ platform_packages = tool-stm32duino
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -std=gnu++14
|
|
|
|
${common.build_flags} -std=gnu++14
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
@ -273,7 +273,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -std=gnu++14 -DDEBUG_LEVEL=0 -DHAVE_SW_SERIAL
|
|
|
|
${common.build_flags} -std=gnu++14 -DDEBUG_LEVEL=0 -DHAVE_SW_SERIAL
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_fysetc.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_fysetc.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
@ -298,7 +298,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
USBComposite for STM32F1@==0.91
|
|
|
|
USBComposite for STM32F1@==0.91
|
|
|
@ -313,7 +313,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DUSE_USB_COMPOSITE
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DUSE_USB_COMPOSITE
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
USBComposite for STM32F1@==0.91
|
|
|
|
USBComposite for STM32F1@==0.91
|
|
|
@ -329,7 +329,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_FLASH_SIZE=512
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_FLASH_SIZE=512
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
USBComposite for STM32F1@==0.91
|
|
|
|
USBComposite for STM32F1@==0.91
|
|
|
@ -345,7 +345,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_FLASH_SIZE=512 -DUSE_USB_COMPOSITE
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_FLASH_SIZE=512 -DUSE_USB_COMPOSITE
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
USBComposite for STM32F1@==0.91
|
|
|
|
USBComposite for STM32F1@==0.91
|
|
|
@ -362,7 +362,7 @@ platform_packages = tool-stm32duino
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -std=gnu++14
|
|
|
|
${common.build_flags} -std=gnu++14
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
@ -380,7 +380,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
@ -396,7 +396,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DUSE_USB_COMPOSITE
|
|
|
|
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DUSE_USB_COMPOSITE
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
@ -412,7 +412,7 @@ platform = ststm32@<6.2.0
|
|
|
|
board = disco_f407vg
|
|
|
|
board = disco_f407vg
|
|
|
|
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F4 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB -DHAL_IWDG_MODULE_ENABLED
|
|
|
|
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F4 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB -DHAL_IWDG_MODULE_ENABLED
|
|
|
|
lib_ignore = Adafruit NeoPixel, TMCStepper
|
|
|
|
lib_ignore = Adafruit NeoPixel, TMCStepper
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32_F4_F7> -<src/HAL/STM32_F4_F7/STM32F7>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32_F4_F7> -<src/HAL/STM32_F4_F7/STM32F7>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# STM32F7 with STM32GENERIC
|
|
|
|
# STM32F7 with STM32GENERIC
|
|
|
@ -422,7 +422,7 @@ platform = ststm32@<6.2.0
|
|
|
|
board = remram_v1
|
|
|
|
board = remram_v1
|
|
|
|
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F7 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB -DHAL_IWDG_MODULE_ENABLED
|
|
|
|
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F7 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB -DHAL_IWDG_MODULE_ENABLED
|
|
|
|
lib_ignore = Adafruit NeoPixel, TMCStepper
|
|
|
|
lib_ignore = Adafruit NeoPixel, TMCStepper
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32_F4_F7> -<src/HAL/STM32_F4_F7/STM32F4>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32_F4_F7> -<src/HAL/STM32_F4_F7/STM32F4>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# ARMED (STM32)
|
|
|
|
# ARMED (STM32)
|
|
|
@ -435,7 +435,7 @@ build_flags = ${common.build_flags}
|
|
|
|
-O2 -ffreestanding -fsigned-char -fno-move-loop-invariants -fno-strict-aliasing -std=gnu11 -std=gnu++11
|
|
|
|
-O2 -ffreestanding -fsigned-char -fno-move-loop-invariants -fno-strict-aliasing -std=gnu11 -std=gnu++11
|
|
|
|
-IMarlin/src/HAL/STM32
|
|
|
|
-IMarlin/src/HAL/STM32
|
|
|
|
lib_ignore = Adafruit NeoPixel, SoftwareSerial
|
|
|
|
lib_ignore = Adafruit NeoPixel, SoftwareSerial
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Geeetech GTM32 (STM32F103VET6)
|
|
|
|
# Geeetech GTM32 (STM32F103VET6)
|
|
|
@ -448,7 +448,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
-DBOARD_generic_stm32f103v -DARDUINO_GENERIC_STM32F103V -DARDUINO_ARCH_STM32F1
|
|
|
|
-DBOARD_generic_stm32f103v -DARDUINO_GENERIC_STM32F103V -DARDUINO_ARCH_STM32F1
|
|
|
|
-DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DVECT_TAB_ADDR=0x8000000 -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
|
|
|
-DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DVECT_TAB_ADDR=0x8000000 -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
upload_protocol = serial
|
|
|
|
upload_protocol = serial
|
|
|
|
|
|
|
|
|
|
|
@ -463,7 +463,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
-DSTM32F1xx -DU20 -DTS_V12
|
|
|
|
-DSTM32F1xx -DU20 -DTS_V12
|
|
|
|
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
|
|
|
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_ignore = Adafruit NeoPixel, LiquidTWI2, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, LiquidTWI2, SPI
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -476,7 +476,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -std=gnu++14
|
|
|
|
${common.build_flags} -std=gnu++14
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_mini.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_mini.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -490,7 +490,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
|
|
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
@ -505,7 +505,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_XL_DENSITY
|
|
|
|
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_XL_DENSITY
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
@ -520,7 +520,7 @@ extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_pro.py
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY
|
|
|
|
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI, TMCStepper
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI, TMCStepper
|
|
|
|
|
|
|
|
|
|
|
@ -534,7 +534,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -std=gnu++14
|
|
|
|
${common.build_flags} -std=gnu++14
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_lite.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_lite.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -547,7 +547,7 @@ extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_lite3.py
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -std=gnu++14
|
|
|
|
${common.build_flags} -std=gnu++14
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
|
|
|
|
|
|
|
@ -561,7 +561,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -DSTM32F1xx -std=gnu++14 -DSTM32_XL_DENSITY
|
|
|
|
${common.build_flags} -DSTM32F1xx -std=gnu++14 -DSTM32_XL_DENSITY
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/jgaurora_a5s_a1_with_bootloader.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/jgaurora_a5s_a1_with_bootloader.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, SPI
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -572,7 +572,7 @@ platform = ststm32@<6.2.0
|
|
|
|
board = malyanM200
|
|
|
|
board = malyanM200
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py -DMCU_STM32F103CB -D __STM32F1__=1 -std=c++1y -D MOTHERBOARD="BOARD_MALYAN_M200" -DSERIAL_USB -ffunction-sections -fdata-sections -Wl,--gc-sections
|
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py -DMCU_STM32F103CB -D __STM32F1__=1 -std=c++1y -D MOTHERBOARD="BOARD_MALYAN_M200" -DSERIAL_USB -ffunction-sections -fdata-sections -Wl,--gc-sections
|
|
|
|
-DDEBUG_LEVEL=0 -D__MARLIN_FIRMWARE__
|
|
|
|
-DDEBUG_LEVEL=0 -D__MARLIN_FIRMWARE__
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_ignore = Adafruit NeoPixel, LiquidCrystal, LiquidTWI2, TMCStepper, U8glib-HAL, SPI
|
|
|
|
lib_ignore = Adafruit NeoPixel, LiquidCrystal, LiquidTWI2, TMCStepper, U8glib-HAL, SPI
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -585,7 +585,7 @@ build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
|
|
|
${common.build_flags} -DSTM32F1xx -std=gnu++14 -DSTM32_XL_DENSITY
|
|
|
|
${common.build_flags} -DSTM32F1xx -std=gnu++14 -DSTM32_XL_DENSITY
|
|
|
|
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG= -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
|
|
|
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG= -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/chitu_crypt.py
|
|
|
|
extra_scripts = buildroot/share/PlatformIO/scripts/chitu_crypt.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -605,7 +605,7 @@ build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
buildroot/share/PlatformIO/scripts/STEVAL__F401XX.py
|
|
|
|
buildroot/share/PlatformIO/scripts/STEVAL__F401XX.py
|
|
|
|
lib_ignore = Adafruit NeoPixel, TMCStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster, SoftwareSerial
|
|
|
|
lib_ignore = Adafruit NeoPixel, TMCStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster, SoftwareSerial
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# FLYF407ZG
|
|
|
|
# FLYF407ZG
|
|
|
@ -621,7 +621,7 @@ build_flags = ${common.build_flags}
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
lib_ignore = Adafruit NeoPixel, TMCStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster, SoftwareSerial
|
|
|
|
lib_ignore = Adafruit NeoPixel, TMCStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster, SoftwareSerial
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -639,7 +639,7 @@ build_flags = ${common.build_flags}
|
|
|
|
-DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED -DUSBD_VID=0x0483 '-DUSB_PRODUCT="FYSETC_S6"'
|
|
|
|
-DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED -DUSBD_VID=0x0483 '-DUSB_PRODUCT="FYSETC_S6"'
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/fysetc_STM32S6.py
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/fysetc_STM32S6.py
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
lib_ignore = Arduino-L6470
|
|
|
|
lib_ignore = Arduino-L6470
|
|
|
|
debug_tool = stlink
|
|
|
|
debug_tool = stlink
|
|
|
|
#upload_protocol = stlink
|
|
|
|
#upload_protocol = stlink
|
|
|
@ -661,7 +661,7 @@ build_flags = ${common.build_flags}
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
lib_ignore = Adafruit NeoPixel, TMCStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster, SoftwareSerial
|
|
|
|
lib_ignore = Adafruit NeoPixel, TMCStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster, SoftwareSerial
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# BigTreeTech SKR Pro (STM32F407ZGT6 ARM Cortex-M4)
|
|
|
|
# BigTreeTech SKR Pro (STM32F407ZGT6 ARM Cortex-M4)
|
|
|
@ -677,7 +677,7 @@ build_flags = ${common.build_flags}
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
lib_ignore = SoftwareSerial, SoftwareSerialM
|
|
|
|
lib_ignore = SoftwareSerial, SoftwareSerialM
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
#upload_protocol = stlink
|
|
|
|
#upload_protocol = stlink
|
|
|
|
#upload_command = "$PROJECT_PACKAGES_DIR/tool-stm32duino/stlink/ST-LINK_CLI.exe" -c SWD -P "$BUILD_DIR/firmware.bin" 0x8008000 -Rst -Run
|
|
|
|
#upload_command = "$PROJECT_PACKAGES_DIR/tool-stm32duino/stlink/ST-LINK_CLI.exe" -c SWD -P "$BUILD_DIR/firmware.bin" 0x8008000 -Rst -Run
|
|
|
|
debug_tool = stlink
|
|
|
|
debug_tool = stlink
|
|
|
@ -704,7 +704,7 @@ lib_deps =
|
|
|
|
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
|
|
|
|
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
|
|
|
|
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/0.7.0.zip
|
|
|
|
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/0.7.0.zip
|
|
|
|
lib_ignore = SoftwareSerial, SoftwareSerialM
|
|
|
|
lib_ignore = SoftwareSerial, SoftwareSerialM
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
monitor_speed = 250000
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -724,7 +724,7 @@ build_flags = ${common.build_flags}
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
|
|
|
lib_ignore = Adafruit NeoPixel, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
|
|
|
lib_ignore = Adafruit NeoPixel, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Teensy 3.1 / 3.2 (ARM Cortex-M4)
|
|
|
|
# Teensy 3.1 / 3.2 (ARM Cortex-M4)
|
|
|
@ -733,9 +733,9 @@ src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
platform = teensy
|
|
|
|
platform = teensy
|
|
|
|
board = teensy31
|
|
|
|
board = teensy31
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY31_32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/TEENSY31_32>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Teensy 3.5 / 3.6 (ARM Cortex-M4)
|
|
|
|
# Teensy 3.5 / 3.6 (ARM Cortex-M4)
|
|
|
@ -744,9 +744,9 @@ src_filter = ${common.default_src_filter} +<src/HAL/TEENSY31_32>
|
|
|
|
platform = teensy
|
|
|
|
platform = teensy
|
|
|
|
board = teensy35
|
|
|
|
board = teensy35
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Espressif ESP32
|
|
|
|
# Espressif ESP32
|
|
|
@ -762,7 +762,7 @@ lib_deps = ${common.lib_deps}
|
|
|
|
arduinoWebSockets=https://github.com/Links2004/arduinoWebSockets.git
|
|
|
|
arduinoWebSockets=https://github.com/Links2004/arduinoWebSockets.git
|
|
|
|
ESP32SSDP=https://github.com/luc-github/ESP32SSDP.git
|
|
|
|
ESP32SSDP=https://github.com/luc-github/ESP32SSDP.git
|
|
|
|
lib_ignore = LiquidCrystal, LiquidTWI2, SailfishLCD, SailfishRGB_LED, ESPAsyncTCP
|
|
|
|
lib_ignore = LiquidCrystal, LiquidTWI2, SailfishLCD, SailfishRGB_LED, ESPAsyncTCP
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/ESP32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/ESP32>
|
|
|
|
upload_speed = 115200
|
|
|
|
upload_speed = 115200
|
|
|
|
#upload_port = marlinesp.local
|
|
|
|
#upload_port = marlinesp.local
|
|
|
|
#board_build.flash_mode = qio
|
|
|
|
#board_build.flash_mode = qio
|
|
|
@ -779,7 +779,7 @@ src_build_flags = -Wall -IMarlin/src/HAL/LINUX/include
|
|
|
|
build_unflags = -Wall
|
|
|
|
build_unflags = -Wall
|
|
|
|
lib_ldf_mode = off
|
|
|
|
lib_ldf_mode = off
|
|
|
|
lib_deps =
|
|
|
|
lib_deps =
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/LINUX>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/LINUX>
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Adafruit Grand Central M4 (Atmel SAMD51P20A ARM Cortex-M4)
|
|
|
|
# Adafruit Grand Central M4 (Atmel SAMD51P20A ARM Cortex-M4)
|
|
|
@ -789,7 +789,7 @@ platform = atmelsam
|
|
|
|
board = adafruit_grandcentral_m4
|
|
|
|
board = adafruit_grandcentral_m4
|
|
|
|
build_flags = ${common.build_flags} -std=gnu++17 -Wno-register
|
|
|
|
build_flags = ${common.build_flags} -std=gnu++17 -Wno-register
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
build_unflags = -std=gnu++11
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/SAMD51>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/SAMD51>
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
|
|
|
Adafruit_SPIFlash=https://github.com/adafruit/Adafruit_SPIFlash/archive/master.zip
|
|
|
|
Adafruit_SPIFlash=https://github.com/adafruit/Adafruit_SPIFlash/archive/master.zip
|
|
|
@ -817,7 +817,7 @@ build_flags = ${common.build_flags}
|
|
|
|
-DHAL_UART_MODULE_ENABLED
|
|
|
|
-DHAL_UART_MODULE_ENABLED
|
|
|
|
-Os
|
|
|
|
-Os
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
|
|
|
monitor_speed = 500000
|
|
|
|
monitor_speed = 500000
|
|
|
|
upload_protocol = dfu
|
|
|
|
upload_protocol = dfu
|
|
|
|
|
|
|
|
|
|
|
@ -838,7 +838,7 @@ build_flags = ${common.build_flags}
|
|
|
|
-DHAL_UART_MODULE_ENABLED
|
|
|
|
-DHAL_UART_MODULE_ENABLED
|
|
|
|
-Os
|
|
|
|
-Os
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32> +<src/HAL/STM32_F4_F7> -<src/HAL/STM32_F4_F7/STM32F7>
|
|
|
|
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32> +<src/HAL/STM32_F4_F7> -<src/HAL/STM32_F4_F7/STM32F7>
|
|
|
|
upload_protocol = dfu
|
|
|
|
upload_protocol = dfu
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -849,5 +849,5 @@ platform = atmelavr
|
|
|
|
board = megaatmega2560
|
|
|
|
board = megaatmega2560
|
|
|
|
build_flags = -c -H -std=gnu++11 -Wall -Os -D__MARLIN_FIRMWARE__
|
|
|
|
build_flags = -c -H -std=gnu++11 -Wall -Os -D__MARLIN_FIRMWARE__
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
|
|
|
|
TMC26XStepper=https://github.com/MarlinFirmware/TMC26XStepper/archive/master.zip
|
|
|
|
src_filter = +<src/Marlin.cpp>
|
|
|
|
build_src_filter = +<src/Marlin.cpp>
|
|
|
|