Skip to content
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

Draft: Thread BR management #33547

Closed
wants to merge 4 commits into from
Closed

Conversation

wqx6
Copy link
Contributor

@wqx6 wqx6 commented May 22, 2024

  • Initialize thread border router management xml file according to https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/8984 and run zap_generate_all.py to generate thread border router management cluster source files.
  • Add Thread Borde Router Management cluster implement and border router delegate definition.
  • Add Thread BR delegate implementation and thread-br-app for ESP32

@wqx6 wqx6 force-pushed the thread_br_mgmt branch from 8814c75 to 8415647 Compare May 24, 2024 09:08
Copy link

github-actions bot commented May 24, 2024

PR #33547: Size comparison from 4d4cb5e to 8415647

Full report (3 builds for cc32xx, stm32)
platform target config section 4d4cb5e 8415647 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606718 0 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89766 0 0.0
.text 514832 514832 0 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652614 0 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110526 0 0.0
.text 539964 539964 0 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624058 0 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81372 0 0.0
.text 391336 391336 0 0.0

@wqx6 wqx6 force-pushed the thread_br_mgmt branch from 8415647 to 10a07df Compare May 24, 2024 09:20
Copy link

github-actions bot commented May 24, 2024

PR #33547: Size comparison from 4d4cb5e to 10a07df

Increases above 0.2%:

