mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
32 lines
747 B
YAML
32 lines
747 B
YAML
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:
|
|
- uno
|
|
# - due // has no SoftwareSerial
|
|
# - zero // has no SoftwareSerial
|
|
- leonardo
|
|
# - m4 // has no SoftwareSerial
|
|
# - esp32 // has no SoftwareSerial
|
|
- esp8266
|
|
- mega2560
|
|
- rpipico
|
|
# external libraries
|
|
libraries:
|
|
# - "SoftwareSerial" does not work as it is build in.
|
|
|