-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtemplates.xml
67 lines (67 loc) · 5.24 KB
/
templates.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="ASCII"?>
<model:MDescriptors xmlns:model="http://www.silabs.com/ss/Studio.ecore">
<descriptors name="MatterSensoryWakeWordOverThread" label="Matter - Sensory WakeWord detection over Thread"
description="This example showcases how to implement wake word detection to control the Light with your voice within a Matter over Thread">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="Matter"/>
<properties key="solutionReferenceId" value="matter_thread_sensory_wakeword.SimplicityStudio.matter_thread_sensory_wakeword.slcp"/>
<properties key="projectFilePaths" value="matter_thread_sensory_wakeword/SimplicityStudio/matter_thread_sensory_wakeword.slcp"/>
<properties key="readmeFiles" value="matter_thread_sensory_wakeword/README.md"/>
<properties key="boardCompatibility" value="brd2601b"/>
<properties key="partCompatibility" value=".*efr32mg24.*"/>
<properties key="ideCompatibility" value="makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc"/>
<properties key="category" value="Matter Application"/>
<properties key="quality" value="PRODUCTION"/>
<properties key="stockConfigCompatibility" value="com.silabs.ss.framework.project.toolchain.core.default"/>
<properties key="filters" value="Type|SoC Project\ Difficulty|Advanced Wireless\ Technology|Matter"/>
</descriptors>
<descriptors name="MatterWeatherStationOverThread" label="Matter - Weather Station over Thread"
description="This example showcases how to implement a custom cluster for a Matter application over Thread">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="Matter"/>
<properties key="solutionReferenceId" value="matter_thread_sparkfun_weather_station_mad.SimplicityStudio.matter_thread_sparkfun_weather_station_mad.slcp"/>
<properties key="projectFilePaths" value="matter_thread_sparkfun_weather_station_mad/SimplicityStudio/matter_thread_sparkfun_weather_station_mad.slcp"/>
<properties key="readmeFiles" value="matter_thread_sparkfun_weather_station_mad/README.md"/>
<properties key="boardCompatibility" value="brd2703a"/>
<properties key="partCompatibility" value=".*efr32mg24.*"/>
<properties key="ideCompatibility" value="makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc"/>
<properties key="category" value="Matter Application"/>
<properties key="quality" value="PRODUCTION"/>
<properties key="stockConfigCompatibility" value="com.silabs.ss.framework.project.toolchain.core.default"/>
<properties key="filters" value="Type|SoC Project\ Difficulty|Advanced Wireless\ Technology|Matter"/>
</descriptors>
<descriptors name="MatterCODetectordOverThread" label="Matter - CO detector over Thread"
description="This example showcases how to integrate the Mikroe CO detector into a Matter over Thread sample app">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="Matter"/>
<properties key="solutionReferenceId" value="matter_thread_co_detector_mad.SimplicityStudio.matter_thread_co_detector_mad.slcp"/>
<properties key="projectFilePaths" value="matter_thread_co_detector_mad/SimplicityStudio/matter_thread_co_detector_mad.slcp"/>
<properties key="readmeFiles" value="matter_thread_co_detector_mad/README.md"/>
<properties key="boardCompatibility" value="brd2703a"/>
<properties key="partCompatibility" value=".*efr32mg24.*"/>
<properties key="ideCompatibility" value="makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc"/>
<properties key="category" value="Matter Application"/>
<properties key="quality" value="PRODUCTION"/>
<properties key="stockConfigCompatibility" value="com.silabs.ss.framework.project.toolchain.core.default"/>
<properties key="filters" value="Type|SoC Project\ Difficulty|Advanced Wireless\ Technology|Matter"/>
</descriptors>
<descriptors name="MatterColorLighting" label="Matter - Color Lighting over Thread"
description="This example showcases how to integrate the Mikroe RGB Driver Click into a Matter over Thread sample app">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="Matter"/>
<properties key="solutionReferenceId" value="matter_thread_thread_rgb_driver.SimplicityStudio.matter_thread_color_lighting.slcp"/>
<properties key="projectFilePaths" value="matter_thread_color_lighting/SimplicityStudio/matter_thread_color_lighting.slcp"/>
<properties key="readmeFiles" value="matter_thread_color_lighting/README.md"/>
<properties key="boardCompatibility" value="brd2703a"/>
<properties key="partCompatibility" value=".*efr32mg24.*"/>
<properties key="ideCompatibility" value="makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc"/>
<properties key="category" value="Matter Application"/>
<properties key="quality" value="PRODUCTION"/>
<properties key="stockConfigCompatibility" value="com.silabs.ss.framework.project.toolchain.core.default"/>
<properties key="filters" value="Type|SoC Project\ Difficulty|Advanced Wireless\ Technology|Matter"/>
</descriptors>
</model:MDescriptors>