Skip to content

Commit b476ee8

Browse files
author
Jeevan Revaneppa Hirethanad
committed
Remove unsupported example from template xml and add CI trigger condition
1 parent 52801a2 commit b476ee8

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

.github/workflows/CI.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
name: Continuous Integration for Machine Learning Applications
2-
on: [push]
3-
2+
on:
3+
push:
4+
branches:
5+
- main
6+
- feature/*
7+
tags:
8+
- v*
9+
pull_request:
10+
branches:
11+
- main
12+
- feature/*
13+
workflow_dispatch:
14+
415
permissions:
516
id-token: write
617
contents: read

templates.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,6 @@
1313
<properties key="stockConfigCompatibility" value="com.silabs.ss.framework.project.toolchain.core.default"/>
1414
<properties key="filters" value="Capability|Machine\ Learning Device\ Type|SoC MCU|32-bit\ MCU Project\ Difficulty|Advanced"/>
1515
</descriptors>
16-
<descriptors name="sensory_wakeupword" label="Machine Learning - Sensory Wakeup Word" description="This example project demos wakeup word detection using Sensory's TrulyHandsFree (THF) solution for Series 1 boards. Several models implementing different wake word phrases are included in the provided example projects. You can also create you own wake word model on Sensory's VoiceHub and include it in this demo to try it out.&#xA;">
17-
<properties key="namespace" value="template.uc"/>
18-
<properties key="keywords" value="universal\ configurator"/>
19-
<properties key="projectFilePaths" value="application/voice/sensory_wakeupword/app/sensory_wakeupword_series_1.slcp"/>
20-
<properties key="readmeFiles" value="application/voice/sensory_wakeupword/README.md"/>
21-
<properties key="boardCompatibility" value="brd2601b"/>
22-
<properties key="partCompatibility" value=".*efr32mg12p.*"/>
23-
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide segger-embedded-studio simplicity-ide"/>
24-
<properties key="toolchainCompatibility" value="gcc iar segger"/>
25-
<properties key="category" value="Example|Machine Learning"/>
26-
<properties key="quality" value="EXPERIMENTAL"/>
27-
<properties key="stockConfigCompatibility" value="com.silabs.ss.framework.project.toolchain.core.default"/>
28-
<properties key="filters" value="Capability|Machine\ Learning Device\ Type|SoC MCU|32-bit\ MCU Project\ Difficulty|Advanced"/>
29-
</descriptors>
3016
<descriptors name="people_flow_counter_mlx90640" label="Machine Learning - People Flow Counter" description="A demo displaying how xG24-DK2601B can be used to to gain information about people flow using an IR camera.&#xA;">
3117
<properties key="namespace" value="template.uc"/>
3218
<properties key="keywords" value="universal\ configurator"/>

0 commit comments

Comments
 (0)