From 1ffe28ad4e2f7f58676276e82a0d42427047cfbd Mon Sep 17 00:00:00 2001 From: Marcel <65245426+marcel-licence@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:07:55 +0200 Subject: [PATCH 1/6] Update compile-sketch.yml --- .github/workflows/compile-sketch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index d3d28e9..af4015a 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -95,7 +95,7 @@ jobs: build_rp2040: - if: false + if: true name: build rp2040 @@ -114,6 +114,7 @@ jobs: uses: arduino/compile-sketches@v1 with: fqbn: ${{ matrix.fqbn }} + cli-compile-flags: --build-property "build.usbstack_flags=-DUSE_TINYUSB -I{runtime.platform.path}/libraries/Adafruit_TinyUSB_Arduino/src/arduino" platforms: | - name: rp2040:rp2040 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json From 8dc6aafb944c4c84f1feb641838e04a0c138d7e3 Mon Sep 17 00:00:00 2001 From: Marcel <65245426+marcel-licence@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:14:04 +0200 Subject: [PATCH 2/6] Update compile-sketch.yml --- .github/workflows/compile-sketch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index af4015a..dd29013 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -114,7 +114,7 @@ jobs: uses: arduino/compile-sketches@v1 with: fqbn: ${{ matrix.fqbn }} - cli-compile-flags: --build-property "build.usbstack_flags=-DUSE_TINYUSB -I{runtime.platform.path}/libraries/Adafruit_TinyUSB_Arduino/src/arduino" + cli-compile-flags: --build-property build.usbstack_flags=-DUSE_TINYUSB platforms: | - name: rp2040:rp2040 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json From 160a6139a43bf3f5ea56e0ddfc08e89f2acc89e1 Mon Sep 17 00:00:00 2001 From: Marcel <65245426+marcel-licence@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:16:22 +0200 Subject: [PATCH 3/6] Update compile-sketch.yml --- .github/workflows/compile-sketch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index dd29013..aa18641 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -114,7 +114,7 @@ jobs: uses: arduino/compile-sketches@v1 with: fqbn: ${{ matrix.fqbn }} - cli-compile-flags: --build-property build.usbstack_flags=-DUSE_TINYUSB + cli-compile-flags: "--build-property build.usbstack_flags=-DUSE_TINYUSB" platforms: | - name: rp2040:rp2040 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json From 71ef0122837801dedfe1bd6135201b4a7794df13 Mon Sep 17 00:00:00 2001 From: Marcel <65245426+marcel-licence@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:20:12 +0200 Subject: [PATCH 4/6] Update compile-sketch.yml --- .github/workflows/compile-sketch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index aa18641..ad3c9b2 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -114,7 +114,7 @@ jobs: uses: arduino/compile-sketches@v1 with: fqbn: ${{ matrix.fqbn }} - cli-compile-flags: "--build-property build.usbstack_flags=-DUSE_TINYUSB" + cli-compile-flags: --build-property \"build.usbstack_flags=-DUSE_TINYUSB\" platforms: | - name: rp2040:rp2040 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json From f9b867a61d87d1b6e7dea99fd407128da22366cf Mon Sep 17 00:00:00 2001 From: Marcel <65245426+marcel-licence@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:31:50 +0200 Subject: [PATCH 5/6] Update compile-sketch.yml --- .github/workflows/compile-sketch.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index ad3c9b2..78277b7 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -114,7 +114,9 @@ jobs: uses: arduino/compile-sketches@v1 with: fqbn: ${{ matrix.fqbn }} - cli-compile-flags: --build-property \"build.usbstack_flags=-DUSE_TINYUSB\" + cli-compile-flags: | + - --build-property + - "build.usbstack_flags=-DUSE_TINYUSB" platforms: | - name: rp2040:rp2040 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json From fb0c16879d2df075e86904684b05d6f2fc52fb6b Mon Sep 17 00:00:00 2001 From: Marcel <65245426+marcel-licence@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:36:49 +0200 Subject: [PATCH 6/6] Update compile-sketch.yml --- .github/workflows/compile-sketch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 78277b7..179d544 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -116,7 +116,7 @@ jobs: fqbn: ${{ matrix.fqbn }} cli-compile-flags: | - --build-property - - "build.usbstack_flags=-DUSE_TINYUSB" + - "build.usbstack_flags=-DUSE_TINYUSB -I{runtime.platform.path}/libraries/Adafruit_TinyUSB_Arduino/src/arduino" platforms: | - name: rp2040:rp2040 source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json