Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions dts/bindings/clock/raspberrypi,pico-xosc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ include: raspberrypi,pico-clock.yaml
properties:
startup-delay-multiplier:
type: int
default: 1
default: 6
description: |
Startup delay multiplier. The default value matches the Pico SDK.
Startup delay multiplier. The default value matches the Pico SDK used
as the basis for hal_rpi_pico (currently v2.1.1).
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ manifest:
- hal
- name: hal_rpi_pico
path: modules/hal/rpi_pico
revision: 7b57b24588797e6e7bf18b6bda168e6b96374264
revision: pull/10/head
groups:
- hal
- name: hal_silabs
Expand Down
Loading