Jason Smith
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.github/workflows/test-builds.yml
-
platformio.ini
|
@ -39,6 +39,7 @@ jobs: |
|
|
- esp32 |
|
|
- esp32 |
|
|
- linux_native |
|
|
- linux_native |
|
|
- mega2560 |
|
|
- mega2560 |
|
|
|
|
|
- at90usb1286_dfu |
|
|
- teensy31 |
|
|
- teensy31 |
|
|
- teensy35 |
|
|
- teensy35 |
|
|
- teensy41 |
|
|
- teensy41 |
|
@ -95,7 +96,6 @@ jobs: |
|
|
|
|
|
|
|
|
# Non-working environment tests |
|
|
# Non-working environment tests |
|
|
#- at90usb1286_cdc |
|
|
#- at90usb1286_cdc |
|
|
#- at90usb1286_dfu |
|
|
|
|
|
#- STM32F103CB_malyan |
|
|
#- STM32F103CB_malyan |
|
|
#- mks_robin_mini |
|
|
#- mks_robin_mini |
|
|
|
|
|
|
|
|
|
@ -560,7 +560,7 @@ build_unflags = -g -ggdb |
|
|
platform = teensy |
|
|
platform = teensy |
|
|
extends = common_avr8 |
|
|
extends = common_avr8 |
|
|
board = at90usb1286 |
|
|
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 |
|
|
# AT90USB1286 boards using DFU bootloader |
|
|