Browse Source

Ignore NativeEthernet on AT90USB1286 (#19885)

vanilla_fb_2.0.x
Jason Smith 4 years ago
committed by Scott Lahteine
parent
commit
62d578de9e
  1. 2
      .github/workflows/test-builds.yml
  2. 2
      platformio.ini

2
.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

2
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

Loading…
Cancel
Save