-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19,375 changed files
with
1,648,852 additions
and
441,926 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# This file provides metadata for the stack directory, as part of ESF. | ||
id=com.silabs.sdk.amazon | ||
label=Amazon | ||
description=Amazon | ||
version=3.3.0.0 | ||
dependantSdkVersion=4.1.0 | ||
prop.subLabel=Amazon\\ 202012.00 | ||
|
||
# General properties are prepended with "prop." | ||
prop.file.templatesFile=amazon_platform_experimental_templates.xml amazon_bluetooth_experimental_templates.xml amazon_experimental_templates.xml amazon_production_templates.xml | ||
prop.file.demosFile=amazon_demos.xml | ||
# This file provides metadata for the stack directory, as part of ESF. | ||
id=com.silabs.sdk.amazon | ||
label=Amazon | ||
description=Amazon | ||
version=3.3.0.0 | ||
dependantSdkVersion=4.1.0 | ||
prop.subLabel=Amazon\\ 202012.00 | ||
|
||
# General properties are prepended with "prop." | ||
prop.file.templatesFile=amazon_platform_experimental_templates.xml amazon_bluetooth_experimental_templates.xml amazon_experimental_templates.xml amazon_production_templates.xml | ||
prop.file.demosFile=amazon_demos.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<demos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:model="http://www.silabs.com/ss/Studio.ecore" xsi:noNamespaceSchemaLocation="http://www.silabs.com/ss/Demo.ecore"> | ||
<demo name="brd4198a.demo.bt_abr_ncp_initiator" label="Bluetooth - ABR NCP"> | ||
<model:description>ABR Network Co-Processor (NCP) target application. Runs the Bluetooth stack and provides access to it by exposing the Bluetooth API (BGAPI) via UART connection. NCP mode makes it possible to run your application on a host controller or PC. This example does not have a GATT database, but makes it possible to build one from the application using Dynamic GATT API. | ||
</model:description> | ||
<property key="demos.blurb" value="Bluetooth - ABR NCP"/> | ||
<property key="core.partCompatibility" value=".*efr32mg24b210f1536im48.*"/> | ||
<property key="core.boardCompatibility" value="brd4198a"/> | ||
<property key="demos.imageFile" value="asset://com.silabs.sdk.stack.super_4.3.0/app/bluetooth/demos/bt_abr_ncp_initiator/bt_abr_ncp_initiator-brd4198a.s37"/> | ||
<property key="core.readmeFiles" value="example/bt_abr_ncp_initiator/readme.md"/> | ||
<property key="filters" value=""/> | ||
<property key="core.quality" value="EXPERIMENTAL"/> | ||
<property key="demos.bootloaderFile" value="asset://com.silabs.sdk.stack.super_4.3.0/platform/bootloader/demos/bootloader-uart-bgapi/bootloader-uart-bgapi-brd4198a.s37"/> | ||
</demo> | ||
<demo name="brd4198a.demo.bt_abr_soc_initiator" label="Bluetooth - SoC ABR initiator"> | ||
<model:description>ABR initiator for Bluetooth. The example connects to an ABR reflector and starts distance measurement. Results are printed on the display of the WSTK. | ||
</model:description> | ||
<property key="demos.blurb" value="Bluetooth - SoC ABR initiator"/> | ||
<property key="core.partCompatibility" value=".*efr32mg24b210f1536im48.*"/> | ||
<property key="core.boardCompatibility" value="brd4198a"/> | ||
<property key="demos.imageFile" value="asset://com.silabs.sdk.stack.super_4.3.0/app/bluetooth/demos/bt_abr_soc_initiator/bt_abr_soc_initiator-brd4198a.s37"/> | ||
<property key="core.readmeFiles" value="example/bt_abr_soc_initiator/readme.md"/> | ||
<property key="filters" value=""/> | ||
<property key="core.quality" value="EXPERIMENTAL"/> | ||
<property key="demos.bootloaderFile" value="asset://com.silabs.sdk.stack.super_4.3.0/platform/bootloader/demos/bootloader-apploader/bootloader-apploader-brd4198a.s37"/> | ||
</demo> | ||
<demo name="brd4198a.demo.bt_abr_soc_reflector" label="Bluetooth - SoC ABR reflector"> | ||
<model:description>ABR reflector for Bluetooth. The example sends measurement results to the initiator via GATT. The application starts advertising after boot and restarts advertising after a connection is closed. It also supports Over-the-Air Device Firmware Upgrade (OTA DFU). | ||
</model:description> | ||
<property key="demos.blurb" value="Bluetooth - SoC ABR reflector"/> | ||
<property key="core.partCompatibility" value=".*efr32mg24b210f1536im48.*"/> | ||
<property key="core.boardCompatibility" value="brd4198a"/> | ||
<property key="demos.imageFile" value="asset://com.silabs.sdk.stack.super_4.3.0/app/bluetooth/demos/bt_abr_soc_reflector/bt_abr_soc_reflector-brd4198a.s37"/> | ||
<property key="core.readmeFiles" value="example/bt_abr_soc_reflector/readme.md"/> | ||
<property key="filters" value=""/> | ||
<property key="core.quality" value="EXPERIMENTAL"/> | ||
<property key="demos.bootloaderFile" value="asset://com.silabs.sdk.stack.super_4.3.0/platform/bootloader/demos/bootloader-apploader/bootloader-apploader-brd4198a.s37"/> | ||
</demo> | ||
</demos> |
Oops, something went wrong.