Skip to content

Commit

Permalink
Merge branch 'master' into README-rvc-app
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Oct 8, 2024
2 parents 50d32ff + 7fcc60f commit 2634c21
Show file tree
Hide file tree
Showing 466 changed files with 53,487 additions and 8,313 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt-get update \
valgrind \
docker.io \
iputils-ping \
icecc \
&& :

RUN groupadd -g $USER_GID $USERNAME \
Expand Down Expand Up @@ -80,3 +81,13 @@ ENV TIZEN_ROOTFS /tizen_rootfs

# Fast Model GDB plugins path for debugging support
ENV FAST_MODEL_PLUGINS_PATH /opt/FastModelsPortfolio_11.16/plugins/Linux64_GCC-9.3

# Set up ccache as a pigweed command launcher when using the scripts/build/build_examples.py
# script. Also, set up icecc as the command prefix for ccache. Such setup allows to benefit
# from compilation caching and distributed compilation at the same time.
#
# NOTE: In order to use distributed compilation with icecc, one should run
# "scripts/icecc.sh start" before starting the build.
ENV CHIP_PW_COMMAND_LAUNCHER ccache
ENV CCACHE_PREFIX icecc
ENV PATH /usr/lib/ccache:$PATH
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Builds

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build Chef CI examples on all platforms

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Cirque

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Darwin Tests

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Darwin

on:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ name: Doxygen

on:
push:
branches:
- master
- 'v*-branch'
paths:
- "**.do[xc]"
- "**.c[cs]?"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/example-tv-casting-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: TV Casting Example - Darwin

on:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Ameba

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - ASR

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-bouffalolab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - BouffaloLab

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-cc13xx_26xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - TI CC13XX_26XX

on:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-cc32xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ name: Build example - TI CC32XX
on:
workflow_dispatch:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - EFR32

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
"./scripts/build/build_examples.py \
--enable-flashbundle \
--target efr32-brd4187c-thermostat-openthread-mtd \
--target efr32-brd4187c-air-quality-sensor-app-openthread-mtd \
--target efr32-brd4187c-switch-shell-use-ot-coap-lib \
--target efr32-brd4187c-unit-test \
build \
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - ESP32

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-infineon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Infineon

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/examples-linux-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Linux ARM

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
--target linux-arm64-chip-tool-nodeps-ipv6only \
--target linux-arm64-lock-clang \
--target linux-arm64-minmdns-clang \
--target linux-arm64-light-rpc-ipv6only-clang \
--target linux-arm64-light-data-model-enabled-rpc-ipv6only-clang \
--target linux-arm64-thermostat-no-ble-clang \
--target linux-arm64-lit-icd-no-ble-clang \
--target linux-arm64-fabric-admin-clang-rpc \
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - i.MX Linux

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Linux Standalone

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-linux-tv-casting-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Test TV Casting Example

on:
push:
branches-ignore:
- "dependabot/**"
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-mw320.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - MW320

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - nRF Connect SDK

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/examples-nuttx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ name: Build example - NuttX

on:
push:
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-nxp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - NXP

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-qpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - QPG

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-stm32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - stm32

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Telink

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/examples-tizen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Build example - Tizen

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/full-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Full builds - Android

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
workflow_dispatch:

concurrency:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "Validate Gradle Wrapper"
on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:

jobs:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/java-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ name: Java Tests

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
- 'v*-branch'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
Loading

0 comments on commit 2634c21

Please sign in to comment.