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
The following commit(s) were added to refs/heads/master by this push:
new e64b28974bf boards/nrf5340-dk: configure HFXO capacitance
e64b28974bf is described below
commit e64b28974bf9dd68b049919bd574c58b9ab6df83
Author: raiden00pl <[email protected]>
AuthorDate: Thu Aug 13 12:22:36 2026 +0200
boards/nrf5340-dk: configure HFXO capacitance
The nRF5340 DK uses the HFXO internal load capacitors at 7 pF.
Provide the board value so nrf53_oscconfig() programs XOSC32MCAPS
instead of leaving the radio crystal untrimmed.
Signed-off-by: raiden00pl <[email protected]>
---
boards/arm/nrf53/nrf5340-dk/include/board.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/boards/arm/nrf53/nrf5340-dk/include/board.h
b/boards/arm/nrf53/nrf5340-dk/include/board.h
index d0f924d99c5..3f448d78a5e 100644
--- a/boards/arm/nrf53/nrf5340-dk/include/board.h
+++ b/boards/arm/nrf53/nrf5340-dk/include/board.h
@@ -42,6 +42,7 @@
#define BOARD_SYSTICK_CLOCK (64000000)
#define BOARD_OSC_XOSC32KI_INTCAP (OSC_XOSC32KI_INTCAP_C7PF)
+#define BOARD_OSC_XOSC32MCAPS_CAP (7)
/* LED definitions **********************************************************/