Skip to content

Commit

Permalink
temporal remove CI ESP32 and RP2040
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Dec 13, 2023
1 parent f364c69 commit f569049
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/BuildLibrary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- arduino:samd:nano_33_iot
- arduino:mbed:nano33ble|All-US_915
- esp8266:esp8266:huzzah:eesz=4M3M,xtal=80|All-US_915
- rp2040:rp2040:generic|All-US_915
- esp32:esp32:esp32:FlashFreq=80
- esp32:esp32:featheresp32:FlashFreq=80|All-US_915
#- rp2040:rp2040:generic|All-US_915
#- esp32:esp32:esp32:FlashFreq=80
#- esp32:esp32:featheresp32:FlashFreq=80|All-US_915

# Specify parameters for each board.
# Parameters can be: platform-url, examples-exclude and examples-build-properties
Expand Down Expand Up @@ -96,30 +96,30 @@ jobs:
All:
-DUS_915
-DDEBUG
- arduino-boards-fqbn: rp2040:rp2040:generic|All-US_915
platform-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
build-properties:
All:
-DUS_915
-DDEBUG
- arduino-boards-fqbn: esp32:esp32:esp32:FlashFreq=80
platform-url: https://github.com/espressif/arduino-esp32/releases/download/3.0.0-alpha2/package_esp32_dev_index.json
extra-arduino-cli-args: "--warnings default"
build-properties:
class_c_abp:
-DEU_868
-D_CLASS_C_
class_c_otaa_ack:
-DEU_868
-D_CLASS_C_
All:
-DEU_868
- arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80|All-US_915
platform-url: https://github.com/espressif/arduino-esp32/releases/download/3.0.0-alpha2/package_esp32_dev_index.json
extra-arduino-cli-args: "--warnings default"
build-properties:
All:
-DUS_915
#- arduino-boards-fqbn: rp2040:rp2040:generic|All-US_915
# platform-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
#build-properties:
# All:
# -DUS_915
# -DDEBUG
#- arduino-boards-fqbn: esp32:esp32:esp32:FlashFreq=80
# platform-url: https://github.com/espressif/arduino-esp32/releases/download/3.0.0-alpha2/package_esp32_dev_index.json
# extra-arduino-cli-args: "--warnings default"
# build-properties:
# class_c_abp:
# -DEU_868
# -D_CLASS_C_
# class_c_otaa_ack:
# -DEU_868
# -D_CLASS_C_
#All:
# -DEU_868
#- arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80|All-US_915
# platform-url: https://github.com/espressif/arduino-esp32/releases/download/3.0.0-alpha2/package_esp32_dev_index.json
# extra-arduino-cli-args: "--warnings default"
# build-properties:
# All:
# -DUS_915

# Do not cancel all jobs / architectures if one job fails
fail-fast: false
Expand Down

0 comments on commit f569049

Please sign in to comment.