Skip to content

Commit 154864d

Browse files
authored
Update arduino-pico core to fix sporadic hangs (#5406)
1 parent 2ca3cdf commit 154864d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

arch/rp2xx0/rp2040.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[rp2040_base]
33
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#a606be683748c73e9a0d46baf70163478d298f0f ; For arduino-pico 4.2.0
44
extends = arduino_base
5-
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#4.2.1
5+
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#996c3bfab9758f12c07aa20cc6d352e630c16987 ; 4.2.1 with fix for sporadic hangs
66

77
board_build.core = earlephilhower
88
board_build.filesystem_size = 0.5m
@@ -23,4 +23,4 @@ lib_deps =
2323
${arduino_base.lib_deps}
2424
${environmental_base.lib_deps}
2525
${radiolib_base.lib_deps}
26-
rweather/Crypto
26+
rweather/Crypto

arch/rp2xx0/rp2350.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[rp2350_base]
33
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#a606be683748c73e9a0d46baf70163478d298f0f ; For arduino-pico 4.2.0
44
extends = arduino_base
5-
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#4.2.1
5+
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#96c3bfab9758f12c07aa20cc6d352e630c16987 ; 4.2.1 with fix for sporadic hangs
66

77
board_build.core = earlephilhower
88
board_build.filesystem_size = 0.5m
@@ -22,4 +22,4 @@ lib_deps =
2222
${arduino_base.lib_deps}
2323
${environmental_base.lib_deps}
2424
${radiolib_base.lib_deps}
25-
rweather/Crypto
25+
rweather/Crypto

0 commit comments

Comments
 (0)