Skip to content

Commit d0c2979

Browse files
sjasonsmithkpishere
authored andcommitted
Ignore NativeEthernet on AT90USB1286 (MarlinFirmware#19885)
1 parent 1767c19 commit d0c2979

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- esp32
4040
- linux_native
4141
- mega2560
42+
- at90usb1286_dfu
4243
- teensy31
4344
- teensy35
4445
- teensy41
@@ -95,7 +96,6 @@ jobs:
9596

9697
# Non-working environment tests
9798
#- at90usb1286_cdc
98-
#- at90usb1286_dfu
9999
#- STM32F103CB_malyan
100100
#- mks_robin_mini
101101

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ build_unflags = -g -ggdb
560560
platform = teensy
561561
extends = common_avr8
562562
board = at90usb1286
563-
lib_ignore = ${env:common_avr8.lib_ignore} Teensy_ADC
563+
lib_ignore = ${env:common_avr8.lib_ignore}, Teensy_ADC, NativeEthernet
564564

565565
#
566566
# AT90USB1286 boards using DFU bootloader

0 commit comments

Comments
 (0)