Try re-activate RPI

This commit is contained in:
Mathieu Carbou
2024-10-28 22:14:18 +01:00
parent 5021dd0b7d
commit 96b60370d3
2 changed files with 8 additions and 11 deletions

View File

@@ -127,8 +127,8 @@ jobs:
- env: ci-esp8266
board: d1_mini
# - env: ci-raspberrypi
# board: rpipicow
- env: ci-raspberrypi
board: rpipicow
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@@ -76,15 +76,11 @@ lib_deps =
bblanchon/ArduinoJson @ 7.2.0
esphome/ESPAsyncTCP-esphome @ 2.0.0
; PlatformIO support for Raspberry Pi Pico is not official
; https://github.com/platformio/platform-raspberrypi/pull/36
; https://github.com/earlephilhower/arduino-pico/blob/master/docs/platformio.rst
; board settings: https://github.com/earlephilhower/arduino-pico/blob/master/tools/json/rpipico.json
[env:raspberrypi]
upload_protocol = picotool
platform = raspberrypi
; platform = https://github.com/maxgerhardt/platform-raspberrypi#v1.2.0-gcc12
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = rpipicow
lib_ldf_mode = chain
lib_compat_mode = soft
lib_deps =
bblanchon/ArduinoJson @ 7.2.0
khoih-prog/AsyncTCP_RP2040W @ 1.2.0
@@ -119,9 +115,10 @@ lib_deps =
esphome/ESPAsyncTCP-esphome @ 2.0.0
[env:ci-raspberrypi]
; platform = raspberrypi
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#f2687073f73d554c9db41f29b4769fd9703f4e55
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = ${sysenv.PIO_BOARD}
lib_ldf_mode = chain
lib_compat_mode = soft
lib_deps =
bblanchon/ArduinoJson @ 7.2.0
khoih-prog/AsyncTCP_RP2040W @ 1.2.0