-
Notifications
You must be signed in to change notification settings - Fork 3
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] Update the Matter Basic Version #390
base: develop_dual_new
Are you sure you want to change the base?
Conversation
- clean the boot flag in init part . - add the kDnsstimer to protect from init to dnss . - add special proc for ikea. - add the user-para proc in matter. - add 2m flash for buteo ,and 4m for b92. - update CI for b92 and tl3218x . - fix the switch logic part . Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
- add customized mode for for b92 and buteo . - add ZB NVS partition proc . - add init/set interface for cluster info . - add i2c demo proc . - adjust ZclCallback to adopt customer . - add 6 byte offset for FactoryData . Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
- add user token storage partition based on JSON automatic build . - optimize waiting time to 500ms for avoid excessive blockage after factory reset . - optimize startup time to be less than 600ms . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
- add factory reset based on button control . - add adc for sampling the chip voltage . - add ota events process handler . - add analog register to store ota events status . - add gatt service to expose chip_id when advertisement . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
- update commit id for zephyr . - add NVS_RAM_OPTIMIZATION option . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
- check zigbee firmware path. - merge zb fw into matter fw and sign it. Signed-off-by: Zhenghuan Zhang <zhenghuan.zhang@telink-semi.com>
- modify factorydataparse to load DAC key/cert from the flash zone. - add plaintext vid, pid & discriminator at the beginning of factory_data_ext. - add optional argument --secure-programming-verification and --chip-id to generate factory_data_ext without DAC and independent DAC. - add merge_factorydata_dac for TL321x programming. Signed-off-by: Zhenghuan Zhang <zhenghuan.zhang@telink-semi.com> Signed-off-by: Damien Ji <yinghao.ji@telink-semi.com> Co-authored-by: Zhenghuan Zhang <zhenghuan.zhang@telink-semi.com> Co-authored-by: Damien Ji <yinghao.ji@telink-semi.com>
- increase maximum group number per fabric . - enable upgrade only after OTA . - only output Error in MCUBoot . Signed-off-by: Damien Ji <yinghao.ji@telink-semi.com>
- move merge of Zigbee binary from CMake into process_binaries.py . - add partition for Zigbee binary (TELINK_ZB_PARTITION_ADDR) instead of hardcoded values . - add the zigbee nvs partition for tl3218x . - adjust the zigbee nvs partition . Signed-off-by: Alex Tsitsiura <s07641069@gmail.com> Co-authored-by: Fengtai Xie <fengtai.xie@telink-semi.com>
c33d9f7
to
9b83393
Compare
813e638
to
cd51946
Compare
cd51946
to
67a8d97
Compare
- Fix compilation errors caused by Server::GetInstance() type changes . - Ajust the operate instance for deferred storage . - Add 32 bytes to 560 for the ISR0 of buteo . - Add 64 bytes to 712 for the BT_stack of jaguar and buteo . - Update zephyr commit to pull/490/head . - Adjust the CI target . Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
67a8d97
to
fb67768
Compare
Hi @s07641069 , can you give me some advice ? do you know the reason for these erroneous CI ? Will these errors affect the integration of the code ? |
Looks like to pass all non-Telink tests you need to merge master into your branch. |
OK, thank ~ |
Testing
Verified by CI