Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gecko SDK 4.4.3 #78

Merged
merged 8 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ RUN \
&& tar -C /opt -xf gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 \
&& rm gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2

# Gecko SDK 4.4.2
# Gecko SDK 4.4.3
RUN \
curl -o gecko_sdk_4.4.2.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.2/gecko-sdk.zip \
&& unzip -q -d gecko_sdk_4.4.2 gecko_sdk_4.4.2.zip \
&& rm gecko_sdk_4.4.2.zip
curl -o gecko_sdk_4.4.3.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.3/gecko-sdk.zip \
&& unzip -q -d gecko_sdk_4.4.3 gecko_sdk_4.4.3.zip \
&& rm gecko_sdk_4.4.3.zip

# Gecko SDK 4.3.1
RUN \
Expand Down
14 changes: 7 additions & 7 deletions misc/firmware-eraser/.cproject

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions misc/firmware-eraser/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 misc/firmware-eraser/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
2 changes: 1 addition & 1 deletion misc/firmware-eraser/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 misc/firmware-eraser/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 misc/firmware-eraser/firmware-eraser.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"/>
</mode>
Expand Down
4 changes: 2 additions & 2 deletions misc/firmware-eraser/firmware-eraser.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ source:
- {path: app.cpp}
- {path: main.cpp}
include:
- path: ''
- path: .
file_list:
- {path: app.h}
sdk: {id: gecko_sdk, version: 4.4.2}
sdk: {id: gecko_sdk, version: 4.4.3}
toolchain_settings: []
component:
- {id: EFR32MG21A010F1024IM32}
Expand Down
3 changes: 2 additions & 1 deletion misc/firmware-eraser/firmware-eraser.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="firmware-eraser">
<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="../firmware-eraser.slcw"/>
<properties key="universalConfig.generationDirectory" value=""/>
<properties key="universalConfig.toolchainCompatibility" value="iar 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="1722886907406"/>
</descriptors>
</model:MDescriptors>
6 changes: 3 additions & 3 deletions src/bootloader-uart-xmodem/.cproject

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/bootloader-uart-xmodem/bootloader-uart-xmodem.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%btl_debug_cfg.h"/>
Expand Down
2 changes: 1 addition & 1 deletion src/bootloader-uart-xmodem/bootloader-uart-xmodem.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package: bootloader
quality: production
readme:
- {path: readme.md}
sdk: {id: gecko_sdk, version: 4.4.2}
sdk: {id: gecko_sdk, version: 4.4.3}
toolchain_settings: []
component:
- {id: EFR32MG21A010F1024IM32}
Expand Down
3 changes: 2 additions & 1 deletion src/bootloader-uart-xmodem/bootloader-uart-xmodem.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="bootloader-uart-xmodem">
<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="../bootloader-uart-xmodem.slcw"/>
<properties key="universalConfig.generationDirectory" value=""/>
<properties key="universalConfig.toolchainCompatibility" value="iar 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="1722885535817"/>
</descriptors>
</model:MDescriptors>
2 changes: 1 addition & 1 deletion src/bootloader-uart-xmodem/config/btl_debug_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
// [GPIO_SL_DEBUG]$
// <<< sl:end pin_tool >>>

#endif // BTL_DEBUG_CONFIG_H
#endif // BTL_DEBUG_CONFIG_H
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@

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

#endif // BTL_GPIO_ACTIVATION_CONFIG_H
#endif // BTL_GPIO_ACTIVATION_CONFIG_H
2 changes: 1 addition & 1 deletion src/bootloader-uart-xmodem/config/btl_uart_driver_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@

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

#endif // BTL_UART_DRIVER_CONFIG_H
#endif // BTL_UART_DRIVER_CONFIG_H
133 changes: 128 additions & 5 deletions src/ncp-uart-hw/.cproject

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions src/ncp-uart-hw/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/ncp-uart-hw/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
2 changes: 1 addition & 1 deletion src/ncp-uart-hw/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/ncp-uart-hw/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/ncp-uart-hw/config/sl_iostream_usart_vcom_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@
// [USART_SL_IOSTREAM_USART_VCOM]$
// <<< sl:end pin_tool >>>

#endif
#endif
2 changes: 1 addition & 1 deletion src/ncp-uart-hw/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/ncp-uart-hw/ncp-uart-hw.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"/>
</mode>
Expand Down
2 changes: 1 addition & 1 deletion src/ncp-uart-hw/ncp-uart-hw.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source:
- {path: main.c}
- {path: app.c}
tag: [prebuilt_demo]
sdk: {id: gecko_sdk, version: 4.4.2}
sdk: {id: gecko_sdk, version: 4.4.3}
toolchain_settings: []
component:
- {id: EFR32MG21A010F1024IM32}
Expand Down
3 changes: 2 additions & 1 deletion src/ncp-uart-hw/ncp-uart-hw.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="ncp-uart-hw">
<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="../ncp-uart-hw.slcw"/>
<properties key="universalConfig.generationDirectory" value=""/>
<properties key="universalConfig.toolchainCompatibility" value="iar 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="1722887056067"/>
</descriptors>
</model:MDescriptors>
6 changes: 3 additions & 3 deletions src/ot-rcp/.cproject

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions src/ot-rcp/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/ot-rcp/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
2 changes: 1 addition & 1 deletion src/ot-rcp/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/ot-rcp/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/ot-rcp/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/ot-rcp/config/sl_uartdrv_usart_vcom_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@
// [USART_SL_UARTDRV_USART_VCOM]$
// <<< sl:end pin_tool >>>

#endif // SL_UARTDRV_USART_VCOM_CONFIG_H
#endif // SL_UARTDRV_USART_VCOM_CONFIG_H
2 changes: 1 addition & 1 deletion src/ot-rcp/ot-rcp.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
Loading
Loading