-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Telink] Add w91 dual core OTA, board versions & Update builds to docker version 81 #35778
[Telink] Add w91 dual core OTA, board versions & Update builds to docker version 81 #35778
Conversation
Review changes with SemanticDiff. Analyzed 1 of 77 files. File Information
|
@interfer |
PR #35778: Size comparison from 1b4fa25 to 55f9ae3 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35778: Size comparison from 1b4fa25 to c8abd2e Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@interfer please mark PR as ready for review |
PR #35778: Size comparison from 9c6c365 to 8298595 Full report (88 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…ker version 81 (project-chip#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 project-chip#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 <[email protected]> Co-authored-by: Restyled.io <[email protected]>
Changes
w91 matter dual core OTA support:
Update compatible builds to docker version 81 [Telink] Update Docker image (Zephyr update) #35827
Added W91 board hardware configuration to have both old v1.0 and latest v2.1 (v2.1 builds for default
tlsr9118bdk40d
)Fixed status-led in Lighting app (caused by [Telink] Lighting app build with disabled CONFIG_PWM #35621 )
Small side changes related to MbedTLS HW accelerated configs (part of telink_b9x: Simplify MbedTLS HW acceleration telink-semi/zephyr#351)
The diferrences mostly are in DeviceTree regarding LEDs, PWMs and Buttons.
Running
west build -b tlsr9118bdk40d
will build v2 config(latest). Also it's possible to build explicitly for v1 or v2 by usingtlsr9118bdk40d_v1
ortlsr9118bdk40d
for developers' needs.