From f569049d0ba95509d690917c6830b28c16279894 Mon Sep 17 00:00:00 2001 From: Sabas Date: Wed, 13 Dec 2023 12:25:03 -0600 Subject: [PATCH] temporal remove CI ESP32 and RP2040 --- .github/workflows/BuildLibrary.yml | 54 +++++++++++++++--------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/BuildLibrary.yml b/.github/workflows/BuildLibrary.yml index 5c10215..df0f0f9 100644 --- a/.github/workflows/BuildLibrary.yml +++ b/.github/workflows/BuildLibrary.yml @@ -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 @@ -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