From 194de33ee2e5e5be3aaf6f68dc6f7cea806c8807 Mon Sep 17 00:00:00 2001 From: Ing-Dom Date: Mon, 22 Jul 2024 23:27:07 +0200 Subject: [PATCH] update rp2040 plattform version in examples and ci --- examples/knx-demo/platformio-ci.ini | 4 ++-- examples/knx-demo/platformio.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/knx-demo/platformio-ci.ini b/examples/knx-demo/platformio-ci.ini index 0ea27786..b426eb0f 100644 --- a/examples/knx-demo/platformio-ci.ini +++ b/examples/knx-demo/platformio-ci.ini @@ -83,8 +83,8 @@ build_flags = ;--- RP2040 ----------------------------------------------- [env:rp2040] framework = arduino -platform = https://github.com/maxgerhardt/platform-raspberrypi.git#182d833 -platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.6.2/rp2040-3.6.2.zip +platform = https://github.com/maxgerhardt/platform-raspberrypi.git#60d6ae8 +platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.9.3/rp2040-3.9.3.zip board = rpipico board_build.core = earlephilhower diff --git a/examples/knx-demo/platformio.ini b/examples/knx-demo/platformio.ini index 0db86f5f..0de299bc 100644 --- a/examples/knx-demo/platformio.ini +++ b/examples/knx-demo/platformio.ini @@ -151,8 +151,8 @@ extra_scripts = ../scripts/stm32rdu.py ;--- RP2040 ----------------------------------------------- [env:rp2040] framework = arduino -platform = https://github.com/maxgerhardt/platform-raspberrypi.git#182d833 -platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.6.2/rp2040-3.6.2.zip +platform = https://github.com/maxgerhardt/platform-raspberrypi.git#60d6ae8 +platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.9.3/rp2040-3.9.3.zip board = rpipico board_build.core = earlephilhower ; We consider that the this projects is opened within its project directory