Просмотр исходного кода

Add support for FYSETC F6 V1.3 board (#12527)

skaaj4 6 лет назад
Родитель
Сommit
1980931153
1 измененных файлов: 13 добавлений и 0 удалений
  1. 13
    0
      platformio.ini

+ 13
- 0
platformio.ini Просмотреть файл

@@ -344,3 +344,16 @@ lib_ignore  =
344 344
   TMC26XStepper
345 345
   c1921b4
346 346
 src_filter  = ${common.default_src_filter} +<src/HAL/HAL_ESP32>
347
+
348
+#
349
+# FYSETC F6 V1.3
350
+#
351
+[env:fysetc_f6_13]
352
+platform          = atmelavr
353
+framework         = arduino
354
+board             = fysetc_f6_13
355
+build_flags       = ${common.build_flags}
356
+board_build.f_cpu = 16000000L
357
+lib_deps          = ${common.lib_deps}
358
+src_filter        = ${common.default_src_filter} +<src/HAL/HAL_AVR>
359
+monitor_speed     = 250000

Загрузка…
Отмена
Сохранить