Skip to content

Commit

Permalink
Simplicity SDK 2024.6.2
Browse files Browse the repository at this point in the history
24Q2-Patch2 GA
  • Loading branch information
silabsbot committed Sep 19, 2024
1 parent aa5ce2e commit 36e12f0
Show file tree
Hide file tree
Showing 3,388 changed files with 36,177 additions and 19,572 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=com.silabs.sdk.stack.sisdk

version=2024.6.1
version=2024.6.2

label=Simplicity SDK Suite
description=Simplicity SDK Suite
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ An archive of all documents associated with the latest release of Simplicity SDK

## Getting Started with Simplicity SDK

The recommended method to get started with the Simplicity SDK is to first install [Simplicity Studio 5](https://www.silabs.com/developers/simplicity-studio), which will set up your development environment and walk you through the installation of Simplicity SDK. Alternatively, Simplicity SDK and other required tools may be installed manually.
The recommended method to get started with the Simplicity SDK is to first install [Simplicity Studio 5](https://www.silabs.com/developers/simplicity-studio), which will setup your development environment and walk you through the installation of Simplicity SDK. Alternatively, Simplicity SDK and other required tools may be installed manually.

### Installing through Simplicity Studio

Expand All @@ -48,14 +48,14 @@ A Simplicity SDK development environment may also be installed and set up manual

#### Simplicity SDK

Simplicity SDK releases are packaged as an archive that may be downloaded from the [Releases](https://github.com/SiliconLabs/simplicity_sdk/releases) page on GitHub. You may also clone this repo using a [git client](https://github.com/git-guides/install-git). Note that an installation of [git lfs](https://git-lfs.github.com/) is also required. If you are installing git lfs only to use with the Simplicity SDK, you do not need to specify file types.
Simplicity SDK releases are packaged as an archive that may be downloaded from the [Releases](https://github.com/SiliconLabs/simplicity_sdk/releases) page on GitHub. You may also clone this repo using a [git client](https://github.com/git-guides/install-git). Note that an installation of [git lfs](https://git-lfs.github.com/) is also required. If you are installing git lfs only to use with the 12.2.rel1, you do not need to specify file types.

#### Toolchain

This release of Simplicity SDK supports the Arm Embedded Toolchain version 12.2.1 and IAR Embedded Workbench version 9.40.1. One of these toolchains must be installed:
This release of Simplicity SDK supports the Arm Embedded Toolchain version 12.2.Rel1 and IAR Embedded Workbench version 9.40.1. One of these toolchains must be installed.

- [GNU Arm Embedded Toolchain](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads/12-2-rel1) - Download and install v12.2.1 for your host operating system.
- [IAR Embedded Workbench for Arm](https://www.iar.com/products/architectures/arm/iar-embedded-workbench-for-arm/) - Only the latest version is available in Downloads; for older versions you must log-in to your "My Pages".
- [GNU Arm Embedded Toolchain](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads/12-2-rel1) - Download and install v12.2.Rel1 for your host operating system.
- [IAR Embedded Workbench for Arm]( https://www.iar.com/products/architectures/arm/iar-embedded-workbench-for-arm/) - Only the latest version is available in Downloads; for older versions you must log-in to your "My Pages".

#### Silicon Labs Configurator (SLC) Command-line Interface (CLI)

Expand Down
12 changes: 6 additions & 6 deletions app/bluetooth/bluetooth_evaluation_demos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,34 @@
<property key="demos.blurb" value="Bluetooth - NCP CS"/>
<property key="core.partCompatibility" value=".*efr32mg24b210f1536im48.*"/>
<property key="core.boardCompatibility" value="brd4198a"/>
<property key="demos.imageFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.1/app/bluetooth/demos/bt_cs_ncp/bt_cs_ncp-brd4198a.s37"/>
<property key="demos.imageFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.2/app/bluetooth/demos/bt_cs_ncp/bt_cs_ncp-brd4198a.s37"/>
<property key="core.readmeFiles" value="example/bt_cs_ncp/readme.md"/>
<property key="filters" value="Device\ Type|NCP Project\ Difficulty|Beginner Wireless\ Technology|Bluetooth"/>
<property key="core.quality" value="EVALUATION"/>
<property key="demos.bootloaderFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.1/platform/bootloader/demos/bootloader-uart-bgapi/bootloader-uart-bgapi-brd4198a.s37"/>
<property key="demos.bootloaderFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.2/platform/bootloader/demos/bootloader-uart-bgapi/bootloader-uart-bgapi-brd4198a.s37"/>
</demo>
<demo name="brd4198a.demo.bt_cs_soc_initiator" label="Bluetooth - SoC CS Initiator">
<model:description>Channel Sounding (CS) Initiator for Bluetooth LE. This example connects to a CS Reflector device and starts the distance measurement. Results are printed on the display of the WSTK and can be read via the serial port VCOM. It can measure in two CS measurement modes PBR (default) and RTT. RTT mode can be selected by pressing down the BTN0 while resetting the device. It can measure in two object tracking modes as well: in moving object tracking mode (default) or in stationary object tracking mode. In moving object tracking mode measurement results will be calculated for every procedure. In stationary object tracking mode multiple CS procedure data is required for the estimation process. The progress of the estimation will be shown on the LCD and in the logs in percentages. Once the estimation process is done the measurement results will be shown similarly like in the moving object tracking mode. Stationary object tracking mode can be selected by pressing down the BTN1 while resetting the device. In case the default CS mode or object tracking mode is changed in initiator_app_config.h the other CS mode or object tracking mode can be selected with its dedicated push button (BTN0 or BTN1). The actual mode can be checked on the serial output and in the captured logs. To capture JSONL and text logs a log_filter.py Python3 script is provided with this example. This utility will listen to the same serial port VCOM and will extract the necessary logs. Check out the help of log_filter.py for more on capturing logs while measuring distance with CS.
</model:description>
<property key="demos.blurb" value="Bluetooth - SoC CS Initiator"/>
<property key="core.partCompatibility" value=".*efr32mg24b210f1536im48.*"/>
<property key="core.boardCompatibility" value="brd4198a"/>
<property key="demos.imageFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.1/app/bluetooth/demos/bt_cs_soc_initiator/bt_cs_soc_initiator-brd4198a.s37"/>
<property key="demos.imageFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.2/app/bluetooth/demos/bt_cs_soc_initiator/bt_cs_soc_initiator-brd4198a.s37"/>
<property key="core.readmeFiles" value="example/bt_cs_soc_initiator/readme.md"/>
<property key="filters" value="Device\ Type|SoC Project\ Difficulty|Beginner Wireless\ Technology|Bluetooth"/>
<property key="core.quality" value="EVALUATION"/>
<property key="demos.bootloaderFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.1/platform/bootloader/demos/bootloader-apploader/bootloader-apploader-brd4198a.s37"/>
<property key="demos.bootloaderFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.2/platform/bootloader/demos/bootloader-apploader/bootloader-apploader-brd4198a.s37"/>
</demo>
<demo name="brd4198a.demo.bt_cs_soc_reflector" label="Bluetooth - SoC CS Reflector">
<model:description>Channel Sounding (CS) Reflector for Bluetooth LE. This example sends measurement results back to the CS Initiator device via GATT notifications. It is scheduled by the CS Ranging Service. CS Reflector should have to connect to at least one CS Initiator device to send measurement data to and it is also capable to connect to multiple CS Initiators. Check the CS Reflector component for more on the available connections. The application starts advertising after boot and keeps advertising until not every connection slots are occupied. It will stop advertising when it is full. Once at least one slot becomes free again the device start to advertise.
</model:description>
<property key="demos.blurb" value="Bluetooth - SoC CS Reflector"/>
<property key="core.partCompatibility" value=".*efr32mg24b210f1536im48.*"/>
<property key="core.boardCompatibility" value="brd4198a"/>
<property key="demos.imageFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.1/app/bluetooth/demos/bt_cs_soc_reflector/bt_cs_soc_reflector-brd4198a.s37"/>
<property key="demos.imageFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.2/app/bluetooth/demos/bt_cs_soc_reflector/bt_cs_soc_reflector-brd4198a.s37"/>
<property key="core.readmeFiles" value="example/bt_cs_soc_reflector/readme.md"/>
<property key="filters" value="Device\ Type|SoC Project\ Difficulty|Beginner Wireless\ Technology|Bluetooth"/>
<property key="core.quality" value="EVALUATION"/>
<property key="demos.bootloaderFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.1/platform/bootloader/demos/bootloader-apploader/bootloader-apploader-brd4198a.s37"/>
<property key="demos.bootloaderFile" value="asset://com.silabs.sdk.stack.sisdk_2024.6.2/platform/bootloader/demos/bootloader-apploader/bootloader-apploader-brd4198a.s37"/>
</demo>
</demos>
Loading

0 comments on commit 36e12f0

Please sign in to comment.