Skip to content

Commit

Permalink
Merge pull request #26 from marcel-licence/add_rp2040_build
Browse files Browse the repository at this point in the history
Update compile-sketch.yml
  • Loading branch information
marcel-licence authored Oct 17, 2024
2 parents 7a5a8be + fb0c168 commit da0c036
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compile-sketch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
build_rp2040:

if: false
if: true

name: build rp2040

Expand All @@ -114,6 +114,9 @@ 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
Expand Down

0 comments on commit da0c036

Please sign in to comment.