mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-04 21:57:44 -07:00
🔨🐛 Don't use broken 'board = fysetc_f6_13' (#28159)
This commit is contained in:
parent
ac5836a2a2
commit
8547f4f5b9
5 changed files with 7 additions and 11 deletions
2
.github/workflows/ci-build-tests.yml
vendored
2
.github/workflows/ci-build-tests.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
- at90usb1286_dfu
|
||||
|
||||
# AVR Extended
|
||||
- FYSETC_F6
|
||||
- mega2560ext
|
||||
- melzi_optiboot
|
||||
- rambo
|
||||
- sanguino1284p
|
||||
|
|
|
|||
|
|
@ -184,9 +184,9 @@
|
|||
#elif MB(DAGOMA_D6)
|
||||
#include "ramps/pins_DAGOMA_D6.h" // ATmega2560 env:mega2560ext
|
||||
#elif MB(FYSETC_F6_13)
|
||||
#include "ramps/pins_FYSETC_F6_13.h" // ATmega2560 env:FYSETC_F6
|
||||
#include "ramps/pins_FYSETC_F6_13.h" // ATmega2560 env:mega2560ext
|
||||
#elif MB(FYSETC_F6_14)
|
||||
#include "ramps/pins_FYSETC_F6_14.h" // ATmega2560 env:FYSETC_F6
|
||||
#include "ramps/pins_FYSETC_F6_14.h" // ATmega2560 env:mega2560ext
|
||||
#elif MB(DUPLICATOR_I3_PLUS)
|
||||
#include "ramps/pins_DUPLICATOR_I3_PLUS.h" // ATmega2560 env:mega2560
|
||||
#elif MB(VORON)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for AVR ATmega FYSETC F6 1.3
|
||||
# Build tests for mega2560ext - AVR ATmega (extended)
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
|
|
@ -87,13 +87,6 @@ board = megaatmega2560
|
|||
extends = common_avr8
|
||||
board = reprap_rambo
|
||||
|
||||
#
|
||||
# FYSETC F6 V1.3 / V1.4
|
||||
#
|
||||
[env:FYSETC_F6]
|
||||
extends = common_avr8
|
||||
board = fysetc_f6_13
|
||||
|
||||
#
|
||||
# Sanguinololu (ATmega644p)
|
||||
#
|
||||
|
|
|
|||
|
|
@ -149,3 +149,6 @@ extends = renamed
|
|||
|
||||
[env:FYSETC_SPIDER_KING407] ;=> STM32F407ZG_fysetc
|
||||
extends = renamed
|
||||
|
||||
[env:FYSETC_F6] ;=> mega2560ext
|
||||
extends = renamed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue