From 62d578de9e296126610b5ce59f64a36e9660dd17 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Sat, 24 Oct 2020 17:43:42 -0700 Subject: [PATCH] Ignore NativeEthernet on AT90USB1286 (#19885) --- .github/workflows/test-builds.yml | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index f7ba348cc0..0030dceb2a 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -39,6 +39,7 @@ jobs: - esp32 - linux_native - mega2560 + - at90usb1286_dfu - teensy31 - teensy35 - teensy41 @@ -95,7 +96,6 @@ jobs: # Non-working environment tests #- at90usb1286_cdc - #- at90usb1286_dfu #- STM32F103CB_malyan #- mks_robin_mini diff --git a/platformio.ini b/platformio.ini index 326dca172f..56ace1b6e2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -560,7 +560,7 @@ build_unflags = -g -ggdb platform = teensy extends = common_avr8 board = at90usb1286 -lib_ignore = ${env:common_avr8.lib_ignore} Teensy_ADC +lib_ignore = ${env:common_avr8.lib_ignore}, Teensy_ADC, NativeEthernet # # AT90USB1286 boards using DFU bootloader