Dual mode develop, TLSR9268J, for LDS#416
Draft
fengtai-telink wants to merge 88 commits intodual_mode_develop_lds_basefrom
Draft
Dual mode develop, TLSR9268J, for LDS#416fengtai-telink wants to merge 88 commits intodual_mode_develop_lds_basefrom
fengtai-telink wants to merge 88 commits intodual_mode_develop_lds_basefrom
Conversation
- add special proc in B92 for ikea. - add the user-para proc in matter. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
- clean the boot flag in init part . - add the kDnsstimer to protect from init to dnss . Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
- update the para from zb. - update the cluster states of the brigtness and onoff. - preset the pwm initial state for pwm init. - update the pwm to 1khz which the same as zb. - fix the homepod mini brigtness strict , bigger than 1. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
Signed-off-by: jinmiao.yu <jinmiao.yu@telink-semi.com>
- change the info in the use_para. - add the i2c demo. - add the nvs demo in matter. - add the cluster update in init part and the commission complete part. - add the zb nvs reset in matter factory reset . Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
- fix the random mac adr . - clean code for the user-para. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
- adjust the size of slot0 . - add the proc for the extend factory_data.bin . - add the proc for the extend factory_data.bin . - add the cluster info restore . Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
- change the gen_config.zapt to disable level cb upon onoff command. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
- Add gen_token.py to generate token.bin according to the token.json . - Optimize CMakeLists.txt to automatically execute gen_token.py at compile time . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
- disable usb func to low down the fw size of the bootloader. - add 4m overlay for the matter . Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
- change the para to 3f80000. - follow the 4m flash spec , reserve secure boot and vendor space . - low down the user-partion ,reserve more for stack part . Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
- add a demo to sampling adc data . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
- add independent factory reset botton for user to debug . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
-add device_type configure Signed-off-by: Lingzhi chen <lingzhi.chen@telink-semi.com>
-add log in attribute_change callback function Signed-off-by: Lingzhi chen <lingzhi.chen@telink-semi.com>
-add demo code for using zephyr timer -add demo code for using zephyr flash Signed-off-by: Lingzhi chen <lingzhi.chen@telink-semi.com>
-add gpio toggle every 10ms Signed-off-by: Lingzhi chen <lingzhi.chen@telink-semi.com>
- fix the bugs of the armsafetimer for multi fabrics . Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
This reverts commit 3092d06.
Revert Redunctant Commits for Dual Mode Release Version See merge request src/open_platform/telink_matter_src!3
Signed-off-by: pulin1103 <zhenghuan.zhang1103@gmail.com>
- use PB2/PB3 as uart pin. - re-enable status indicator. - disable light user mode. Signed-off-by: pulin1103 <zhenghuan.zhang1103@gmail.com>
…firmware with only Matter. Signed-off-by: pulin1103 <zhenghuan.zhang1103@gmail.com>
Revert Peripheral Configuration and Generate Merged Firmware See merge request src/open_platform/telink_matter_src!2
- add ota event callback interface, such as download, apply, etc . - add flag after ota apply complete . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
telink: b92: add ota flag and event callback See merge request src/open_platform/telink_matter_src!6
… google - Adjust the command binding between onoff and levelcontrol . - Adjust the 2m partition for tlsr9528a_2m_flash.overlay . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
- Offset address can auto fill (pre_offset + pre_sizeB) when it is empty . - Add a method for handling the imbalance between sizeB and len(data) . - Add boundary cross check for different blocks . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
Dual mode develop rebase See merge request src/open_platform/telink_matter_src!7
telink: ota: vid and pid verification - Check OTA image's vid and pid when starting OTA transmission. See merge request src/open_platform/telink_matter_src!62
- Only 32 groups can be controlled on chip-tool. - Currently it is due to the Raspberry Pi sending package error. - So we need to further confirm whether there is a problem with the IKEA ecosystem. Signed-off-by: Hao Wu <hao.wu@telink-semi.com>
- Add determine whether is wdt started based on analog register . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
- Disable BLE Addition Data to Disable Amaza Alexa FFS Flow . Signed-off-by: Lingzhi Chen <lingzhi.chen@telink-semi.com>
riscv: telink: add wdt to control See merge request src/open_platform/telink_matter_src!64
Fix multicast issue See merge request src/open_platform/telink_matter_src!63
…mode_develop' riscv: telink: Disable BLE Addition Data See merge request src/open_platform/telink_matter_src!65
* [Telink] Add OTA resume support * Restyled by whitespace * Restyled by clang-format --------- Co-authored-by: Restyled.io <commits@restyled.io>
- Support the ssed device to add the openthread network . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
…n, EnhancedCur… (project-chip#34544) * WIP * Add Quiet reporting to the CurrentHue, CurrentSaturation, EnhancedCurrentHue, CurrentX, CurrentY and RemainingTime attributes of the colorcontrol cluster server implementation * Add a constructor in QuieterReporting that works with arrays * address comment
[Telink] Add OTA resume support (project-chip#37978) See merge request src/open_platform/telink_matter_src!66
…elop' [ColorControl]Add Quiet reporting to the CurrentHue, CurrentSaturation, EnhancedCur… (project-chip#34544) See merge request src/open_platform/telink_matter_src!68
riscv: telink: support ssed device See merge request src/open_platform/telink_matter_src!67
- Adjust metadata in QueryImage CMD and QueryImageResponse CMD Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
riscv: telink: Adjust metadata See merge request src/open_platform/telink_matter_src!71
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extract code blocks based on function for future upgrades TLSR9268J
The PR : the latest dual_mode_develop in GitLab and its base version diff .
@haiwentelink @wuhaoTelink @pulin1103 @fengtai-telink