Skip to content

Commit c9dac81

Browse files
abiradartirestyled-commits
andauthoredApr 8, 2024
[TI] Remove TI CC13x2 Platform Support (#32877)
* Removal of TI CC13x2 Platform Support * Restyled by clang-format * Restyled by gn * Restyled by prettier-markdown * Restyled by autopep8 * updated index.md --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 696ae98 commit c9dac81

File tree

229 files changed

+86
-21905
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+86
-21905
lines changed
 

‎.github/workflows/examples-cc13x2x7_26x2x7.yaml ‎.github/workflows/examples-cc13xx_26xx.yaml

+4-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: Build example - TI CC26X2X7
15+
name: Build example - TI CC13XX_26XX
1616

1717
on:
1818
push:
@@ -26,11 +26,11 @@ env:
2626
CHIP_NO_LOG_TIMESTAMPS: true
2727

2828
jobs:
29-
cc26x2x7:
30-
name: cc26x2x7
29+
cc13xx_26xx:
30+
name: cc13xx_26xx
3131

3232
env:
33-
BUILD_TYPE: gn_cc26x2x7
33+
BUILD_TYPE: gn_cc13xx_26xx
3434

3535
runs-on: ubuntu-latest
3636
if: github.actor != 'restyled-io[bot]'
@@ -97,11 +97,6 @@ jobs:
9797
cc13x4_26x4 LP_EM_CC1354P10_6 lighting-app \
9898
out/artifacts/ti-cc13x4_26x4-lighting-mtd/chip-LP_EM_CC1354P10_6-lighting-example.out \
9999
/tmp/bloat_reports/
100-
- name: Uploading Size Reports
101-
uses: ./.github/actions/upload-size-reports
102-
if: ${{ !env.ACT }}
103-
with:
104-
platform-name: cc13x2x7_26x2x7
105100
- name: Uploading Size Reports
106101
uses: ./.github/actions/upload-size-reports
107102
if: ${{ !env.ACT }}

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![ASR](https://github.com/project-chip/connectedhomeip/workflows/Build%20example%20-%20ASR/badge.svg)](https://github.com/project-chip/connectedhomeip/actions/workflows/examples-asr.yaml)
1010
[![BouffaloLab](https://github.com/project-chip/connectedhomeip/workflows/Build%20example%20-%20BouffaloLab/badge.svg)](https://github.com/project-chip/connectedhomeip/actions/workflows/examples-bouffalolab.yaml)
1111
[![Darwin](https://github.com/project-chip/connectedhomeip/workflows/Darwin/badge.svg)](https://github.com/project-chip/connectedhomeip/blob/master/.github/workflows/darwin.yaml)
12-
[![TI CC26X2X7](https://github.com/project-chip/connectedhomeip/workflows/Build%20example%20-%20TI%20CC26X2X7/badge.svg)](https://github.com/project-chip/connectedhomeip/actions/workflows/examples-cc13x2x7_26x2x7.yaml)
12+
[![TI CC26X2X7](https://github.com/project-chip/connectedhomeip/workflows/Build%20example%20-%20TI%20CC13XX_26XX/badge.svg)](https://github.com/project-chip/connectedhomeip/actions/workflows/examples-cc13xx_26xx.yaml)
1313
[![TI CC32XX](https://github.com/project-chip/connectedhomeip/workflows/Build%20example%20-%20TI%20CC32XX/badge.svg)](https://github.com/project-chip/connectedhomeip/actions/workflows/examples-cc32xx.yaml)
1414
[![EFR32](https://github.com/project-chip/connectedhomeip/workflows/Build%20example%20-%20EFR32/badge.svg)](https://github.com/project-chip/connectedhomeip/actions/workflows/examples-efr32.yaml)
1515
[![ESP32](https://github.com/project-chip/connectedhomeip/workflows/Build%20example%20-%20ESP32/badge.svg)](https://github.com/project-chip/connectedhomeip/actions/workflows/examples-esp32.yaml)

0 commit comments

Comments
 (0)
Please sign in to comment.