Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- at90usb1286_dfu

# AVR Extended
- FYSETC_F6
- mega2560ext
- melzi_optiboot
- rambo
- sanguino1284p
Expand Down
4 changes: 2 additions & 2 deletions Marlin/src/pins/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion buildroot/tests/FYSETC_F6 → buildroot/tests/mega2560ext
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 0 additions & 7 deletions ini/avr.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#
Expand Down
3 changes: 3 additions & 0 deletions ini/renamed.ini
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,6 @@ extends = renamed

[env:FYSETC_SPIDER_KING407] ;=> STM32F407ZG_fysetc
extends = renamed

[env:FYSETC_F6] ;=> mega2560ext
extends = renamed
Loading