Skip to content

Commit c9c42a7

Browse files
committed
revert CI changes for switch-app
1 parent de97fe5 commit c9c42a7

File tree

4 files changed

+2
-23
lines changed

4 files changed

+2
-23
lines changed

.github/workflows/examples-cc13xx_26xx.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ jobs:
7070
--target ti-cc13x4_26x4-pump-ftd \
7171
--target ti-cc13x4_26x4-pump-controller-mtd \
7272
--target ti-cc13x4_26x4-pump-controller-ftd \
73-
--target ti-cc13x4_26x4-light-switch-mtd \
74-
--target ti-cc13x4_26x4-light-switch-ftd \
7573
build \
7674
--copy-artifacts-to out/artifacts \
7775
"
@@ -105,18 +103,6 @@ jobs:
105103
cc13x4_26x4 LP_EM_CC1354P10_6 lighting-app \
106104
out/artifacts/ti-cc13x4_26x4-lighting-ftd/chip-LP_EM_CC1354P10_6-lighting-example.out \
107105
/tmp/bloat_reports/
108-
- name: Get Light Switch FTD size stats
109-
run: |
110-
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
111-
cc13x4_26x4 LP_EM_CC1354P10_6 light-switch-app \
112-
out/artifacts/ti-cc13x4_26x4-light-switch-ftd/chip-LP_EM_CC1354P10_6-light-switch-example.out \
113-
/tmp/bloat_reports/
114-
- name: Get Light Switch MTD size stats
115-
run: |
116-
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
117-
cc13x4_26x4 LP_EM_CC1354P10_6 light-switch-app \
118-
out/artifacts/ti-cc13x4_26x4-light-switch-mtd/chip-LP_EM_CC1354P10_6-light-switch-example.out \
119-
/tmp/bloat_reports/
120106
- name: Uploading Size Reports
121107
uses: ./.github/actions/upload-size-reports
122108
if: ${{ !env.ACT }}

scripts/build/build/targets.py

-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ def BuildCC13x4Target():
548548
TargetPart('pump', app=TIApp.PUMP, openthread_ftd=False),
549549
TargetPart('pump-controller', app=TIApp.PUMP_CONTROLLER,
550550
openthread_ftd=False),
551-
TargetPart('light-switch', app=TIApp.LIGHT_SWITCH),
552551
])
553552

554553
target.AppendModifier(name="mtd", openthread_ftd=False)

scripts/build/builders/ti.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class TIApp(Enum):
2828
ALL_CLUSTERS_MINIMAL = auto()
2929
LIGHTING = auto()
3030
SHELL = auto()
31-
LIGHT_SWITCH = auto()
3231

3332
def ExampleName(self):
3433
if self == TIApp.LOCK:
@@ -45,8 +44,6 @@ def ExampleName(self):
4544
return 'lighting-app'
4645
elif self == TIApp.SHELL:
4746
return 'shell'
48-
elif self == TIApp.LIGHT_SWITCH:
49-
return 'light-switch-app'
5047
else:
5148
raise Exception('Unknown app type: %r' % self)
5249

@@ -65,8 +62,6 @@ def AppNamePrefix(self, board):
6562
return f'chip-{board.BoardName()}-lighting-example'
6663
elif self == TIApp.SHELL:
6764
return f'chip-{board.BoardName()}-shell-example'
68-
elif self == TIApp.LIGHT_SWITCH:
69-
return f'chip-{board.BoardName()}-light-switch-example'
7065
else:
7166
raise Exception('Unknown app type: %r' % self)
7267

@@ -128,8 +123,7 @@ def build_outputs(self):
128123
if self.app in [TIApp.LOCK,
129124
TIApp.LIGHTING,
130125
TIApp.PUMP,
131-
TIApp.PUMP_CONTROLLER,
132-
TIApp.LIGHT_SWITCH]:
126+
TIApp.PUMP_CONTROLLER]:
133127
suffixes = [".out", "-mcuboot.hex"]
134128
else:
135129
suffixes = [".out"]

scripts/build/testdata/all_targets_linux_x64.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ asr-{asr582x,asr595x,asr550x}-{all-clusters,all-clusters-minimal,lighting,light-
33
android-{arm,arm64,x86,x64,androidstudio-arm,androidstudio-arm64,androidstudio-x86,androidstudio-x64}-{chip-tool,chip-test,tv-server,tv-casting-app,java-matter-controller,kotlin-matter-controller,virtual-device-app}[-no-debug]
44
bouffalolab-{bl602dk,bl704ldk,bl706dk,bl602-night-light,bl706-night-light,bl602-iot-matter-v1,xt-zb6-devkit}-light[-ethernet][-wifi][-thread][-easyflash][-shell][-mfd][-rotating_device_id][-rpc][-cdc][-mot][-resetcnt][-memmonitor][-115200][-fp]
55
cc32xx-{lock,air-purifier}
6-
ti-cc13x4_26x4-{all-clusters,lighting,lock,pump,pump-controller,light-switch}[-mtd][-ftd]
6+
ti-cc13x4_26x4-{all-clusters,lighting,lock,pump,pump-controller}[-mtd][-ftd]
77
cyw30739-{cyw30739b2_p5_evk_01,cyw30739b2_p5_evk_02,cyw30739b2_p5_evk_03,cyw930739m2evb_01,cyw930739m2evb_02}-{light,light-switch,lock,thermostat}
88
efr32-{brd2704b,brd4316a,brd4317a,brd4318a,brd4319a,brd4186a,brd4187a,brd2601b,brd4187c,brd4186c,brd2703a,brd4338a}-{window-covering,switch,unit-test,light,lock,thermostat,pump}[-rpc][-with-ota-requestor][-icd][-low-power][-shell][-no-logging][-openthread-mtd][-heap-monitoring][-no-openthread-cli][-show-qr-code][-wifi][-rs9116][-wf200][-siwx917][-ipv4][-additional-data-advertising][-use-ot-lib][-use-ot-coap-lib][-no-version][-skip-rps-generation]
99
esp32-{m5stack,c3devkit,devkitc,qemu}-{all-clusters,all-clusters-minimal,energy-management,ota-provider,ota-requestor,shell,light,lock,bridge,temperature-measurement,ota-requestor,tests}[-rpc][-ipv6only][-tracing]

0 commit comments

Comments
 (0)