FYSETC F6 v1.4 board support (#16321)

This commit is contained in:
George Fu 2020-01-04 10:29:25 +08:00 committed by Scott Lahteine
parent a49c6608c9
commit ceeba58dc9
5 changed files with 118 additions and 27 deletions

View file

@ -98,6 +98,17 @@ lib_deps = ${common.lib_deps}
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
#
# FYSETC F6 V1.4
#
[env:FYSETC_F6_14]
platform = atmelavr
board = fysetc_f6_14
board_build.f_cpu = 16000000L
lib_deps = ${common.lib_deps}
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
#
# Sanguinololu (ATmega644p)
#