Skip to content

Commit

Permalink
[Telink] Increase Main Stack size for W91
Browse files Browse the repository at this point in the history
Update Zephyr revision
  • Loading branch information
s07641069 committed Feb 12, 2025
1 parent b82ba43 commit c125901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 4e9865ca0663c1cda6e8bfac58f030d20bc9977f"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py f28fc3268ea9515d33d7c392b648df25af5d0789"
- name: CI Examples Telink
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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 4e9865ca0663c1cda6e8bfac58f030d20bc9977f"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py f28fc3268ea9515d33d7c392b648df25af5d0789"

- name: Build example Telink (B92 retention) Air Quality Sensor App
# Run test for master and s07641069 PRs
Expand Down
2 changes: 1 addition & 1 deletion config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ config POSIX_MAX_FDS
# Application stack size
config MAIN_STACK_SIZE
default 3240 if PM || SOC_RISCV_TELINK_TL321X
default 4512 if SOC_RISCV_TELINK_W91
default 4608 if SOC_RISCV_TELINK_W91
default 4096

config INIT_STACKS
Expand Down

0 comments on commit c125901

Please sign in to comment.