mirror of
https://github.com/thelsing/knx.git
synced 2025-01-21 00:05:43 +01:00
update rp2040 plattform version in examples and ci
This commit is contained in:
parent
d0b5e84526
commit
194de33ee2
@ -83,8 +83,8 @@ build_flags =
|
|||||||
;--- RP2040 -----------------------------------------------
|
;--- RP2040 -----------------------------------------------
|
||||||
[env:rp2040]
|
[env:rp2040]
|
||||||
framework = arduino
|
framework = arduino
|
||||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#182d833
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#60d6ae8
|
||||||
platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.6.2/rp2040-3.6.2.zip
|
platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.9.3/rp2040-3.9.3.zip
|
||||||
board = rpipico
|
board = rpipico
|
||||||
board_build.core = earlephilhower
|
board_build.core = earlephilhower
|
||||||
|
|
||||||
|
@ -151,8 +151,8 @@ extra_scripts = ../scripts/stm32rdu.py
|
|||||||
;--- RP2040 -----------------------------------------------
|
;--- RP2040 -----------------------------------------------
|
||||||
[env:rp2040]
|
[env:rp2040]
|
||||||
framework = arduino
|
framework = arduino
|
||||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#182d833
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#60d6ae8
|
||||||
platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.6.2/rp2040-3.6.2.zip
|
platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.9.3/rp2040-3.9.3.zip
|
||||||
board = rpipico
|
board = rpipico
|
||||||
board_build.core = earlephilhower
|
board_build.core = earlephilhower
|
||||||
; We consider that the this projects is opened within its project directory
|
; We consider that the this projects is opened within its project directory
|
||||||
|
Loading…
Reference in New Issue
Block a user