This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a4e2723ea66767f302382d00867f9638194c1229 Author: raiden00pl <[email protected]> AuthorDate: Sun Mar 22 10:55:13 2026 +0100 boards/nrf53/thingy53: configure XOSC32MCAP configure XOSC32MCAP for thingy53 XTAL Signed-off-by: raiden00pl <[email protected]> --- boards/arm/nrf53/thingy53/include/board.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/arm/nrf53/thingy53/include/board.h b/boards/arm/nrf53/thingy53/include/board.h index 078020de51e..0fdb1f4f028 100644 --- a/boards/arm/nrf53/thingy53/include/board.h +++ b/boards/arm/nrf53/thingy53/include/board.h @@ -43,6 +43,8 @@ #define BOARD_SYSTICK_CLOCK (64000000) #define BOARD_OSC_XOSC32KI_INTCAP (OSC_XOSC32KI_INTCAP_C7PF) +#define BOARD_OSC_XOSC32MCAPS_CAP (8) + /* Button definitions *******************************************************/ /* Board supports four buttons. */
