From 120742625532d3d77f75ada6f67396b75e9a20f2 Mon Sep 17 00:00:00 2001 From: Borys Nykytiuk <165832970+BorysNykytiuk@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:02:24 +0200 Subject: [PATCH] [Telink] Replace SoCs overlays to Zephyr & Update builds to docker version 94 (#36580) * soc: riscv: telink: replace b9x overlay to Zephyr - update pwm channel and funcs according to Zephyr - replace updated overlay info to the Zephyr - delete tlsr9x.overlay file - delete tl3218x.overlay file Signed-off-by: Borys Nykytiuk * [Telink] Update Zephyr HASH to check CI builds * [Telink] Update Zephyr HASH to check CI builds * soc: riscv: telink: replace tl3218 overlay to Zephyr - delete tl3218x.overlay file Signed-off-by: Borys Nykytiuk * [Telink] Update Zephyr revision for CI test * [Telink] Update Zephyr revision for CI test * Update builds to docker version 94 --------- Signed-off-by: Borys Nykytiuk Co-authored-by: Alex Tsitsiura --- .github/workflows/bloat_check.yaml | 2 +- .github/workflows/build.yaml | 10 +-- .github/workflows/chef.yaml | 10 +-- .github/workflows/doxygen.yaml | 2 +- .github/workflows/examples-ameba.yaml | 2 +- .github/workflows/examples-asr.yaml | 2 +- .github/workflows/examples-bouffalolab.yaml | 2 +- .github/workflows/examples-cc13xx_26xx.yaml | 2 +- .github/workflows/examples-cc32xx.yaml | 2 +- .github/workflows/examples-efr32.yaml | 2 +- .github/workflows/examples-esp32.yaml | 4 +- .github/workflows/examples-infineon.yaml | 2 +- .github/workflows/examples-linux-arm.yaml | 2 +- .github/workflows/examples-linux-imx.yaml | 2 +- .../workflows/examples-linux-standalone.yaml | 2 +- .../examples-linux-tv-casting-app.yaml | 2 +- .github/workflows/examples-mw320.yaml | 2 +- .github/workflows/examples-nrfconnect.yaml | 2 +- .github/workflows/examples-nuttx.yaml | 2 +- .github/workflows/examples-openiotsdk.yaml | 2 +- .github/workflows/examples-qpg.yaml | 2 +- .github/workflows/examples-stm32.yaml | 2 +- .github/workflows/examples-telink.yaml | 4 +- .github/workflows/examples-tizen.yaml | 2 +- .github/workflows/full-android.yaml | 2 +- .github/workflows/fuzzing-build.yaml | 2 +- .github/workflows/java-tests.yaml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/minimal-build.yaml | 4 +- .github/workflows/qemu.yaml | 4 +- .github/workflows/release_artifacts.yaml | 4 +- .github/workflows/smoketest-android.yaml | 2 +- .github/workflows/tests.yaml | 4 +- .github/workflows/unit_integration_test.yaml | 2 +- .github/workflows/zap_regeneration.yaml | 2 +- .github/workflows/zap_templates.yaml | 2 +- examples/all-clusters-app/ameba/README.md | 4 +- .../all-clusters-minimal-app/ameba/README.md | 4 +- examples/fabric-admin/README.md | 4 +- examples/fabric-bridge-app/linux/README.md | 4 +- examples/fabric-sync/README.md | 4 +- examples/light-switch-app/ameba/README.md | 4 +- examples/lighting-app/ameba/README.md | 4 +- examples/ota-requestor-app/ameba/README.md | 4 +- examples/pigweed-app/ameba/README.md | 4 +- integrations/cloudbuild/chef.yaml | 8 +-- integrations/cloudbuild/smoke-test.yaml | 14 ++--- src/platform/telink/tl3218x.overlay | 61 ------------------ src/platform/telink/tlsr9258a.overlay | 61 ------------------ src/platform/telink/tlsr9518adk80d.overlay | 63 ------------------- src/platform/telink/tlsr9528a.overlay | 62 ------------------ 51 files changed, 79 insertions(+), 326 deletions(-) delete mode 100644 src/platform/telink/tl3218x.overlay delete mode 100644 src/platform/telink/tlsr9258a.overlay delete mode 100644 src/platform/telink/tlsr9518adk80d.overlay delete mode 100644 src/platform/telink/tlsr9528a.overlay diff --git a/.github/workflows/bloat_check.yaml b/.github/workflows/bloat_check.yaml index be423b04c039d7..08de9d63fb523c 100644 --- a/.github/workflows/bloat_check.yaml +++ b/.github/workflows/bloat_check.yaml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 steps: - name: Checkout diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2539edcf6a82fa..47536167563dbb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/:/runner-root-volume" - "/tmp/log_output:/tmp/test_logs" @@ -139,7 +139,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/:/runner-root-volume" - "/tmp/log_output:/tmp/test_logs" @@ -308,7 +308,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/:/runner-root-volume" - "/tmp/log_output:/tmp/test_logs" @@ -371,7 +371,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/:/runner-root-volume" - "/tmp/log_output:/tmp/test_logs" @@ -490,7 +490,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/:/runner-root-volume" - "/tmp/log_output:/tmp/test_logs" diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index c897952d45107c..b31ce2273360e8 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -36,7 +36,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 options: --user root steps: @@ -57,7 +57,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-esp32:93 + image: ghcr.io/project-chip/chip-build-esp32:94 options: --user root steps: @@ -78,7 +78,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-nrf-platform:93 + image: ghcr.io/project-chip/chip-build-nrf-platform:94 options: --user root steps: @@ -99,7 +99,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-telink:93 + image: ghcr.io/project-chip/chip-build-telink:94 options: --user root steps: @@ -111,7 +111,7 @@ jobs: platform: telink # - name: Update Zephyr to specific revision (for developers purpose) # shell: bash - # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 8b29ee6b118ebe6eeec3224dbe343474e11403d8" + # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ffdbfe7560c0b628e03ab487ab110eeed9bdc8c7" - name: CI Examples Telink shell: bash run: | diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml index eb45f76f389779..11afa765111972 100644 --- a/.github/workflows/doxygen.yaml +++ b/.github/workflows/doxygen.yaml @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/project-chip/chip-build-doxygen:93 + image: ghcr.io/project-chip/chip-build-doxygen:94 if: github.actor != 'restyled-io[bot]' diff --git a/.github/workflows/examples-ameba.yaml b/.github/workflows/examples-ameba.yaml index 2c1c2555e797e2..421a9516b0ed47 100644 --- a/.github/workflows/examples-ameba.yaml +++ b/.github/workflows/examples-ameba.yaml @@ -39,7 +39,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-ameba:93 + image: ghcr.io/project-chip/chip-build-ameba:94 options: --user root steps: diff --git a/.github/workflows/examples-asr.yaml b/.github/workflows/examples-asr.yaml index 61ac888ad415a6..07641d9b5893cf 100644 --- a/.github/workflows/examples-asr.yaml +++ b/.github/workflows/examples-asr.yaml @@ -37,7 +37,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-asr:93 + image: ghcr.io/project-chip/chip-build-asr:94 options: --user root steps: diff --git a/.github/workflows/examples-bouffalolab.yaml b/.github/workflows/examples-bouffalolab.yaml index c0178a04c2cb48..7ff1c1c019a141 100644 --- a/.github/workflows/examples-bouffalolab.yaml +++ b/.github/workflows/examples-bouffalolab.yaml @@ -38,7 +38,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-bouffalolab:93 + image: ghcr.io/project-chip/chip-build-bouffalolab:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: diff --git a/.github/workflows/examples-cc13xx_26xx.yaml b/.github/workflows/examples-cc13xx_26xx.yaml index 0aaec6d6cc3bf3..c6f41822bd366a 100644 --- a/.github/workflows/examples-cc13xx_26xx.yaml +++ b/.github/workflows/examples-cc13xx_26xx.yaml @@ -42,7 +42,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-ti:93 + image: ghcr.io/project-chip/chip-build-ti:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: diff --git a/.github/workflows/examples-cc32xx.yaml b/.github/workflows/examples-cc32xx.yaml index c7615bc27de48f..cebb38ccc52d39 100644 --- a/.github/workflows/examples-cc32xx.yaml +++ b/.github/workflows/examples-cc32xx.yaml @@ -41,7 +41,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-ti:93 + image: ghcr.io/project-chip/chip-build-ti:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index 8e40a0df999f4c..6ed2fa9c6ccecf 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -41,7 +41,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-efr32:93 + image: ghcr.io/project-chip/chip-build-efr32:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index 20ced0375b8f5d..3d3112d2972ecd 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -37,7 +37,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-esp32:93 + image: ghcr.io/project-chip/chip-build-esp32:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" @@ -124,7 +124,7 @@ jobs: if: github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif' container: - image: ghcr.io/project-chip/chip-build-esp32:93 + image: ghcr.io/project-chip/chip-build-esp32:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" diff --git a/.github/workflows/examples-infineon.yaml b/.github/workflows/examples-infineon.yaml index 5b7ee30abe1828..7ee9f4554545ae 100644 --- a/.github/workflows/examples-infineon.yaml +++ b/.github/workflows/examples-infineon.yaml @@ -38,7 +38,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-infineon:93 + image: ghcr.io/project-chip/chip-build-infineon:94 env: # TODO: this should probably be part of the dockerfile itself CY_TOOLS_PATHS: /opt/Tools/ModusToolbox/tools_3.2 diff --git a/.github/workflows/examples-linux-arm.yaml b/.github/workflows/examples-linux-arm.yaml index 84a36addb83f94..b4c9ceb210e2dc 100644 --- a/.github/workflows/examples-linux-arm.yaml +++ b/.github/workflows/examples-linux-arm.yaml @@ -37,7 +37,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-crosscompile:93 + image: ghcr.io/project-chip/chip-build-crosscompile:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" diff --git a/.github/workflows/examples-linux-imx.yaml b/.github/workflows/examples-linux-imx.yaml index 33098465c1cdcb..dfcb78bb52b41f 100644 --- a/.github/workflows/examples-linux-imx.yaml +++ b/.github/workflows/examples-linux-imx.yaml @@ -37,7 +37,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-imx:93 + image: ghcr.io/project-chip/chip-build-imx:94 steps: - name: Checkout diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index b4ed1cd92d2d1d..a27921cc1f68d2 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -37,7 +37,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" diff --git a/.github/workflows/examples-linux-tv-casting-app.yaml b/.github/workflows/examples-linux-tv-casting-app.yaml index 4bc173f7cc9e64..780ceadc14d5c3 100644 --- a/.github/workflows/examples-linux-tv-casting-app.yaml +++ b/.github/workflows/examples-linux-tv-casting-app.yaml @@ -37,7 +37,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 steps: - name: Checkout diff --git a/.github/workflows/examples-mw320.yaml b/.github/workflows/examples-mw320.yaml index 5b2d082ff5e6f7..9611cd79d97dfa 100644 --- a/.github/workflows/examples-mw320.yaml +++ b/.github/workflows/examples-mw320.yaml @@ -40,7 +40,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml index 0aff592c543da4..cd0d7c87d12547 100644 --- a/.github/workflows/examples-nrfconnect.yaml +++ b/.github/workflows/examples-nrfconnect.yaml @@ -40,7 +40,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-nrf-platform:93 + image: ghcr.io/project-chip/chip-build-nrf-platform:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" diff --git a/.github/workflows/examples-nuttx.yaml b/.github/workflows/examples-nuttx.yaml index 63088ce8f78f53..ad93f339eb2e7e 100644 --- a/.github/workflows/examples-nuttx.yaml +++ b/.github/workflows/examples-nuttx.yaml @@ -38,7 +38,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-nuttx:93 + image: ghcr.io/project-chip/chip-build-nuttx:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: diff --git a/.github/workflows/examples-openiotsdk.yaml b/.github/workflows/examples-openiotsdk.yaml index 2727b81b868621..6071dc358d96e8 100644 --- a/.github/workflows/examples-openiotsdk.yaml +++ b/.github/workflows/examples-openiotsdk.yaml @@ -36,7 +36,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-openiotsdk:93 + image: ghcr.io/project-chip/chip-build-openiotsdk:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" options: --privileged diff --git a/.github/workflows/examples-qpg.yaml b/.github/workflows/examples-qpg.yaml index 45e5b6a7436e68..e09b90dc94137b 100644 --- a/.github/workflows/examples-qpg.yaml +++ b/.github/workflows/examples-qpg.yaml @@ -40,7 +40,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: diff --git a/.github/workflows/examples-stm32.yaml b/.github/workflows/examples-stm32.yaml index e2ec5288adf19f..6e21c0c01a3b18 100644 --- a/.github/workflows/examples-stm32.yaml +++ b/.github/workflows/examples-stm32.yaml @@ -41,7 +41,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" steps: diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 1b6fd20aa72260..b3730809abe90d 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -39,7 +39,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-telink:93 + image: ghcr.io/project-chip/chip-build-telink:94 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" @@ -58,7 +58,7 @@ jobs: gh-context: ${{ toJson(github) }} # - name: Update Zephyr to specific revision (for developers purpose) - # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 8b29ee6b118ebe6eeec3224dbe343474e11403d8" + # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ffdbfe7560c0b628e03ab487ab110eeed9bdc8c7" - name: Build example Telink (B92 retention) Air Quality Sensor App # Run test for master and s07641069 PRs diff --git a/.github/workflows/examples-tizen.yaml b/.github/workflows/examples-tizen.yaml index 56a018d533bc0d..968acafa93a829 100644 --- a/.github/workflows/examples-tizen.yaml +++ b/.github/workflows/examples-tizen.yaml @@ -37,7 +37,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-tizen:93 + image: ghcr.io/project-chip/chip-build-tizen:94 options: --user root volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml index 4beb8d101e24cd..6abedd95f7bb65 100644 --- a/.github/workflows/full-android.yaml +++ b/.github/workflows/full-android.yaml @@ -39,7 +39,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-android:93 + image: ghcr.io/project-chip/chip-build-android:94 volumes: - "/tmp/log_output:/tmp/test_logs" diff --git a/.github/workflows/fuzzing-build.yaml b/.github/workflows/fuzzing-build.yaml index 2c8fa9d7f3d4c5..9d756b1e99b229 100644 --- a/.github/workflows/fuzzing-build.yaml +++ b/.github/workflows/fuzzing-build.yaml @@ -33,7 +33,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/tmp/log_output:/tmp/test_logs" diff --git a/.github/workflows/java-tests.yaml b/.github/workflows/java-tests.yaml index c7730f2c27b32d..dcee14f5659329 100644 --- a/.github/workflows/java-tests.yaml +++ b/.github/workflows/java-tests.yaml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/project-chip/chip-build-java:93 + image: ghcr.io/project-chip/chip-build-java:94 options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 731d047f288e6e..b8c0efd60d1ecf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 steps: - name: Checkout diff --git a/.github/workflows/minimal-build.yaml b/.github/workflows/minimal-build.yaml index f933cd69df5531..9a2d132284e65b 100644 --- a/.github/workflows/minimal-build.yaml +++ b/.github/workflows/minimal-build.yaml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/project-chip/chip-build-minimal:93 + image: ghcr.io/project-chip/chip-build-minimal:94 steps: - name: Checkout @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/project-chip/chip-build-minimal:93 + image: ghcr.io/project-chip/chip-build-minimal:94 steps: - name: Checkout diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index 2a2d52f23a8c6c..f5868fa184ed24 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -41,7 +41,7 @@ jobs: if: github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif' container: - image: ghcr.io/project-chip/chip-build-esp32-qemu:93 + image: ghcr.io/project-chip/chip-build-esp32-qemu:94 volumes: - "/tmp/log_output:/tmp/test_logs" @@ -79,7 +79,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-tizen-qemu:93 + image: ghcr.io/project-chip/chip-build-tizen-qemu:94 options: --user root volumes: - "/tmp/log_output:/tmp/test_logs" diff --git a/.github/workflows/release_artifacts.yaml b/.github/workflows/release_artifacts.yaml index 161d123d9ec495..9fcd2d43e38707 100644 --- a/.github/workflows/release_artifacts.yaml +++ b/.github/workflows/release_artifacts.yaml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/project-chip/chip-build-esp32:93 + image: ghcr.io/project-chip/chip-build-esp32:94 steps: - name: Checkout @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/project-chip/chip-build-efr32:93 + image: ghcr.io/project-chip/chip-build-efr32:94 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/smoketest-android.yaml b/.github/workflows/smoketest-android.yaml index 114c072cbe30cd..1f4bb250ef3c96 100644 --- a/.github/workflows/smoketest-android.yaml +++ b/.github/workflows/smoketest-android.yaml @@ -37,7 +37,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-android:93 + image: ghcr.io/project-chip/chip-build-android:94 volumes: - "/:/runner-root-volume" - "/tmp/log_output:/tmp/test_logs" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7e19267b3742af..ff8d4d9b37c881 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" @@ -457,7 +457,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 options: --privileged --sysctl "net.ipv6.conf.all.disable_ipv6=0 net.ipv4.conf.all.forwarding=0 net.ipv6.conf.all.forwarding=0" diff --git a/.github/workflows/unit_integration_test.yaml b/.github/workflows/unit_integration_test.yaml index 449152bf21679c..29fc366d899162 100644 --- a/.github/workflows/unit_integration_test.yaml +++ b/.github/workflows/unit_integration_test.yaml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 volumes: - "/:/runner-root-volume" - "/tmp/log_output:/tmp/test_logs" diff --git a/.github/workflows/zap_regeneration.yaml b/.github/workflows/zap_regeneration.yaml index 0cba8cb97c2d17..83a3cde53ad882 100644 --- a/.github/workflows/zap_regeneration.yaml +++ b/.github/workflows/zap_regeneration.yaml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-20.04 container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 defaults: run: shell: sh diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml index 6900886aed06bb..512295899e3aee 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-20.04 container: - image: ghcr.io/project-chip/chip-build:93 + image: ghcr.io/project-chip/chip-build:94 defaults: run: shell: sh diff --git a/examples/all-clusters-app/ameba/README.md b/examples/all-clusters-app/ameba/README.md index 828dd567da7ee0..540f3281205022 100644 --- a/examples/all-clusters-app/ameba/README.md +++ b/examples/all-clusters-app/ameba/README.md @@ -27,11 +27,11 @@ The CHIP demo application is supported on - Pull docker image: - $ docker pull ghcr.io/project-chip/chip-build-ameba:93 + $ docker pull ghcr.io/project-chip/chip-build-ameba:94 - Run docker container: - $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:93 + $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:94 - Setup build environment: diff --git a/examples/all-clusters-minimal-app/ameba/README.md b/examples/all-clusters-minimal-app/ameba/README.md index 947a9ed09f0eb0..3b1600b3d7b705 100644 --- a/examples/all-clusters-minimal-app/ameba/README.md +++ b/examples/all-clusters-minimal-app/ameba/README.md @@ -27,13 +27,13 @@ The CHIP demo application is supported on - Pull docker image: ``` - $ docker pull ghcr.io/project-chip/chip-build-ameba:93 + $ docker pull ghcr.io/project-chip/chip-build-ameba:94 ``` - Run docker container: ``` - $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:93 + $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:94 ``` - Setup build environment: diff --git a/examples/fabric-admin/README.md b/examples/fabric-admin/README.md index 3ec2cb99671eba..8d33c788984a2c 100644 --- a/examples/fabric-admin/README.md +++ b/examples/fabric-admin/README.md @@ -23,13 +23,13 @@ For Raspberry Pi 4 example: ### Pull Docker Images ``` -docker pull ghcr.io/project-chip/chip-build-crosscompile:93 +docker pull ghcr.io/project-chip/chip-build-crosscompile:94 ``` ### Run docker ``` -docker run -it -v ~/connectedhomeip:/var/connectedhomeip ghcr.io/project-chip/chip-build-crosscompile:93 /bin/bash +docker run -it -v ~/connectedhomeip:/var/connectedhomeip ghcr.io/project-chip/chip-build-crosscompile:94 /bin/bash ``` ### Build diff --git a/examples/fabric-bridge-app/linux/README.md b/examples/fabric-bridge-app/linux/README.md index b8f1b4a68be295..b1e12ae835712c 100644 --- a/examples/fabric-bridge-app/linux/README.md +++ b/examples/fabric-bridge-app/linux/README.md @@ -100,13 +100,13 @@ defined: Pull Docker Images ``` - docker pull ghcr.io/project-chip/chip-build-crosscompile:93 + docker pull ghcr.io/project-chip/chip-build-crosscompile:94 ``` Run docker ``` - docker run -it -v ~/connectedhomeip:/var/connectedhomeip ghcr.io/project-chip/chip-build-crosscompile:93 /bin/bash + docker run -it -v ~/connectedhomeip:/var/connectedhomeip ghcr.io/project-chip/chip-build-crosscompile:94 /bin/bash ``` Build diff --git a/examples/fabric-sync/README.md b/examples/fabric-sync/README.md index 2ef7949245f611..585b7d91ae2de0 100644 --- a/examples/fabric-sync/README.md +++ b/examples/fabric-sync/README.md @@ -92,13 +92,13 @@ defined: Pull Docker Images ```sh - docker pull ghcr.io/project-chip/chip-build-crosscompile:93 + docker pull ghcr.io/project-chip/chip-build-crosscompile:94 ``` Run docker ```sh - docker run -it -v ~/connectedhomeip:/var/connectedhomeip ghcr.io/project-chip/chip-build-crosscompile:93 /bin/bash + docker run -it -v ~/connectedhomeip:/var/connectedhomeip ghcr.io/project-chip/chip-build-crosscompile:94 /bin/bash ``` Build diff --git a/examples/light-switch-app/ameba/README.md b/examples/light-switch-app/ameba/README.md index 9df4fd68612de7..233c78872ddb82 100644 --- a/examples/light-switch-app/ameba/README.md +++ b/examples/light-switch-app/ameba/README.md @@ -26,11 +26,11 @@ The CHIP demo application is supported on - Pull docker image: - $ docker pull ghcr.io/project-chip/chip-build-ameba:93 + $ docker pull ghcr.io/project-chip/chip-build-ameba:94 - Run docker container: - $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:93 + $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:94 - Setup build environment: diff --git a/examples/lighting-app/ameba/README.md b/examples/lighting-app/ameba/README.md index c4fe32b600c0c0..6e4341221a2ea9 100644 --- a/examples/lighting-app/ameba/README.md +++ b/examples/lighting-app/ameba/README.md @@ -23,11 +23,11 @@ The CHIP demo application is supported on - Pull docker image: - $ docker pull ghcr.io/project-chip/chip-build-ameba:93 + $ docker pull ghcr.io/project-chip/chip-build-ameba:94 - Run docker container: - $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:93 + $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:94 - Setup build environment: diff --git a/examples/ota-requestor-app/ameba/README.md b/examples/ota-requestor-app/ameba/README.md index c97609b7eb5070..d25638b444b85b 100644 --- a/examples/ota-requestor-app/ameba/README.md +++ b/examples/ota-requestor-app/ameba/README.md @@ -6,11 +6,11 @@ A prototype application that demonstrates OTA Requestor capabilities. - Pull docker image: - $ docker pull ghcr.io/project-chip/chip-build-ameba:93 + $ docker pull ghcr.io/project-chip/chip-build-ameba:94 - Run docker container: - $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:93 + $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:94 - Setup build environment: diff --git a/examples/pigweed-app/ameba/README.md b/examples/pigweed-app/ameba/README.md index 1af7f586291b52..83cd7b23560843 100644 --- a/examples/pigweed-app/ameba/README.md +++ b/examples/pigweed-app/ameba/README.md @@ -31,11 +31,11 @@ following features are available: - Pull docker image: - $ docker pull ghcr.io/project-chip/chip-build-ameba:93 + $ docker pull ghcr.io/project-chip/chip-build-ameba:94 - Run docker container: - $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:93 + $ docker run -it -v ${CHIP_DIR}:/root/chip ghcr.io/project-chip/chip-build-ameba:94 - Setup build environment: diff --git a/integrations/cloudbuild/chef.yaml b/integrations/cloudbuild/chef.yaml index fd8543ee2d4280..a9594e2be00846 100644 --- a/integrations/cloudbuild/chef.yaml +++ b/integrations/cloudbuild/chef.yaml @@ -1,5 +1,5 @@ steps: - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" entrypoint: "bash" args: - "-c" @@ -7,7 +7,7 @@ steps: git config --global --add safe.directory "*" python scripts/checkout_submodules.py --shallow --recursive --platform esp32 nrfconnect silabs linux android id: Submodules - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" # NOTE: silabs boostrap is NOT done with the rest as it requests a conflicting # jinja2 version (asks for 3.1.3 when constraints.txt asks for 3.0.3) env: @@ -23,7 +23,7 @@ steps: - name: pwenv path: /pwenv timeout: 900s - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" env: - PW_ENVIRONMENT_ROOT=/pwenv args: @@ -38,7 +38,7 @@ steps: - name: pwenv path: /pwenv - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" env: - PW_ENVIRONMENT_ROOT=/pwenv args: diff --git a/integrations/cloudbuild/smoke-test.yaml b/integrations/cloudbuild/smoke-test.yaml index 41a221d048ea06..9a48c18494406d 100644 --- a/integrations/cloudbuild/smoke-test.yaml +++ b/integrations/cloudbuild/smoke-test.yaml @@ -1,5 +1,5 @@ steps: - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" entrypoint: "bash" args: - "-c" @@ -7,7 +7,7 @@ steps: git config --global --add safe.directory "*" python scripts/checkout_submodules.py --shallow --recursive --platform esp32 nrfconnect silabs linux android id: Submodules - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" # NOTE: silabs boostrap is NOT done with the rest as it requests a conflicting # jinja2 version (asks for 3.1.3 when constraints.txt asks for 3.0.3) env: @@ -24,7 +24,7 @@ steps: path: /pwenv timeout: 900s - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" id: ESP32 env: - PW_ENVIRONMENT_ROOT=/pwenv @@ -45,7 +45,7 @@ steps: volumes: - name: pwenv path: /pwenv - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" id: NRFConnect env: - PW_ENVIRONMENT_ROOT=/pwenv @@ -66,7 +66,7 @@ steps: - name: pwenv path: /pwenv - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" id: EFR32 env: - PW_ENVIRONMENT_ROOT=/pwenv @@ -88,7 +88,7 @@ steps: - name: pwenv path: /pwenv - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" id: Linux env: - PW_ENVIRONMENT_ROOT=/pwenv @@ -141,7 +141,7 @@ steps: - name: pwenv path: /pwenv - - name: "ghcr.io/project-chip/chip-build-vscode:93" + - name: "ghcr.io/project-chip/chip-build-vscode:94" id: Android env: - PW_ENVIRONMENT_ROOT=/pwenv diff --git a/src/platform/telink/tl3218x.overlay b/src/platform/telink/tl3218x.overlay deleted file mode 100644 index 4c74bb14ea216c..00000000000000 --- a/src/platform/telink/tl3218x.overlay +++ /dev/null @@ -1,61 +0,0 @@ -/ { - /* Short TL_Key3 (J6 pin 21) to ground */ - key_pool { - compatible = "gpio-keys"; - - inp { - gpios = <&gpiob 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, - <&gpiob 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - }; - }; - - key_matrix { - compatible = "gpio-keys"; - - col { - gpios = <&gpiob 6 GPIO_ACTIVE_HIGH>, - <&gpiob 7 GPIO_ACTIVE_HIGH>; - }; - - row { - gpios = <&gpiob 3 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, - <&gpiob 5 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; - }; - }; - - led_pool { - compatible = "gpio-leds"; - - out { - gpios = <&gpiod 0 GPIO_ACTIVE_HIGH>; - }; - }; - - pwm_pool { - compatible = "pwm-leds"; - out { - pwms = <&pwm0 2 PWM_MSEC(20) PWM_POLARITY_NORMAL>, - <&pwm0 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>, - <&pwm0 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>; - }; - }; -}; - -&pwm0 { - /* On board RGB LEDs */ - pinctrl-ch0 = <&pwm_ch0_pb1_default>; - pinctrl-ch2 = <&pwm_ch1_pb2_default>; - pinctrl-ch1 = <&pwm_ch2_pb0_default>; -}; - -&pinctrl { - pwm_ch0_pb1_default: pwm_ch0_pb1_default { - pinmux = ; - }; - pwm_ch1_pb2_default: pwm_ch1_pb2_default { - pinmux = ; - }; - pwm_ch2_pb0_default: pwm_ch2_pb0_default { - pinmux = ; - }; -}; diff --git a/src/platform/telink/tlsr9258a.overlay b/src/platform/telink/tlsr9258a.overlay deleted file mode 100644 index 21918dc0fe06c5..00000000000000 --- a/src/platform/telink/tlsr9258a.overlay +++ /dev/null @@ -1,61 +0,0 @@ -/ { - /* Short TL_Key3 (J6 pin 31) to ground (J4 pin 3, 5, 9) */ - key_pool { - compatible = "gpio-keys"; - - inp { - gpios = <&gpiod 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, - <&gpiod 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - }; - }; - - key_matrix { - compatible = "gpio-keys"; - - col { - gpios = <&gpiod 5 GPIO_ACTIVE_HIGH>, - <&gpiod 7 GPIO_ACTIVE_HIGH>; - }; - - row { - gpios = <&gpiod 4 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, - <&gpiod 6 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; - }; - }; - - led_pool { - compatible = "gpio-leds"; - - out { - gpios = <&gpioc 3 GPIO_ACTIVE_HIGH>; - }; - }; - - pwm_pool { - compatible = "pwm-leds"; - out { - pwms = <&pwm0 2 PWM_MSEC(20) PWM_POLARITY_NORMAL>, - <&pwm0 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>, - <&pwm0 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>; - }; - }; -}; - -&pwm0 { - /* On board RGB LEDs */ - pinctrl-ch0 = <&pwm_ch0_pc1_default>; - pinctrl-ch2 = <&pwm_ch1_pc0_default>; - pinctrl-ch1 = <&pwm_ch2_pc2_default>; -}; - -&pinctrl { - pwm_ch0_pc1_default: pwm_ch0_pc1_default { - pinmux = ; - }; - pwm_ch1_pc0_default: pwm_ch1_pc0_default { - pinmux = ; - }; - pwm_ch2_pc2_default: pwm_ch2_pc2_default { - pinmux = ; - }; -}; diff --git a/src/platform/telink/tlsr9518adk80d.overlay b/src/platform/telink/tlsr9518adk80d.overlay deleted file mode 100644 index 30ba76f5c42c9b..00000000000000 --- a/src/platform/telink/tlsr9518adk80d.overlay +++ /dev/null @@ -1,63 +0,0 @@ -/ { - /* Short TL_Key1 (J20 pin 15) to ground (J50 pin 15-23) */ - key_pool { - compatible = "gpio-keys"; - - inp { - gpios = <&gpioc 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, - <&gpioc 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - }; - }; - - key_matrix { - compatible = "gpio-keys"; - - col { - gpios = <&gpioc 2 GPIO_ACTIVE_HIGH>, - <&gpioc 0 GPIO_ACTIVE_HIGH>; - }; - - row { - gpios = <&gpioc 3 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, - <&gpioc 1 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; - }; - }; - - led_pool{ - compatible = "gpio-leds"; - - out { - gpios = <&gpiob 6 GPIO_ACTIVE_HIGH>; - }; - }; - - pwm_pool { - compatible = "pwm-leds"; - out { - /* Use blue led as indication, red & green - RGB-fixture */ - pwms = <&pwm0 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>, - <&pwm0 2 PWM_MSEC(20) PWM_POLARITY_NORMAL>, - <&pwm0 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>; - }; - }; -}; - -&pwm0 { - /* On board RGB LEDs */ - pinctrl-ch2 = <&pwm_ch2_pb7_default>; - pinctrl-ch1 = <&pwm_ch1_pb5_default>; - pinctrl-ch0 = <&pwm_ch0_pb4_default>; -}; - -&pinctrl { - pwm_ch2_pb7_default: pwm_ch2_pb7_default { - pinmux = ; - }; - pwm_ch1_pb5_default: pwm_ch1_pb5_default { - pinmux = ; - }; - pwm_ch0_pb4_default: pwm_ch0_pb4_default { - pinmux = ; - }; -}; - diff --git a/src/platform/telink/tlsr9528a.overlay b/src/platform/telink/tlsr9528a.overlay deleted file mode 100644 index fcd51928576ecf..00000000000000 --- a/src/platform/telink/tlsr9528a.overlay +++ /dev/null @@ -1,62 +0,0 @@ -/ { - /* Short TL_Key3 (J5 pin 13) to ground (J3 pin 24, 26, 28, 30) */ - key_pool { - compatible = "gpio-keys"; - - inp { - gpios = <&gpiod 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, - <&gpiod 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - }; - }; - - key_matrix { - compatible = "gpio-keys"; - - col { - gpios = <&gpiod 6 GPIO_ACTIVE_HIGH>, - <&gpiof 6 GPIO_ACTIVE_HIGH>; - }; - - row { - gpios = <&gpiod 2 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>, - <&gpiod 7 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; - }; - }; - - led_pool { - compatible = "gpio-leds"; - - out { - gpios = <&gpioe 6 GPIO_ACTIVE_HIGH>; - }; - }; - - pwm_pool { - compatible = "pwm-leds"; - out { - pwms = <&pwm0 2 PWM_MSEC(20) PWM_POLARITY_NORMAL>, - <&pwm0 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>, - <&pwm0 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>; - }; - }; -}; - -&pwm0 { - /* On board RGB LEDs */ - pinctrl-ch0 = <&pwm_ch0_pe7_default>; - pinctrl-ch2 = <&pwm_ch1_pd1_default>; - pinctrl-ch1 = <&pwm_ch2_pd0_default>; -}; - -&pinctrl { - pwm_ch0_pe7_default: pwm_ch0_pe7_default { - pinmux = ; - }; - pwm_ch1_pd1_default: pwm_ch1_pd1_default { - pinmux = ; - }; - pwm_ch2_pd0_default: pwm_ch2_pd0_default { - pinmux = ; - }; -}; -