Skip to content

Commit 007f4d7

Browse files
s07641069haiwentelinkrestyled-commits
authoredNov 20, 2024
[Telink] Improve B92 retention target & Update builds to docker version 93 (project-chip#36552)
* riscv:b92: fix ble thread overflow. - cut down the ramcost for b92 retention mode. - move the .ramcode to retention . Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com> * Restyled by whitespace * Restyled by clang-format * [Telink] Update hash of latest Zephyr to check builds * [Telink] Update builds to docker version 93 * riscv:b92: clean code and adjust config. - change the kconfig.default value . - merge the same setting for save ram. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com> * [Telink] Update builds to docker version 93 --------- Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com> Co-authored-by: Haiwen Xia <haiwen.xia@telink-semi.com> Co-authored-by: Restyled.io <commits@restyled.io>
1 parent f4b8064 commit 007f4d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+90
-89
lines changed
 

‎.github/workflows/bloat_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535

3636
container:
37-
image: ghcr.io/project-chip/chip-build:92
37+
image: ghcr.io/project-chip/chip-build:93
3838

3939
steps:
4040
- name: Checkout

‎.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: github.actor != 'restyled-io[bot]'
4444

4545
container:
46-
image: ghcr.io/project-chip/chip-build:92
46+
image: ghcr.io/project-chip/chip-build:93
4747
volumes:
4848
- "/:/runner-root-volume"
4949
- "/tmp/log_output:/tmp/test_logs"
@@ -139,7 +139,7 @@ jobs:
139139
if: github.actor != 'restyled-io[bot]'
140140

141141
container:
142-
image: ghcr.io/project-chip/chip-build:92
142+
image: ghcr.io/project-chip/chip-build:93
143143
volumes:
144144
- "/:/runner-root-volume"
145145
- "/tmp/log_output:/tmp/test_logs"
@@ -308,7 +308,7 @@ jobs:
308308
if: github.actor != 'restyled-io[bot]'
309309

310310
container:
311-
image: ghcr.io/project-chip/chip-build:92
311+
image: ghcr.io/project-chip/chip-build:93
312312
volumes:
313313
- "/:/runner-root-volume"
314314
- "/tmp/log_output:/tmp/test_logs"
@@ -371,7 +371,7 @@ jobs:
371371
if: github.actor != 'restyled-io[bot]'
372372

373373
container:
374-
image: ghcr.io/project-chip/chip-build:92
374+
image: ghcr.io/project-chip/chip-build:93
375375
volumes:
376376
- "/:/runner-root-volume"
377377
- "/tmp/log_output:/tmp/test_logs"
@@ -490,7 +490,7 @@ jobs:
490490
if: github.actor != 'restyled-io[bot]'
491491

492492
container:
493-
image: ghcr.io/project-chip/chip-build:92
493+
image: ghcr.io/project-chip/chip-build:93
494494
volumes:
495495
- "/:/runner-root-volume"
496496
- "/tmp/log_output:/tmp/test_logs"

0 commit comments

Comments
 (0)