File tree 3 files changed +3
-3
lines changed
config/telink/chip-module
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
platform : telink
112
112
- name : Update Zephyr to specific revision (for developers purpose)
113
113
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 "
115
115
- name : CI Examples Telink
116
116
shell : bash
117
117
run : |
Original file line number Diff line number Diff line change 59
59
gh-context : ${{ toJson(github) }}
60
60
61
61
- 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 "
63
63
64
64
- name : Build example Telink (B92 retention) Air Quality Sensor App
65
65
# Run test for master and s07641069 PRs
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ config POSIX_MAX_FDS
63
63
# Application stack size
64
64
config MAIN_STACK_SIZE
65
65
default 3240 if PM || SOC_RISCV_TELINK_TL321X
66
- default 4512 if SOC_RISCV_TELINK_W91
66
+ default 4608 if SOC_RISCV_TELINK_W91
67
67
default 4096
68
68
69
69
config INIT_STACKS
You can’t perform that action at this time.
0 commit comments