mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-23 01:36:35 +11:00
Pin pico_explorer to older boot2
We updated the behavior of boot2 so that there is now no default bootloader. Pico_explorer_showcase was the only BSP still using git:main, pin it to the last git commit before https://github.com/rp-rs/rp2040-boot2-rs/pull/7
This commit is contained in:
parent
5a4d151519
commit
6d913f1231
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ rt = ["cortex-m-rt","rp2040-hal/rt"]
|
|||
display-interface = "0.4.1"
|
||||
panic-halt = "0.2.0"
|
||||
arrayvec = { version="0.7.1", default-features=false }
|
||||
rp2040-boot2 = { git="https://github.com/rp-rs/rp2040-boot2-rs", branch="main" }
|
||||
rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", rev = "67400f600b192e950b58df79ddc9b57ff209ef08" }
|
||||
nb = "1.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue