diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index d3ed70f9389d35..fa353835ec9f3a 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -122,7 +122,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 10c1c1cbee585531c7c1e09cd855b3d63b697a9e" + run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 91ad864a58b6a9c925e61a6c1d52945178bdb5e8" - name: CI Examples Telink shell: bash run: | diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 62044582872ec6..f9d012cdc841ce 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -71,7 +71,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 10c1c1cbee585531c7c1e09cd855b3d63b697a9e" + run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 91ad864a58b6a9c925e61a6c1d52945178bdb5e8" - name: Build example Telink (B92 retention) Air Quality Sensor App # Run test for master and s07641069 PRs diff --git a/config/telink/chip-module/Kconfig.defaults b/config/telink/chip-module/Kconfig.defaults index 424d898a5cdcc3..00570e2967c958 100644 --- a/config/telink/chip-module/Kconfig.defaults +++ b/config/telink/chip-module/Kconfig.defaults @@ -207,15 +207,15 @@ config PWM endif -if BOARD_TL7218_RETENTION || BOARD_TL3218_RETENTION +if BOARD_TL7218_RETENTION || BOARD_TL3218_RETENTION || BOARD_TL3218 config SOC_SERIES_RISCV_TELINK_TLX_NON_RETENTION_RAM_CODE default n if PM config TELINK_TLX_MATTER_RETENTION_LAYOUT - default y if PM + default y if PM || BOARD_TL3218X config PWM - default n + default n if PM endif