diff --git a/src/rcp-uart-802154/.cproject b/src/rcp-uart-802154/.cproject
index a720332e..75846ce3 100644
--- a/src/rcp-uart-802154/.cproject
+++ b/src/rcp-uart-802154/.cproject
@@ -4,7 +4,7 @@
-
+
@@ -23,7 +23,7 @@
-
+
@@ -499,7 +499,7 @@
-
+
diff --git a/src/rcp-uart-802154/config/pin_config.h b/src/rcp-uart-802154/config/pin_config.h
index ceb0ee66..552874a5 100644
--- a/src/rcp-uart-802154/config/pin_config.h
+++ b/src/rcp-uart-802154/config/pin_config.h
@@ -5,6 +5,22 @@
// [CMU]$
// $[LFXO]
+// LFXO LFXTAL_I on PD01
+#ifndef LFXO_LFXTAL_I_PORT
+#define LFXO_LFXTAL_I_PORT gpioPortD
+#endif
+#ifndef LFXO_LFXTAL_I_PIN
+#define LFXO_LFXTAL_I_PIN 1
+#endif
+
+// LFXO LFXTAL_O on PD00
+#ifndef LFXO_LFXTAL_O_PORT
+#define LFXO_LFXTAL_O_PORT gpioPortD
+#endif
+#ifndef LFXO_LFXTAL_O_PIN
+#define LFXO_LFXTAL_O_PIN 0
+#endif
+
// [LFXO]$
// $[PRS.ASYNCH0]
diff --git a/src/rcp-uart-802154/config/sl_board_control_config.h b/src/rcp-uart-802154/config/sl_board_control_config.h
index 4b062b7c..f1804587 100644
--- a/src/rcp-uart-802154/config/sl_board_control_config.h
+++ b/src/rcp-uart-802154/config/sl_board_control_config.h
@@ -53,4 +53,4 @@
// <<< sl:end pin_tool >>>
-#endif // SL_BOARD_CONTROL_CONFIG_H
\ No newline at end of file
+#endif // SL_BOARD_CONTROL_CONFIG_H
diff --git a/src/rcp-uart-802154/config/sl_cpc_drv_uart_usart_vcom_config.h b/src/rcp-uart-802154/config/sl_cpc_drv_uart_usart_vcom_config.h
index 17a37eec..381b2e02 100644
--- a/src/rcp-uart-802154/config/sl_cpc_drv_uart_usart_vcom_config.h
+++ b/src/rcp-uart-802154/config/sl_cpc_drv_uart_usart_vcom_config.h
@@ -29,7 +29,6 @@
******************************************************************************/
// <<< Use Configuration Wizard in Context Menu >>>
-
#ifndef SL_CPC_DRV_UART_USART_VCOM_CONFIG_H
#define SL_CPC_DRV_UART_USART_VCOM_CONFIG_H
@@ -100,4 +99,4 @@
// [USART_SL_CPC_DRV_UART_VCOM]$
// <<< sl:end pin_tool >>>
-#endif /* SL_CPC_DRV_UART_VCOM_CONFIG_H */
\ No newline at end of file
+#endif /* SL_CPC_DRV_UART_VCOM_CONFIG_H */
diff --git a/src/rcp-uart-802154/config/sl_debug_swo_config.h b/src/rcp-uart-802154/config/sl_debug_swo_config.h
index f22934ac..fee7e65d 100644
--- a/src/rcp-uart-802154/config/sl_debug_swo_config.h
+++ b/src/rcp-uart-802154/config/sl_debug_swo_config.h
@@ -103,4 +103,4 @@
// [GPIO_SL_DEBUG]$
// <<< sl:end pin_tool >>>
-#endif // SL_DEBUG_SWO_CONFIG_H
\ No newline at end of file
+#endif // SL_DEBUG_SWO_CONFIG_H
diff --git a/src/rcp-uart-802154/config/sl_device_init_lfxo_config.h b/src/rcp-uart-802154/config/sl_device_init_lfxo_config.h
index 29371b6c..d2cd25f5 100644
--- a/src/rcp-uart-802154/config/sl_device_init_lfxo_config.h
+++ b/src/rcp-uart-802154/config/sl_device_init_lfxo_config.h
@@ -66,23 +66,28 @@
// <<< sl:start pin_tool >>>
// SL_DEVICE_INIT_LFXO
// $[LFXO_SL_DEVICE_INIT_LFXO]
+#ifndef SL_DEVICE_INIT_LFXO_PERIPHERAL
#define SL_DEVICE_INIT_LFXO_PERIPHERAL LFXO
+#endif
// LFXO LFXTAL_O on PD00
+#ifndef SL_DEVICE_INIT_LFXO_LFXTAL_O_PORT
#define SL_DEVICE_INIT_LFXO_LFXTAL_O_PORT gpioPortD
+#endif
+#ifndef SL_DEVICE_INIT_LFXO_LFXTAL_O_PIN
#define SL_DEVICE_INIT_LFXO_LFXTAL_O_PIN 0
+#endif
// LFXO LFXTAL_I on PD01
+#ifndef SL_DEVICE_INIT_LFXO_LFXTAL_I_PORT
#define SL_DEVICE_INIT_LFXO_LFXTAL_I_PORT gpioPortD
+#endif
+#ifndef SL_DEVICE_INIT_LFXO_LFXTAL_I_PIN
#define SL_DEVICE_INIT_LFXO_LFXTAL_I_PIN 1
-
+#endif
// [LFXO_SL_DEVICE_INIT_LFXO]$
-// $[LFXO_EXTERNAL_DIGITAL_CLOCK]
-#define SL_DEVICE_INIT_LFXO_LF_EXTCLK_PORT gpioPortD
-#define SL_DEVICE_INIT_LFXO_LF_EXTCLK_PIN 1
-// [LFXO_EXTERNAL_DIGITAL_CLOCK]$
// <<< sl:end pin_tool >>>
-#endif // SL_DEVICE_INIT_LFXO_CONFIG_H
\ No newline at end of file
+#endif // SL_DEVICE_INIT_LFXO_CONFIG_H
diff --git a/src/rcp-uart-802154/config/sl_rail_util_pti_config.h b/src/rcp-uart-802154/config/sl_rail_util_pti_config.h
index 60f713a3..de9d71ae 100644
--- a/src/rcp-uart-802154/config/sl_rail_util_pti_config.h
+++ b/src/rcp-uart-802154/config/sl_rail_util_pti_config.h
@@ -79,4 +79,4 @@
// <<< sl:end pin_tool >>>
-#endif // SL_RAIL_UTIL_PTI_CONFIG_H
\ No newline at end of file
+#endif // SL_RAIL_UTIL_PTI_CONFIG_H
diff --git a/src/rcp-uart-802154/config/ustimer_config.h b/src/rcp-uart-802154/config/ustimer_config.h
index 635b5487..b50a57f7 100644
--- a/src/rcp-uart-802154/config/ustimer_config.h
+++ b/src/rcp-uart-802154/config/ustimer_config.h
@@ -52,4 +52,4 @@
/** @} (end addtogroup ustimer) */
-#endif /* __SILICON_LABS_USTIMER_CONFIG_H__ */
\ No newline at end of file
+#endif /* __SILICON_LABS_USTIMER_CONFIG_H__ */
diff --git a/src/rcp-uart-802154/rcp-uart-802154.pintool b/src/rcp-uart-802154/rcp-uart-802154.pintool
index 00e15f46..a3017a33 100644
--- a/src/rcp-uart-802154/rcp-uart-802154.pintool
+++ b/src/rcp-uart-802154/rcp-uart-802154.pintool
@@ -1,5 +1,5 @@
-
+
diff --git a/src/rcp-uart-802154/rcp-uart-802154.slcp b/src/rcp-uart-802154/rcp-uart-802154.slcp
index 6d83c693..ed383a3e 100644
--- a/src/rcp-uart-802154/rcp-uart-802154.slcp
+++ b/src/rcp-uart-802154/rcp-uart-802154.slcp
@@ -22,11 +22,11 @@ source:
- {path: app.c}
tag: [prebuilt_demo]
include:
-- path: ''
+- path: .
file_list:
- {path: app.h}
- {path: reset_util.h}
-sdk: {id: gecko_sdk, version: 4.4.2}
+sdk: {id: gecko_sdk, version: 4.4.3}
toolchain_settings: []
component:
- {from: nc_efr32_watchdog, id: nc_efr32_watchdog}
diff --git a/src/rcp-uart-802154/rcp-uart-802154.slps b/src/rcp-uart-802154/rcp-uart-802154.slps
index eca04294..262ef26d 100644
--- a/src/rcp-uart-802154/rcp-uart-802154.slps
+++ b/src/rcp-uart-802154/rcp-uart-802154.slps
@@ -1,7 +1,7 @@
-
+
@@ -12,5 +12,6 @@
+
\ No newline at end of file