From c10db96e516dc234b17e8d8619c0448f95b2d26a Mon Sep 17 00:00:00 2001 From: Thomas Friedrichsmeier Date: Fri, 24 May 2024 17:31:10 +0200 Subject: [PATCH 1/4] Purely internal testing --- .github/workflows/compile_examples.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 85f803cc2..628d65076 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -110,6 +110,7 @@ jobs: - name: MIDI Library - name: Arduino_AdvancedAnalog enable-deltas-report: true + enable-warnings-report: true sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }} - name: Save sketches report as workflow artifact @@ -134,6 +135,6 @@ jobs: merge-multiple: true path: ${{ env.SKETCHES_REPORTS_PATH }} - - uses: arduino/report-size-deltas@v1 + - uses: tfry-git/report-size-deltas with: sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }} From dd49d824ae7736960ab876ac70d21733e5de9e8d Mon Sep 17 00:00:00 2001 From: Thomas Friedrichsmeier Date: Fri, 24 May 2024 17:33:48 +0200 Subject: [PATCH 2/4] Update compile_examples.yml --- .github/workflows/compile_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 628d65076..6e3941bd9 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -135,6 +135,6 @@ jobs: merge-multiple: true path: ${{ env.SKETCHES_REPORTS_PATH }} - - uses: tfry-git/report-size-deltas + - uses: tfry-git/report-size-deltas@main with: sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }} From 1f3c63dfa1d0306a5d84c9f56b84788147394535 Mon Sep 17 00:00:00 2001 From: Thomas Friedrichsmeier Date: Fri, 24 May 2024 18:01:20 +0200 Subject: [PATCH 3/4] Update compile_examples.yml --- .github/workflows/compile_examples.yml | 29 +------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 6e3941bd9..2caaf8a17 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -58,36 +58,11 @@ jobs: platforms: | - name: arduino:avr internalid: arduino_avr # This is just some unique id string we assign for use in the artifact name (fqbn does not qualify due to containing colons) - - fqbn: esp8266:esp8266:huzzah - type: 8266 - platforms: | - - name: esp8266:esp8266 - source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json - internalid: esp8266 - - fqbn: STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8 - platforms: | - - name: STMicroelectronics:stm32 - source-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json - internalid: stm32_official - - fqbn: arduino:mbed_giga:giga - platforms: | - - name: arduino:mbed_giga - internalid: arduino_giga # SAMD boards. There is also an Adrafruit fork of this core, and the two seem to have diverged, considerably. I have no idea on the differences. - fqbn: arduino:samd:adafruit_circuitplayground_m0 platforms: | - name: arduino:samd internalid: arduino_samd - - fqbn: rp2040:rp2040:rpipico - type: rp2040 - platforms: | - - name: rp2040:rp2040 - source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json - internalid: rp2040 - - fqbn: arduino:renesas_uno:minima - platforms: | - - name: arduino:renesas_uno - internalid: arduino_unor4 steps: - name: Checkout repository @@ -102,8 +77,6 @@ jobs: # limit to only some sketches for now, while figuring out the workflow sketch-paths: | - examples/01.Basics - - examples/02.Control - - examples/06.Synthesis libraries: | - source-path: ./ - name: PinChangeInterrupt @@ -135,6 +108,6 @@ jobs: merge-multiple: true path: ${{ env.SKETCHES_REPORTS_PATH }} - - uses: tfry-git/report-size-deltas@main + - uses: tfry-git/report-size-deltas@warnings with: sketches-reports-source: ${{ env.SKETCHES_REPORTS_PATH }} From 0f4ff4341cea953ab018246542a86515631c7299 Mon Sep 17 00:00:00 2001 From: Thomas Friedrichsmeier Date: Fri, 24 May 2024 22:54:52 +0200 Subject: [PATCH 4/4] Update MozziGuts.h --- MozziGuts.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MozziGuts.h b/MozziGuts.h index f3dad8a46..37aac02ff 100644 --- a/MozziGuts.h +++ b/MozziGuts.h @@ -27,6 +27,8 @@ #include #endif +#warning This warning is purely for testing + #include "mozzi_analog.h" #if not defined (CONTROL_RATE)