add rp2040 to build-ci

This commit is contained in:
rob tillaart 2022-11-01 21:08:53 +01:00
parent 238d970487
commit 5b32840025
3 changed files with 24 additions and 3 deletions

View File

@ -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:
@ -7,5 +22,7 @@ compile:
# - leonardo
- m4
- esp32
# - esp8266
# - mega2560
- esp8266
# - mega2560
- rpipico

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2014-2021 Rob Tillaart
Copyright (c) 2014-2022 Rob Tillaart
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -26,6 +26,10 @@ and humidity. Just connect two potentiometers to play and simulate increase and
decrease of the temperature and humidity.
## 2022-11-01
- add RP2040 to build-CI
- update license
## 0.2.1
- added pin to trigger CRC errors