Skip to content

Commit

Permalink
Add Uno R4 Wifi to list of toolchains to test compilation against
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrawehr committed Sep 15, 2024
1 parent e15cec4 commit 3c9b9ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
arduino-cli core update-index
arduino-cli core install arduino:avr
arduino-cli core install arduino:sam
arduino-cli core install arduino:renesas_uno
- run: |
arduino-cli core install esp32:esp32
Expand All @@ -47,4 +48,6 @@ jobs:

- run: arduino-cli compile --fqbn arduino:sam:arduino_due_x_dbg ./examples/ConfigurableFirmata --warnings more

- run: arduino-cli compile --fqbn arduino:renesas_uno:unor4wifi ./examples/ConfigurableFirmata --warnings more

- run: arduino-cli compile --fqbn esp32:esp32:esp32:PSRAM=disabled,PartitionScheme=default,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none ./examples/ConfigurableFirmata --warnings more

0 comments on commit 3c9b9ae

Please sign in to comment.