From 435c9347f523e18a9a04011a55f44e05836df6e0 Mon Sep 17 00:00:00 2001 From: Sabas Date: Sat, 2 Dec 2023 19:54:19 -0600 Subject: [PATCH] fix list --- .github/workflows/BuildLibrary.yml | 96 ++++++++++++++++-------------- 1 file changed, 52 insertions(+), 44 deletions(-) diff --git a/.github/workflows/BuildLibrary.yml b/.github/workflows/BuildLibrary.yml index f471e76..d3dcb30 100644 --- a/.github/workflows/BuildLibrary.yml +++ b/.github/workflows/BuildLibrary.yml @@ -43,14 +43,19 @@ jobs: include: - arduino-boards-fqbn: arduino:avr:uno build-properties: - All: - -DDEBUG - -DUS_915 + class-C-ABP": + -DDEBUG + -DUS_915 + -_CLASS_C_ + Class-C-OTAA-ACK": + -DDEBUG + -DUS_915 + -_CLASS_C_ + All: + -DDEBUG + -DUS_915 - arduino-boards-fqbn: arduino:avr:leonardo build-properties: - All: - -DDEBUG - -DUS_915 class-C-ABP": -DDEBUG -DUS_915 @@ -59,39 +64,39 @@ jobs: -DDEBUG -DUS_915 -_CLASS_C_ - - arduino-boards-fqbn: arduino:samd:nano_33_iot - build-properties: All: -DDEBUG -DUS_915 - class-C-ABP": - -DDEBUG - -DUS_915 - -_CLASS_C_ - Class-C-OTAA-ACK": - -DDEBUG - -DUS_915 - -_CLASS_C_ + - arduino-boards-fqbn: arduino:samd:nano_33_iot + build-properties: + class-C-ABP": + -DDEBUG + -DUS_915 + -_CLASS_C_ + Class-C-OTAA-ACK": + -DDEBUG + -DUS_915 + -_CLASS_C_ + All: + -DDEBUG + -DUS_915 - arduino-boards-fqbn: arduino:mbed:nano33ble build-properties: - All: - -DDEBUG - -DUS_915 - class-C-ABP": - -DDEBUG - -DUS_915 - -_CLASS_C_ - Class-C-OTAA-ACK": - -DDEBUG - -DUS_915 - -_CLASS_C_ - - arduino-boards-fqbn: esp8266:esp8266:huzzah:eesz=4M3M,xtal=80 - platform-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json - build-properties: + class-C-ABP": + -DDEBUG + -DUS_915 + -_CLASS_C_ + Class-C-OTAA-ACK": + -DDEBUG + -DUS_915 + -_CLASS_C_ All: -DDEBUG -DUS_915 + - arduino-boards-fqbn: esp8266:esp8266:huzzah:eesz=4M3M,xtal=80 + platform-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json + build-properties: class-C-ABP": -DDEBUG -DUS_915 @@ -100,12 +105,12 @@ jobs: -DDEBUG -DUS_915 -_CLASS_C_ - - arduino-boards-fqbn: rp2040:rp2040:generic - platform-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json - build-properties: All: -DDEBUG -DUS_915 + - arduino-boards-fqbn: rp2040:rp2040:generic + platform-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json + build-properties: class-C-ABP": -DDEBUG -DUS_915 @@ -114,20 +119,23 @@ jobs: -DDEBUG -DUS_915 -_CLASS_C_ + All: + -DDEBUG + -DUS_915 - arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80 platform-url: https://github.com/espressif/arduino-esp32/releases/download/3.0.0-alpha2/package_esp32_dev_index.json build-properties: - All: - -DDEBUG - -DUS_915 - class-C-ABP": - -DDEBUG - -DUS_915 - -_CLASS_C_ - Class-C-OTAA-ACK": - -DDEBUG - -DUS_915 - -_CLASS_C_ + class-C-ABP": + -DDEBUG + -DUS_915 + -_CLASS_C_ + Class-C-OTAA-ACK": + -DDEBUG + -DUS_915 + -_CLASS_C_ + All: + -DDEBUG + -DUS_915 extra-arduino-cli-args: "--warnings default" # Do not cancel all jobs / architectures if one job fails