From 4ec181a9420567e18206684537e6791d3505ef07 Mon Sep 17 00:00:00 2001 From: Andrew Featherstone Date: Sat, 22 Mar 2025 16:42:58 +0000 Subject: [PATCH 1/2] dts: bindings: clock: rpi_pico: Update default value to match v2.1.1 SDK The latest release of the SDK increases the default. Update the binding to match. See https://github.com/raspberrypi/pico-sdk/pull/2245 Signed-off-by: Andrew Featherstone --- dts/bindings/clock/raspberrypi,pico-xosc.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dts/bindings/clock/raspberrypi,pico-xosc.yaml b/dts/bindings/clock/raspberrypi,pico-xosc.yaml index 924db759ae85..4e2a861175ef 100644 --- a/dts/bindings/clock/raspberrypi,pico-xosc.yaml +++ b/dts/bindings/clock/raspberrypi,pico-xosc.yaml @@ -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). From d953daa6a594295633091acb1084cdd43a60f871 Mon Sep 17 00:00:00 2001 From: Andrew Featherstone Date: Sat, 22 Mar 2025 16:52:09 +0000 Subject: [PATCH 2/2] manifest: hal_rpi_pico: Update to SDK 2.1.1 Update the Raspberry Pi Pico HAL to be based on the latest release of the upstream SDK (v2.1.1). Signed-off-by: Andrew Featherstone --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index ae83c9bde54b..27c31f9b4756 100644 --- a/west.yml +++ b/west.yml @@ -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