瀏覽代碼

Ignore NativeEthernet on AT90USB1286 (#19885)

Jason Smith 3 年之前
父節點
當前提交
ea0afd0b4d
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      .github/workflows/test-builds.yml
  2. 1
    1
      platformio.ini

+ 1
- 1
.github/workflows/test-builds.yml 查看文件

39
         - esp32
39
         - esp32
40
         - linux_native
40
         - linux_native
41
         - mega2560
41
         - mega2560
42
+        - at90usb1286_dfu
42
         - teensy31
43
         - teensy31
43
         - teensy35
44
         - teensy35
44
         - teensy41
45
         - teensy41
95
 
96
 
96
         # Non-working environment tests
97
         # Non-working environment tests
97
         #- at90usb1286_cdc
98
         #- at90usb1286_cdc
98
-        #- at90usb1286_dfu
99
         #- STM32F103CB_malyan
99
         #- STM32F103CB_malyan
100
         #- mks_robin_mini
100
         #- mks_robin_mini
101
 
101
 

+ 1
- 1
platformio.ini 查看文件

560
 platform      = teensy
560
 platform      = teensy
561
 extends       = common_avr8
561
 extends       = common_avr8
562
 board         = at90usb1286
562
 board         = at90usb1286
563
-lib_ignore    = ${env:common_avr8.lib_ignore} Teensy_ADC
563
+lib_ignore    = ${env:common_avr8.lib_ignore}, Teensy_ADC, NativeEthernet
564
 
564
 
565
 #
565
 #
566
 # AT90USB1286 boards using DFU bootloader
566
 # AT90USB1286 boards using DFU bootloader

Loading…
取消
儲存