platform target config section 4d4cb5e 10a07df change % change
linux all-clusters-app debug (read/write) 484272 486480 2208 0.5
.data.rel.ro 336072 338280 2208 0.7
chip-tool debug (read only) 12173473 12254385 80912 0.7
(read/write) 524808 528424 3616 0.7
.data.rel.ro 417272 420888 3616 0.9
.rodata 459129 460953 1824 0.4
.text 11002867 11076819 73952 0.7
chip-tool-ipv6only arm64 (read only) 11504100 11564404 60304 0.5
(read/write) 589928 595160 5232 0.9
.data.rel.ro 457424 461136 3712 0.8
.got 17280 17344 64 0.4
.rodata 360916 362180 1264 0.4
.text 10257448 10311032 53584 0.5
fabric-admin debug (read only) 11922033 12002913 80880 0.7
(read/write) 517872 521488 3616 0.7
.data.rel.ro 411480 415080 3600 0.9
.rodata 430201 431993 1792 0.4
.text 10795155 10869107 73952 0.7
tv-casting-app debug (read only) 9999641 10078353 78712 0.8
(read/write) 343184 344528 1344 0.4
.data.rel.ro 176432 177776 1344 0.8
.rodata 389144 390584 1440 0.4
.text 9139363 9213347 73984 0.8
Increases (23 builds for esp32, linux, nrfconnect, telink)
platform target config section 4d4cb5e 10a07df change % change
esp32 all-clusters-app c3devkit (read only) 1215154 1215196 42 0.0
(read/write) 1751704 1751712 8 0.0
.flash.rodata 253768 253776 8 0.0
.flash.text 1215154 1215196 42 0.0
m5stack (read only) 1256487 1256519 32 0.0
(read/write) 536308 536316 8 0.0
.flash.rodata 285512 285520 8 0.0
.flash.text 1250323 1250355 32 0.0
linux air-purifier-app debug (read only) 2722517 2722549 32 0.0
.text 2351221 2351253 32 0.0
all-clusters-app debug (read only) 6036865 6039073 2208 0.0
(read/write) 484272 486480 2208 0.5
.data.rel.ro 336072 338280 2208 0.7
.rodata 355536 355888 352 0.1
.text 5242467 5242499 32 0.0
all-clusters-minimal-app debug (read only) 5320305 5320353 48 0.0
.text 4785907 4785955 48 0.0
bridge-app debug (read only) 4710721 4710753 32 0.0
.text 4250355 4250387 32 0.0
chip-tool debug (read only) 12173473 12254385 80912 0.7
(read/write) 524808 528424 3616 0.7
.data.rel.ro 417272 420888 3616 0.9
.rodata 459129 460953 1824 0.4
.text 11002867 11076819 73952 0.7
chip-tool-ipv6only arm64 (read only) 11504100 11564404 60304 0.5
(read/write) 589928 595160 5232 0.9
.data.rel.ro 457424 461136 3712 0.8
.got 17280 17344 64 0.4
.rodata 360916 362180 1264 0.4
.text 10257448 10311032 53584 0.5
fabric-admin debug (read only) 11922033 12002913 80880 0.7
(read/write) 517872 521488 3616 0.7
.data.rel.ro 411480 415080 3600 0.9
.rodata 430201 431993 1792 0.4
.text 10795155 10869107 73952 0.7
fabric-bridge-app debug (read only) 4578345 4578377 32 0.0
.text 4126947 4126979 32 0.0
lighting-app debug+rpc+ui (read only) 5634697 5634729 32 0.0
.text 5023667 5023699 32 0.0
lock-app debug (read only) 4771777 4771809 32 0.0
.text 4294627 4294659 32 0.0
ota-provider-app debug (read only) 4384209 4384241 32 0.0
.text 3973811 3973843 32 0.0
ota-requestor-app debug (read only) 4514897 4514929 32 0.0
.text 4093875 4093907 32 0.0
shell debug (read only) 3006113 3006145 32 0.0
.text 2635122 2635154 32 0.0
thermostat-no-ble arm64 (read only) 4501580 4501612 32 0.0
.text 3997784 3997816 32 0.0
tv-app debug (read only) 5847665 5847713 48 0.0
.text 5299011 5299059 48 0.0
tv-casting-app debug (read only) 9999641 10078353 78712 0.8
(read/write) 343184 344528 1344 0.4
.data.rel.ro 176432 177776 1344 0.8
.rodata 389144 390584 1440 0.4
.text 9139363 9213347 73984 0.8
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1061392 1061408 16 0.0
text 773072 773076 4 0.0
nrf7002dk_nrf5340_cpuapp text 799432 799436 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 734660 734664 4 0.0
telink all-clusters-app tlsr9118bdk40d text 601330 601334 4 0.0
all-clusters-minimal-app tlsr9528a text 773616 773620 4 0.0
Decreases (2 builds for efr32, linux)
platform target config section 4d4cb5e 10a07df change % change
efr32 window-app BRD4187C (read/write) 1135888 1135880 -8 -0.0
.text 967932 967924 -8 -0.0
linux thermostat-no-ble arm64 (read/write) 248752 248720 -32 -0.0
Full report (66 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, linux, mbed, nrfconnect, nxp, qpg, stm32, telink)
platform target config section 4d4cb5e 10a07df change % change
bl602 lighting-app bl602 (read/write) 1446214 1446214 0 0.0
.bss 85896 85896 0 0.0
.data 9512 9512 0 0.0
.rodata 159472 159472 0 0.0
.text 1110674 1110674 0 0.0
bl602+mfd (read/write) 1460646 1460646 0 0.0
.bss 86072 86072 0 0.0
.data 9488 9488 0 0.0
.rodata 158432 158432 0 0.0
.text 1125992 1125992 0 0.0
bl602+rpc (read/write) 1493878 1493878 0 0.0
.bss 93944 93944 0 0.0
.data 9896 9896 0 0.0
.rodata 167048 167048 0 0.0
.text 1142320 1142320 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1212107 1212107 0 0.0
.bss 11185 11185 0 0.0
.data 3720 3720 0 0.0
.rodata 109024 109024 0 0.0
.text 981120 981120 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1223195 1223195 0 0.0
.bss 11361 11361 0 0.0
.data 3696 3696 0 0.0
.rodata 107964 107964 0 0.0
.text 993130 993130 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1303571 1303571 0 0.0
.bss 19669 19669 0 0.0
.data 4256 4256 0 0.0
.rodata 124396 124396 0 0.0
.text 1055828 1055828 0 0.0
bl706-eth (read/write) 1029213 1029213 0 0.0
.bss 23760 23760 0 0.0
.data 3264 3264 0 0.0
.rodata 102080 102080 0 0.0
.text 771642 771642 0 0.0
bl706-wifi (read/write) 1263286 1263286 0 0.0
.bss 10645 10645 0 0.0
.data 3712 3712 0 0.0
.rodata 123160 123160 0 0.0
.text 1002852 1002852 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1181684 1181684 0 0.0
.bss 16396 16396 0 0.0
.data 5080 5080 0 0.0
.rodata 103028 103028 0 0.0
.text 974234 974234 0 0.0
bl702l+mfd (read/write) 1193600 1193600 0 0.0
.bss 16572 16572 0 0.0
.data 5064 5064 0 0.0
.rodata 101968 101968 0 0.0
.text 986556 986556 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 798740 798740 0 0.0
(read/write) 177700 177700 0 0.0
.bss 99612 99612 0 0.0
.data 3604 3604 0 0.0
.rodata 85204 85204 0 0.0
.text 713272 713272 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 813960 813960 0 0.0
(read/write) 188172 188172 0 0.0
.bss 110100 110100 0 0.0
.data 3596 3596 0 0.0
.rodata 78776 78776 0 0.0
.text 734920 734920 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 803308 803308 0 0.0
(read/write) 182292 182292 0 0.0
.bss 104220 104220 0 0.0
.data 3596 3596 0 0.0
.rodata 106100 106100 0 0.0
.text 696944 696944 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 755612 755612 0 0.0
(read/write) 176644 176644 0 0.0
.bss 98336 98336 0 0.0
.data 3588 3588 0 0.0
.rodata 80852 80852 0 0.0
.text 674496 674496 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 741284 741284 0 0.0
(read/write) 176884 176884 0 0.0
.bss 98576 98576 0 0.0
.data 3588 3588 0 0.0
.rodata 76636 76636 0 0.0
.text 664384 664384 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 606718 606718 0 0.0
(read/write) 209716 209716 0 0.0
.bss 202932 202932 0 0.0
.data 1660 1660 0 0.0
.rodata 89766 89766 0 0.0
.text 514832 514832 0 0.0
lock CC3235SF_LAUNCHXL (read only) 652614 652614 0 0.0
(read/write) 209972 209972 0 0.0
.bss 203328 203328 0 0.0
.data 1524 1524 0 0.0
.rodata 110526 110526 0 0.0
.text 539964 539964 0 0.0
efr32 lighting-app BRD4187C (read/write) 1072180 1072180 0 0.0
.bss 180056 180056 0 0.0
.data 3448 3448 0 0.0
.text 888656 888656 0 0.0
lock-app BRD4338a (read/write) 963588 963588 0 0.0
.bss 213260 213260 0 0.0
.data 29448 29448 0 0.0
.text 701512 701512 0 0.0
window-app BRD4187C (read/write) 1135888 1135880 -8 -0.0
.bss 164584 164584 0 0.0
.data 3352 3352 0 0.0
.text 967932 967924 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1215154 1215196 42 0.0
(read/write) 1751704 1751712 8 0.0
.dram0.bss 74744 74744 0 0.0
.dram0.data 13660 13660 0 0.0
.flash.rodata 253768 253776 8 0.0
.flash.text 1215154 1215196 42 0.0
.iram0.text 75570 75570 0 0.0
m5stack (read only) 1256487 1256519 32 0.0
(read/write) 536308 536316 8 0.0
.dram0.bss 79680 79680 0 0.0
.dram0.data 35196 35196 0 0.0
.flash.rodata 285512 285520 8 0.0
.flash.text 1250323 1250355 32 0.0
.iram0.text 125403 125403 0 0.0
linux air-purifier-app debug (read only) 2722517 2722549 32 0.0
(read/write) 132728 132728 0 0.0
.bss 47880 47880 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 76536 76536 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 188144 188144 0 0.0
.text 2351221 2351253 32 0.0
all-clusters-app debug (read only) 6036865 6039073 2208 0.0
(read/write) 484272 486480 2208 0.5
.bss 136160 136160 0 0.0
.data 4592 4592 0 0.0
.data.rel.ro 336072 338280 2208 0.7
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1448 1448 0 0.0
.rodata 355536 355888 352 0.1
.text 5242467 5242499 32 0.0
all-clusters-minimal-app debug (read only) 5320305 5320353 48 0.0
(read/write) 240224 240224 0 0.0
.bss 129024 129024 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 99608 99608 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 294346 294346 0 0.0
.text 4785907 4785955 48 0.0
bridge-app debug (read only) 4710721 4710753 32 0.0
(read/write) 221136 221136 0 0.0
.bss 119552 119552 0 0.0
.data 6272 6272 0 0.0
.data.rel.ro 88576 88576 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 234730 234730 0 0.0
.text 4250355 4250387 32 0.0
chip-tool debug (read only) 12173473 12254385 80912 0.7
(read/write) 524808 528424 3616 0.7
.bss 95160 95160 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 417272 420888 3616 0.9
.dynamic 624 624 0 0.0
.got 5736 5736 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 459129 460953 1824 0.4
.text 11002867 11076819 73952 0.7
chip-tool-ipv6only arm64 (read only) 11504100 11564404 60304 0.5
(read/write) 589928 595160 5232 0.9
.bss 104152 104152 0 0.0
.data 4512 4512 0 0.0
.data.rel.ro 457424 461136 3712 0.8
.dynamic 512 512 0 0.0
.got 17280 17344 64 0.4
.init 24 24 0 0.0
.init_array 280 280 0 0.0
.rodata 360916 362180 1264 0.4
.text 10257448 10311032 53584 0.5
fabric-admin debug (read only) 11922033 12002913 80880 0.7
(read/write) 517872 521488 3616 0.7
.bss 94520 94520 0 0.0
.data 4866 4866 0 0.0
.data.rel.ro 411480 415080 3600 0.9
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 430201 431993 1792 0.4
.text 10795155 10869107 73952 0.7
fabric-bridge-app debug (read only) 4578345 4578377 32 0.0
(read/write) 213176 213176 0 0.0
.bss 115104 115104 0 0.0
.data 5056 5056 0 0.0
.data.rel.ro 86304 86304 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 228106 228106 0 0.0
.text 4126947 4126979 32 0.0
lighting-app debug+rpc+ui (read only) 5634697 5634729 32 0.0
(read/write) 229936 229936 0 0.0
.bss 120496 120496 0 0.0
.data 4896 4896 0 0.0
.data.rel.ro 96992 96992 0 0.0
.dynamic 672 672 0 0.0
.got 5864 5864 0 0.0
.init 27 27 0 0.0
.init_array 984 984 0 0.0
.rodata 358964 358964 0 0.0
.text 5023667 5023699 32 0.0
lock-app debug (read only) 4771777 4771809 32 0.0
(read/write) 208264 208264 0 0.0
.bss 114792 114792 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 82568 82568 0 0.0
.dynamic 624 624 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 888 888 0 0.0
.rodata 260586 260586 0 0.0
.text 4294627 4294659 32 0.0
ota-provider-app debug (read only) 4384209 4384241 32 0.0
(read/write) 196864 196864 0 0.0
.bss 114656 114656 0 0.0
.data 4400 4400 0 0.0
.data.rel.ro 71824 71824 0 0.0
.dynamic 624 624 0 0.0
.got 4552 4552 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 212490 212490 0 0.0
.text 3973811 3973843 32 0.0
ota-requestor-app debug (read only) 4514897 4514929 32 0.0
(read/write) 201232 201232 0 0.0
.bss 115552 115552 0 0.0
.data 4800 4800 0 0.0
.data.rel.ro 74928 74928 0 0.0
.dynamic 624 624 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 218570 218570 0 0.0
.text 4093875 4093907 32 0.0
shell debug (read only) 3006113 3006145 32 0.0
(read/write) 156856 156856 0 0.0
.bss 60784 60784 0 0.0
.data 1424 1424 0 0.0
.data.rel.ro 88792 88792 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 191840 191840 0 0.0
.text 2635122 2635154 32 0.0
thermostat-no-ble arm64 (read only) 4501580 4501612 32 0.0
(read/write) 248752 248720 -32 -0.0
.bss 123144 123144 0 0.0
.data 3424 3424 0 0.0
.data.rel.ro 106008 106008 0 0.0
.dynamic 512 512 0 0.0
.got 9000 9000 0 0.0
.init 24 24 0 0.0
.init_array 448 448 0 0.0
.rodata 162260 162260 0 0.0
.text 3997784 3997816 32 0.0
tv-app debug (read only) 5847665 5847713 48 0.0
(read/write) 349088 349088 0 0.0
.bss 238640 238640 0 0.0
.data 6592 6592 0 0.0
.data.rel.ro 96568 96568 0 0.0
.dynamic 624 624 0 0.0
.got 5464 5464 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 302090 302090 0 0.0
.text 5299011 5299059 48 0.0
tv-casting-app debug (read only) 9999641 10078353 78712 0.8
(read/write) 343184 344528 1344 0.4
.bss 156760 156760 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 176432 177776 1344 0.8
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1232 1232 0 0.0
.rodata 389144 390584 1440 0.4
.text 9139363 9213347 73984 0.8
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2536680 2536680 0 0.0
.bss 220928 220928 0 0.0
.data 5224 5224 0 0.0
.text 1499364 1499364 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1061392 1061408 16 0.0
bss 139209 139209 0 0.0
rodata 101840 101840 0 0.0
text 773072 773076 4 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1238556 1238556 0 0.0
bss 137637 137637 0 0.0
rodata 151444 151444 0 0.0
text 799432 799436 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1009080 1009080 0 0.0
bss 138107 138107 0 0.0
rodata 89096 89096 0 0.0
text 734660 734664 4 0.0
nxp contact k32w0+release (read only) 576444 576444 0 0.0
(read/write) 83220 83220 0 0.0
.bss 67920 67920 0 0.0
.data 2204 2204 0 0.0
.text 575908 575908 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 704308 704308 0 0.0
.bss 71272 71272 0 0.0
.data 2872 2872 0 0.0
.text 590784 590784 0 0.0
light k32w0+release (read only) 610624 610624 0 0.0
(read/write) 82688 82688 0 0.0
.bss 67376 67376 0 0.0
.data 2224 2224 0 0.0
.text 610088 610088 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 796256 796256 0 0.0
.bss 80816 80816 0 0.0
.data 2080 2080 0 0.0
.text 673992 673992 0 0.0
qpg lighting-app qpg6105+debug (read/write) 839244 839244 0 0.0
.bss 103780 103780 0 0.0
.data 864 864 0 0.0
.text 650632 650632 0 0.0
lock-app qpg6105+debug (read/write) 799364 799364 0 0.0
.bss 98444 98444 0 0.0
.data 876 876 0 0.0
.text 610756 610756 0 0.0
stm32 light STM32WB5MM-DK (read/write) 624058 624058 0 0.0
.bss 141060 141060 0 0.0
.data 672 672 0 0.0
.rodata 81372 81372 0 0.0
.text 391336 391336 0 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 835170 835170 0 0.0
bss 49944 49944 0 0.0
text 625530 625530 0 0.0
all-clusters-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 843552 843552 0 0.0
bss 79088 79088 0 0.0
noinit 46096 46096 0 0.0
text 601330 601334 4 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1060100 1060100 0 0.0
bss 110132 110132 0 0.0
text 773616 773620 4 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 915644 915644 0 0.0
bss 92888 92888 0 0.0
text 657116 657116 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 837530 837530 0 0.0
bss 49988 49988 0 0.0
text 627948 627948 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 948612 948612 0 0.0
bss 76580 76580 0 0.0
text 714900 714900 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 772060 772060 0 0.0
bss 75336 75336 0 0.0
noinit 46096 46096 0 0.0
text 557886 557886 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1092216 1092216 0 0.0
bss 99980 99980 0 0.0
text 795316 795316 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 912624 912624 0 0.0
bss 69268 69268 0 0.0
text 661336 661336 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 934836 934836 0 0.0
bss 92620 92620 0 0.0
text 676424 676424 0 0.0
pump-app tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 832104 832104 0 0.0
bss 58232 58232 0 0.0
text 621972 621972 0 0.0
pump-controller-app tlsr9118bdk40d (read only) 160 160 0 0.0
(read/write) 607488 607488 0 0.0
bss 44160 44160 0 0.0
noinit 32512 32512 0 0.0
text 451088 451088 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 674948 674948 0 0.0
bss 71852 71852 0 0.0
text 462082 462082 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 845382 845382 0 0.0
bss 51616 51616 0 0.0
text 634614 634614 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 860225 860225 0 0.0
bss 59804 59804 0 0.0
text 643542 643542 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 826756 826756 0 0.0
bss 56492 56492 0 0.0
text 619410 619410 0 0.0
window-covering tlsr9258a (read only) 52568 52568 0 0.0
(read/write) 836808 836808 0 0.0
bss 58448 58448 0 0.0
text 624256 624256 0 0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please break this up into separate PRs for:

  1. Adding the XML (this needs careful review comparing it to the spec and whatnot).
  2. Adding whatever platform code is needed.
  3. Adding a cluster implementation.
  4. Adding the example app support.

@wqx6
Copy link
Contributor Author

wqx6 commented May 27, 2024

Add an issue #33609, closing this PR

@wqx6 wqx6 closed this May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants