Skip to content

Commit

Permalink
Develop (#39)
Browse files Browse the repository at this point in the history
* fix example, add RP2040 to build-CI
* update build-CI
  • Loading branch information
RobTillaart authored Oct 19, 2022
1 parent 675c4cf commit ca390dc
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .arduino-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
platforms:
rpipico:
board: rp2040:rp2040:rpipico
package: rp2040:rp2040
gcc:
features:
defines:
- ARDUINO_ARCH_RP2040
warnings:
flags:

packages:
rp2040:rp2040:
url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json

compile:
# Choosing to run compilation tests on 2 different Arduino platforms
platforms:
Expand All @@ -8,4 +23,5 @@ compile:
- m4
- esp32
# - esp8266
# - mega2560
# - mega2560
- rpipico

0 comments on commit ca390dc

Please sign in to comment.