[CI] Temporarily disable ESP32 CI (platform broken) (CI_BUILD_ALL)
This commit is contained in:
parent
7d96b4290e
commit
e1830052a3
1 changed files with 0 additions and 5 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -24,7 +24,6 @@ on:
|
||||||
- arduino:samd:arduino_zero_native
|
- arduino:samd:arduino_zero_native
|
||||||
- adafruit:samd:adafruit_feather_m0
|
- adafruit:samd:adafruit_feather_m0
|
||||||
- adafruit:nrf52:feather52832
|
- adafruit:nrf52:feather52832
|
||||||
- esp32:esp32:esp32
|
|
||||||
- esp8266:esp8266:generic
|
- esp8266:esp8266:generic
|
||||||
- Intel:arc32:arduino_101
|
- Intel:arc32:arduino_101
|
||||||
- SparkFun:apollo3:sfe_artemis
|
- SparkFun:apollo3:sfe_artemis
|
||||||
|
@ -76,10 +75,6 @@ jobs:
|
||||||
echo "options=':softdevice=s132v6,debug=l0'" >> $GITHUB_OUTPUT
|
echo "options=':softdevice=s132v6,debug=l0'" >> $GITHUB_OUTPUT
|
||||||
echo "index-url=--additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" >> $GITHUB_OUTPUT
|
echo "index-url=--additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" >> $GITHUB_OUTPUT
|
||||||
echo "skip-pattern=(STM32WL|LR11x0_Firmware_Update)" >> $GITHUB_OUTPUT
|
echo "skip-pattern=(STM32WL|LR11x0_Firmware_Update)" >> $GITHUB_OUTPUT
|
||||||
- id: esp32:esp32:esp32
|
|
||||||
run: |
|
|
||||||
python -m pip install pyserial
|
|
||||||
echo "index-url=--additional-urls https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json" >> $GITHUB_OUTPUT
|
|
||||||
- id: esp8266:esp8266:generic
|
- id: esp8266:esp8266:generic
|
||||||
run: |
|
run: |
|
||||||
echo "options=':xtal=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=qio,eesz=512K'" >> $GITHUB_OUTPUT
|
echo "options=':xtal=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=qio,eesz=512K'" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Add table
Reference in a new issue