GY-63_MS5611/libraries/A1301/.arduino-ci.yml

43 lines
840 B
YAML
Raw Normal View History

2022-12-02 04:37:37 -05:00
platforms:
rpipico:
board: rp2040:rp2040:rpipico
2024-04-19 13:37:04 -04:00
package: rp2040:rp2040 # name:architecture:board
2022-12-02 04:37:37 -05:00
gcc:
features:
defines:
- ARDUINO_ARCH_RP2040
warnings:
flags:
2024-04-19 13:37:04 -04:00
teensy41:
board: teensy:Teensy:teensy41
package: teensy:Teensy
gcc:
features:
defines:
- ARDUINO_TEENSY41
warnings:
flags:
2022-12-02 04:37:37 -05:00
packages:
rp2040:rp2040:
url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
2024-04-19 13:37:04 -04:00
teensy:Teensy:
url: https://www.pjrc.com/teensy/package_teensy_index.json
2022-12-02 04:37:37 -05:00
compile:
# Choosing to run compilation tests on 2 different Arduino platforms
platforms:
- uno
# - due
# - zero
# - leonardo
2024-04-19 13:37:04 -04:00
#- m4
2022-12-02 04:37:37 -05:00
- esp32
2024-04-19 13:37:04 -04:00
#- esp8266
2022-12-02 04:37:37 -05:00
# - mega2560
- rpipico
2024-04-19 13:37:04 -04:00
# - teensy41
2022-12-02 04:37:37 -05:00