Skip to content

Commit

Permalink
Update platform-raspberrypi also (meshtastic#5407)
Browse files Browse the repository at this point in the history
* Update arduino-pico core to fix sporadic hangs

* Update platform-raspberrypi also
  • Loading branch information
GUVWAF authored and fifieldt committed Dec 14, 2024
1 parent 13d2b62 commit fc35eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/rp2xx0/rp2040.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; Common settings for rp2040 Processor based targets
[rp2040_base]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#a606be683748c73e9a0d46baf70163478d298f0f ; For arduino-pico 4.2.0
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#19e30129fb1428b823be585c787dcb4ac0d9014c ; For arduino-pico 4.2.1
extends = arduino_base
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#996c3bfab9758f12c07aa20cc6d352e630c16987 ; 4.2.1 with fix for sporadic hangs

Expand Down
2 changes: 1 addition & 1 deletion arch/rp2xx0/rp2350.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; Common settings for rp2040 Processor based targets
[rp2350_base]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#a606be683748c73e9a0d46baf70163478d298f0f ; For arduino-pico 4.2.0
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#19e30129fb1428b823be585c787dcb4ac0d9014c ; For arduino-pico 4.2.1
extends = arduino_base
platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#96c3bfab9758f12c07aa20cc6d352e630c16987 ; 4.2.1 with fix for sporadic hangs

Expand Down

0 comments on commit fc35eca

Please sign in to comment.