We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f11c26 commit 5bbb501Copy full SHA for 5bbb501
.github/workflows/test-builds.yml
@@ -39,6 +39,7 @@ jobs:
39
- esp32
40
- linux_native
41
- mega2560
42
+ - at90usb1286_dfu
43
- teensy31
44
- teensy35
45
- teensy41
@@ -95,7 +96,6 @@ jobs:
95
96
97
# Non-working environment tests
98
#- at90usb1286_cdc
- #- at90usb1286_dfu
99
#- STM32F103CB_malyan
100
#- mks_robin_mini
101
platformio.ini
@@ -390,7 +390,7 @@ build_unflags = -g -ggdb
390
platform = teensy
391
extends = common_avr8
392
board = at90usb1286
393
-lib_ignore = ${env:common_avr8.lib_ignore} Teensy_ADC
+lib_ignore = ${env:common_avr8.lib_ignore}, Teensy_ADC, NativeEthernet
394
395
#
396
# AT90USB1286 boards using DFU bootloader
0 commit comments