From f407f5b8e863e5a8e84269bad7bda7dce358d1ef Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Mon, 10 Feb 2025 11:18:33 -0500 Subject: [PATCH] boards/adafruit_feather_rp2350.h: add PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 (#2248) --- src/boards/include/boards/adafruit_feather_rp2350.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/boards/include/boards/adafruit_feather_rp2350.h b/src/boards/include/boards/adafruit_feather_rp2350.h index 20d77478..75aaaf90 100644 --- a/src/boards/include/boards/adafruit_feather_rp2350.h +++ b/src/boards/include/boards/adafruit_feather_rp2350.h @@ -16,6 +16,11 @@ #ifndef _BOARDS_ADAFRUIT_FEATHER_RP2350_H #define _BOARDS_ADAFRUIT_FEATHER_RP2350_H +// On some samples, the xosc can take longer to stabilize than is usual +#ifndef PICO_XOSC_STARTUP_DELAY_MULTIPLIER +#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64 +#endif + // For board detection #define ADAFRUIT_FEATHER_RP2350