Skip to content

Commit 353f4df

Browse files
interfers07641069restyled-commits
authoredOct 1, 2024
[Telink] Add w91 dual core OTA, board versions & Update builds to docker version 81 (#35778)
* [Telink] Added W91 v2.1 board configuration * [Telink] removed config for crypto HW acceleration alternatives options removed from config CONFIG_TELINK_B9X_MBEDTLS_HW_ACCELERATION MBEDTLS_AES_ALT MBEDTLS_ECP_ALT * [Telink] fixed status-led for Lighting app related to PWM pull: [Telink] Lighting app build with disabled CONFIG_PWM #35621 * [Telink] removed v2 definition for W91 Only left board and board_v1 * [Telink] minor review fixes * [Telink] Remove all partitions instead of one by one * [Telink] Change N22 Image offset & size * [Telink] OTA multi image in single slot * [Telink] use corect key * [Telink] Update test revision and add W91 continue-on-error * [Telink] First verision of python script for process binaries * [Telink] update readme files * [Telink] Improve process binaries script * [Telink] Use merged.bin always * [Telink] Update Zephyr rev for build test * [Telink] Fix code-lints & Spelling errors * [Telink] Update Zephyr rev for build test * [Telink] set correct order for set env * [Telink] Clean up merged.bin from previuse build * [Telink] Fix CI build * [Telink] Update Zephyr rev for build test * Restyled by autopep8 * [Telink] Add debug prints to check fill gap issue * [Telink] Fix issue with enabled Factory Data only * Restyled by autopep8 * [Telink] Update builds to docker version 81 * [Telink] disable debug part * [Telink] Update NXP to docker version 81 * merge conflict resolve issue fix --------- Co-authored-by: Alex Tsitsiura <s07641069@gmail.com> Co-authored-by: Restyled.io <commits@restyled.io>
1 parent cd9cffb commit 353f4df

File tree

77 files changed

+380
-333
lines changed

Some content is hidden

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

77 files changed

+380
-333
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:80
37+
image: ghcr.io/project-chip/chip-build:81
3838

3939
steps:
4040
- name: Checkout

‎.github/workflows/build.yaml

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

4444
container:
45-
image: ghcr.io/project-chip/chip-build:80
45+
image: ghcr.io/project-chip/chip-build:81
4646
volumes:
4747
- "/:/runner-root-volume"
4848
- "/tmp/log_output:/tmp/test_logs"
@@ -138,7 +138,7 @@ jobs:
138138
if: github.actor != 'restyled-io[bot]'
139139

140140
container:
141-
image: ghcr.io/project-chip/chip-build:80
141+
image: ghcr.io/project-chip/chip-build:81
142142
volumes:
143143
- "/:/runner-root-volume"
144144
- "/tmp/log_output:/tmp/test_logs"
@@ -283,7 +283,7 @@ jobs:
283283
if: github.actor != 'restyled-io[bot]'
284284

285285
container:
286-
image: ghcr.io/project-chip/chip-build:80
286+
image: ghcr.io/project-chip/chip-build:81
287287
volumes:
288288
- "/:/runner-root-volume"
289289
- "/tmp/log_output:/tmp/test_logs"
@@ -346,7 +346,7 @@ jobs:
346346
if: github.actor != 'restyled-io[bot]'
347347

348348
container:
349-
image: ghcr.io/project-chip/chip-build:80
349+
image: ghcr.io/project-chip/chip-build:81
350350
volumes:
351351
- "/:/runner-root-volume"
352352
- "/tmp/log_output:/tmp/test_logs"
@@ -457,7 +457,7 @@ jobs:
457457
if: github.actor != 'restyled-io[bot]'
458458

459459
container:
460-
image: ghcr.io/project-chip/chip-build:80
460+
image: ghcr.io/project-chip/chip-build:81
461461
volumes:
462462
- "/:/runner-root-volume"
463463
- "/tmp/log_output:/tmp/test_logs"

0 commit comments

Comments
 (0)
Please sign in to comment.