Skip to content

Commit 5bbb501

Browse files
sjasonsmithvgadreau
authored andcommitted
Ignore NativeEthernet on AT90USB1286 (MarlinFirmware#19885)
1 parent 1f11c26 commit 5bbb501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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
@@ -390,7 +390,7 @@ build_unflags = -g -ggdb
390390
platform = teensy
391391
extends = common_avr8
392392
board = at90usb1286
393-
lib_ignore = ${env:common_avr8.lib_ignore} Teensy_ADC
393+
lib_ignore = ${env:common_avr8.lib_ignore}, Teensy_ADC, NativeEthernet
394394

395395
#
396396
# AT90USB1286 boards using DFU bootloader

0 commit comments

Comments
 (0)