Skip to content

Commit

Permalink
Add support for FYSETC F6 V1.3 board (#12527)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaaj4 authored and thinkyhead committed Nov 26, 2018
1 parent 09d6db4 commit 1980931
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions platformio.ini
Expand Up @@ -344,3 +344,16 @@ lib_ignore =
TMC26XStepper
c1921b4
src_filter = ${common.default_src_filter} +<src/HAL/HAL_ESP32>

#
# FYSETC F6 V1.3
#
[env:fysetc_f6_13]
platform = atmelavr
framework = arduino
board = fysetc_f6_13
build_flags = ${common.build_flags}
board_build.f_cpu = 16000000L
lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
monitor_speed = 250000

0 comments on commit 1980931

Please sign in to comment.