Skip to content

Commit 18ae17c

Browse files
committed
Added more platforms for autotests
1 parent a02f1e8 commit 18ae17c

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/workflows/compile_examples.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,36 @@ jobs:
6363
- name: STMicroelectronics:stm32
6464
source-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
6565
internalid: stm32_official
66+
- fqbn: esp8266:esp8266:huzzah
67+
type: 8266
68+
platforms: |
69+
- name: esp8266:esp8266
70+
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
71+
internalid: esp8266
72+
- fqbn: arduino:mbed_giga:giga
73+
platforms: |
74+
- name: arduino:mbed_giga
75+
internalid: arduino_giga
76+
- fqbn: rp2040:rp2040:rpipico
77+
type: rp2040
78+
platforms: |
79+
- name: rp2040:rp2040
80+
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
81+
internalid: rp2040
82+
- fqbn: arduino:renesas_uno:minima
83+
platforms: |
84+
- name: arduino:renesas_uno
85+
internalid: arduino_unor4
86+
- fqbn: teensy:avr:teensy36
87+
platforms: |
88+
- name: teensy:avr
89+
source-url: https://www.pjrc.com/teensy/package_teensy_index.json
90+
internalid: teensy36
91+
- fqbn: teensy:avr:teensy41
92+
platforms: |
93+
- name: teensy:avr
94+
source-url: https://www.pjrc.com/teensy/package_teensy_index.json
95+
internalid: teensy41
6696

6797
steps:
6898
- name: Checkout repository

0 commit comments

Comments
 (0)