|
|
|
@ -58,7 +58,7 @@ build_flags = ${common.build_flags}
|
|
|
|
|
board_f_cpu = 16000000L
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# ATmega1280
|
|
|
|
@ -71,7 +71,7 @@ build_flags = ${common.build_flags}
|
|
|
|
|
board_f_cpu = 16000000L
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Due (Atmel SAM3X8E ARM Cortex-M3)
|
|
|
|
@ -87,7 +87,7 @@ build_flags = ${common.build_flags}
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
lib_ignore = c1921b4
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
[env:DUE_USB]
|
|
|
|
|
platform = atmelsam
|
|
|
|
|
framework = arduino
|
|
|
|
@ -96,7 +96,7 @@ build_flags = ${common.build_flags}
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
lib_ignore = c1921b4
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
[env:DUE_debug]
|
|
|
|
|
# Used when WATCHDOG_RESET_MANUAL is enabled
|
|
|
|
|
platform = atmelsam
|
|
|
|
@ -108,7 +108,7 @@ build_flags = ${common.build_flags}
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
lib_ignore = c1921b4
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# NXP LPC1768 ARM Cortex-M3
|
|
|
|
@ -129,7 +129,7 @@ lib_deps = CMSIS-LPC1768
|
|
|
|
|
TMC2130Stepper@>=2.2.1
|
|
|
|
|
extra_scripts = Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py, Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# LPC1768 (for debugging and development)
|
|
|
|
@ -149,7 +149,7 @@ lib_deps = CMSIS-LPC1768
|
|
|
|
|
https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
extra_scripts = Marlin/src/HAL/HAL_LPC1768/debug_extra_script.py, Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
debug_tool = custom
|
|
|
|
|
debug_server =
|
|
|
|
|
C:\Program Files (x86)\SEGGER\JLink_V618d\JLinkGDBServerCL.exe
|
|
|
|
@ -171,7 +171,7 @@ build_flags = ${common.build_flags}
|
|
|
|
|
upload_speed = 57600
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Melzi and clones (Optiboot bootloader)
|
|
|
|
@ -184,7 +184,7 @@ build_flags = ${common.build_flags}
|
|
|
|
|
upload_speed = 115200
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# RAMBo
|
|
|
|
@ -197,7 +197,7 @@ build_flags = ${common.build_flags}
|
|
|
|
|
board_f_cpu = 16000000L
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Sanguinololu (ATmega644p)
|
|
|
|
@ -209,7 +209,7 @@ board = sanguino_atmega644p
|
|
|
|
|
build_flags = ${common.build_flags}
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Sanguinololu (ATmega1284p)
|
|
|
|
@ -221,7 +221,7 @@ board = sanguino_atmega1284p
|
|
|
|
|
build_flags = ${common.build_flags}
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
[env:STM32F1]
|
|
|
|
|
platform = ststm32
|
|
|
|
@ -240,7 +240,7 @@ lib_ignore = U8glib-HAL
|
|
|
|
|
TMC26XStepper
|
|
|
|
|
lib_ldf_mode = 1
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
[env:STM32F4]
|
|
|
|
|
platform = ststm32
|
|
|
|
@ -250,7 +250,7 @@ build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DMENU_USB_SERIAL -DMENU_
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
lib_ignore = Adafruit NeoPixel, c1921b4, TMC2130Stepper
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Teensy++ 2.0
|
|
|
|
@ -268,7 +268,7 @@ build_flags = ${common.build_flags}
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
lib_ldf_mode = deep+
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Teensy 3.5 / 3.6 (ARM Cortex-M4)
|
|
|
|
@ -281,7 +281,7 @@ build_flags = ${common.build_flags}
|
|
|
|
|
lib_deps = ${common.lib_deps}
|
|
|
|
|
lib_ignore = Adafruit NeoPixel
|
|
|
|
|
src_filter = ${common.default_src_filter}
|
|
|
|
|
monitor_baud = 250000
|
|
|
|
|
monitor_speed = 250000
|
|
|
|
|
|
|
|
|
|
[env:malyanm200]
|
|
|
|
|
platform = ststm32
|
|
|
|
|