Skip to content

Commit c125901

Browse files
committed
[Telink] Increase Main Stack size for W91
Update Zephyr revision
1 parent b82ba43 commit c125901

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/chef.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
platform: telink
112112
- name: Update Zephyr to specific revision (for developers purpose)
113113
shell: bash
114-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 4e9865ca0663c1cda6e8bfac58f030d20bc9977f"
114+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py f28fc3268ea9515d33d7c392b648df25af5d0789"
115115
- name: CI Examples Telink
116116
shell: bash
117117
run: |

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
gh-context: ${{ toJson(github) }}
6060

6161
- name: Update Zephyr to specific revision (for developers purpose)
62-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 4e9865ca0663c1cda6e8bfac58f030d20bc9977f"
62+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py f28fc3268ea9515d33d7c392b648df25af5d0789"
6363

6464
- name: Build example Telink (B92 retention) Air Quality Sensor App
6565
# Run test for master and s07641069 PRs

config/telink/chip-module/Kconfig.defaults

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ config POSIX_MAX_FDS
6363
# Application stack size
6464
config MAIN_STACK_SIZE
6565
default 3240 if PM || SOC_RISCV_TELINK_TL321X
66-
default 4512 if SOC_RISCV_TELINK_W91
66+
default 4608 if SOC_RISCV_TELINK_W91
6767
default 4096
6868

6969
config INIT_STACKS

0 commit comments

Comments
 (0)