Skip to content

Commit

Permalink
Update rcp-uart-802154 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Aug 5, 2024
1 parent 5e9be0b commit 00b7426
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 19 deletions.
6 changes: 3 additions & 3 deletions src/rcp-uart-802154/.cproject

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions src/rcp-uart-802154/config/pin_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/rcp-uart-802154/config/sl_board_control_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@

// <<< sl:end pin_tool >>>

#endif // SL_BOARD_CONTROL_CONFIG_H
#endif // SL_BOARD_CONTROL_CONFIG_H
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -100,4 +99,4 @@
// [USART_SL_CPC_DRV_UART_VCOM]$
// <<< sl:end pin_tool >>>

#endif /* SL_CPC_DRV_UART_VCOM_CONFIG_H */
#endif /* SL_CPC_DRV_UART_VCOM_CONFIG_H */
2 changes: 1 addition & 1 deletion src/rcp-uart-802154/config/sl_debug_swo_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@
// [GPIO_SL_DEBUG]$
// <<< sl:end pin_tool >>>

#endif // SL_DEBUG_SWO_CONFIG_H
#endif // SL_DEBUG_SWO_CONFIG_H
17 changes: 11 additions & 6 deletions src/rcp-uart-802154/config/sl_device_init_lfxo_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,28 @@
// <<< sl:start pin_tool >>>
// <lfxo signal=(LFXTAL_O),(LFXTAL_I),(LF_EXTCLK)> 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
#endif // SL_DEVICE_INIT_LFXO_CONFIG_H
2 changes: 1 addition & 1 deletion src/rcp-uart-802154/config/sl_rail_util_pti_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@

// <<< sl:end pin_tool >>>

#endif // SL_RAIL_UTIL_PTI_CONFIG_H
#endif // SL_RAIL_UTIL_PTI_CONFIG_H
2 changes: 1 addition & 1 deletion src/rcp-uart-802154/config/ustimer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@

/** @} (end addtogroup ustimer) */

#endif /* __SILICON_LABS_USTIMER_CONFIG_H__ */
#endif /* __SILICON_LABS_USTIMER_CONFIG_H__ */
2 changes: 1 addition & 1 deletion src/rcp-uart-802154/rcp-uart-802154.pintool
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ASCII"?>
<device:XMLDevice xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:device="http://www.silabs.com/ss/hwconfig/document/device.ecore" name="pin_tool.EFR32MG21A010F1024IM32" partId="mcu.arm.efr32.mg21.efr32mg21a010f1024im32" contextId="com.silabs.sdk.stack.super:4.4.2._-295637085">
<device:XMLDevice xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:device="http://www.silabs.com/ss/hwconfig/document/device.ecore" name="pin_tool.EFR32MG21A010F1024IM32" partId="mcu.arm.efr32.mg21.efr32mg21a010f1024im32" contextId="com.silabs.sdk.stack.super:4.4.3._-295637086">
<mode name="DefaultMode">
<property object="DefaultMode" propertyId="mode.diagramLocation" value="100, 100"/>
<property object="GPIO" propertyId="ABModule.selectedRequirement" value="gpio%T%SL_DEBUG%T%sl_debug_swo_config.h"/>
Expand Down
4 changes: 2 additions & 2 deletions src/rcp-uart-802154/rcp-uart-802154.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
3 changes: 2 additions & 1 deletion src/rcp-uart-802154/rcp-uart-802154.slps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ASCII"?>
<model:MDescriptors xmlns:model="http://www.silabs.com/ss/Studio.ecore">
<descriptors name="rcp-uart-802154">
<properties key="projectCommon.sdkId" value="com.silabs.sdk.stack.super:4.4.2._-295637085"/>
<properties key="projectCommon.sdkId" value="com.silabs.sdk.stack.super:4.4.3._-295637086"/>
<properties key="universalConfig.relativeWorkspacePath" value="../rcp-uart-802154.slcw"/>
<properties key="universalConfig.generationDirectory" value=""/>
<properties key="universalConfig.toolchainCompatibility" value="gcc"/>
Expand All @@ -12,5 +12,6 @@
<properties key="projectCommon.toolchainId" value="com.silabs.ss.tool.ide.arm.toolchain.gnu.cdt:12.2.1.20221205"/>
<properties key="universalConfig.projectTypeIds" value="com.silabs.ss.framework.ide.project.core.cdtMbsProjectType"/>
<properties key="projectCommon.importModeId" value="LINK_LIBRARIES"/>
<properties key="universalConfig.compSelProjInstanceId" value="1722887536971"/>
</descriptors>
</model:MDescriptors>

0 comments on commit 00b7426

Please sign in to comment.