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

Update generated profile id and device id in endpoint_config.h #12612

Merged
merged 18 commits into from
Dec 6, 2021

Conversation

vivien-apple
Copy link
Contributor

Problem

The device identifier and profile identifier generated into the various endpoint_config.h is either wrong or null. As a result the descriptor cluster returns incorrect information, or updating ZAP results into incorrectly formatted endpoint_config.h file.

Change overview

  • Manually goes over the .zap file and update them accordingly to the content of matter-devices.xml
  • Run convert.py on all of them to make sure everything is generated properly
  • Update ZAP to tip
  • Run ./scripts/tools/zap_regen_all.py

Testing

It was manually tested by reading the descriptor cluster device-list using chip-tool

@github-actions
Copy link

github-actions bot commented Dec 6, 2021

PR #12612: Size comparison from bfdbd45 to 637f90d

Increases (14 builds for esp32, k32w, nrfconnect, p6, telink)
platform target config section bfdbd45 637f90d change % change
esp32 all-clusters-app c3devkit (read only) 852538 852546 8 0.0
.flash.text 852538 852546 8 0.0
k32w lighting-app k32w061+se05x+release (read/write) 731908 731924 16 0.0
.text 644936 644952 16 0.0
lock-app k32w061+debug (read/write) 622076 622092 16 0.0
.text 544472 544488 16 0.0
shell k32w061+debug (read/write) 687968 687984 16 0.0
.text 598744 598760 16 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 894879 894895 16 0.0
text 605896 605904 8 0.0
nrf52840dk_nrf52840+rpc text 580892 580900 8 0.0
nrf5340dk_nrf5340_cpuapp text 536232 536240 8 0.0
lock-app nrf52840dk_nrf52840 (read/write) 866899 866915 16 0.0
text 584708 584716 8 0.0
nrf5340dk_nrf5340_cpuapp text 515132 515140 8 0.0
pump-app nrf52840dk_nrf52840 (read/write) 871683 871699 16 0.0
text 588156 588168 12 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 864927 864943 16 0.0
text 583388 583396 8 0.0
p6 all-clusters-app default (read/write) 2349448 2349456 8 0.0
.text 1307712 1307720 8 0.0
light-app default (read/write) 2284072 2284080 8 0.0
.text 1242336 1242344 8 0.0
telink lighting-app tlsr9518adk80d (read/write) 798382 798390 8 0.0
text 558088 558094 6 0.0
Full report (35 builds for esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section bfdbd45 637f90d change % change
esp32 all-clusters-app c3devkit (read only) 852538 852546 8 0.0
(read/write) 1290914 1290914 0 0.0
.dram0.bss 56352 56352 0 0.0
.dram0.data 14052 14052 0 0.0
.flash.rodata 169520 169520 0 0.0
.flash.text 852538 852546 8 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 922399 922399 0 0.0
(read/write) 424356 424356 0 0.0
.dram0.bss 61736 61736 0 0.0
.dram0.data 34016 34016 0 0.0
.flash.rodata 197324 197324 0 0.0
.flash.text 917015 917015 0 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 731908 731924 16 0.0
.bss 79312 79312 0 0.0
.data 1860 1860 0 0.0
.text 644936 644952 16 0.0
lock-app k32w061+debug (read/write) 622076 622092 16 0.0
.bss 69976 69976 0 0.0
.data 1828 1828 0 0.0
.text 544472 544488 16 0.0
shell k32w061+debug (read/write) 687968 687984 16 0.0
.bss 81624 81624 0 0.0
.data 1800 1800 0 0.0
.text 598744 598760 16 0.0
linux all-clusters-app debug (read only) 1872825 1872825 0 0.0
(read/write) 124336 124336 0 0.0
.bss 50672 50672 0 0.0
.data 1120 1120 0 0.0
.data.rel.ro 67104 67104 0 0.0
.dynamic 592 592 0 0.0
.got 4120 4120 0 0.0
.init 27 27 0 0.0
.init_array 696 696 0 0.0
.rodata 152117 152117 0 0.0
.text 1577602 1577602 0 0.0
bridge-app debug+rpc (read only) 1444277 1444277 0 0.0
(read/write) 74648 74648 0 0.0
.bss 36272 36272 0 0.0
.data 1728 1728 0 0.0
.data.rel.ro 31560 31560 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 480 480 0 0.0
.rodata 121500 121500 0 0.0
.text 1217877 1217877 0 0.0
chip-tool debug (read only) 6628165 6628165 0 0.0
(read/write) 199752 199752 0 0.0
.bss 34536 34536 0 0.0
.data 1024 1024 0 0.0
.data.rel.ro 158520 158520 0 0.0
.dynamic 592 592 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 568 568 0 0.0
.rodata 310776 310776 0 0.0
.text 5912661 5912661 0 0.0
lighting-app debug+rpc (read only) 1729441 1729441 0 0.0
(read/write) 107680 107680 0 0.0
.bss 41968 41968 0 0.0
.data 1280 1280 0 0.0
.data.rel.ro 59056 59056 0 0.0
.dynamic 608 608 0 0.0
.got 4144 4144 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 142161 142161 0 0.0
.text 1444610 1444610 0 0.0
ota-provider-app debug (read only) 1400953 1400953 0 0.0
(read/write) 72848 72848 0 0.0
.bss 38848 38848 0 0.0
.data 928 928 0 0.0
.data.rel.ro 27880 27880 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 520 520 0 0.0
.rodata 122856 122856 0 0.0
.text 1173410 1173410 0 0.0
ota-requestor-app debug (read only) 1510209 1510209 0 0.0
(read/write) 77896 77896 0 0.0
.bss 42016 42016 0 0.0
.data 992 992 0 0.0
.data.rel.ro 29656 29656 0 0.0
.dynamic 592 592 0 0.0
.got 4064 4064 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 135600 135600 0 0.0
.text 1265970 1265970 0 0.0
shell debug (read only) 823449 823449 0 0.0
(read/write) 60616 60616 0 0.0
.bss 16936 16936 0 0.0
.data 256 256 0 0.0
.data.rel.ro 38936 38936 0 0.0
.dynamic 592 592 0 0.0
.got 3520 3520 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 84658 84658 0 0.0
.text 631954 631954 0 0.0
tv-app debug (read only) 2046473 2046473 0 0.0
(read/write) 320032 320032 0 0.0
.bss 247288 247288 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 64168 64168 0 0.0
.dynamic 592 592 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 174352 174352 0 0.0
.text 1717378 1717378 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2313152 2313152 0 0.0
.bss 179404 179404 0 0.0
.data 5184 5184 0 0.0
.heap 851856 851856 0 0.0
.text 1275728 1275728 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2299096 2299096 0 0.0
.bss 173304 173304 0 0.0
.data 5496 5496 0 0.0
.heap 857648 857648 0 0.0
.text 1261696 1261696 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2273088 2273088 0 0.0
.bss 172344 172344 0 0.0
.data 5496 5496 0 0.0
.heap 858608 858608 0 0.0
.text 1235688 1235688 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4376 4376 0 0.0
.heap 1020312 1020312 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2047472 2047472 0 0.0
.bss 156732 156732 0 0.0
.data 4872 4872 0 0.0
.heap 874840 874840 0 0.0
.text 1010072 1010072 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 894879 894895 16 0.0
bss 113756 113756 0 0.0
rodata 99680 99680 0 0.0
text 605896 605904 8 0.0
nrf52840dk_nrf52840+rpc (read/write) 858255 858255 0 0.0
bss 110104 110104 0 0.0
rodata 91040 91040 0 0.0
text 580892 580900 8 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 820790 820790 0 0.0
bss 115128 115128 0 0.0
rodata 94936 94936 0 0.0
text 536232 536240 8 0.0
lock-app nrf52840dk_nrf52840 (read/write) 866899 866915 16 0.0
bss 111016 111016 0 0.0
rodata 95796 95796 0 0.0
text 584708 584716 8 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 793050 793050 0 0.0
bss 112428 112428 0 0.0
rodata 91084 91084 0 0.0
text 515132 515140 8 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497463 497463 0 0.0
bss 51820 51820 0 0.0
rodata 45852 45852 0 0.0
text 339492 339492 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 871683 871699 16 0.0
bss 110928 110928 0 0.0
rodata 97148 97148 0 0.0
text 588156 588168 12 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 864927 864943 16 0.0
bss 110808 110808 0 0.0
rodata 95288 95288 0 0.0
text 583388 583396 8 0.0
shell nrf52840dk_nrf52840 (read/write) 779939 779939 0 0.0
bss 109696 109696 0 0.0
rodata 73792 73792 0 0.0
text 521948 521948 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 694966 694966 0 0.0
bss 110680 110680 0 0.0
rodata 68432 68432 0 0.0
text 442548 442548 0 0.0
p6 all-clusters-app default (read/write) 2349448 2349456 8 0.0
.bss 107596 107596 0 0.0
.data 2464 2464 0 0.0
.heap 923280 923280 0 0.0
.text 1307712 1307720 8 0.0
light-app default (read/write) 2284072 2284080 8 0.0
.bss 98536 98536 0 0.0
.data 2336 2336 0 0.0
.heap 932472 932472 0 0.0
.text 1242336 1242344 8 0.0
lock-app default (read/write) 2260624 2260624 0 0.0
.bss 97416 97416 0 0.0
.data 2296 2296 0 0.0
.heap 933632 933632 0 0.0
.text 1218888 1218888 0 0.0
qpg lighting-app qpg6100+debug (read only) 513724 513724 0 0.0
(read/write) 122332 122332 0 0.0
.bss 80272 80272 0 0.0
.data 964 964 0 0.0
.text 508404 508404 0 0.0
lock-app qpg6100+debug (read only) 487464 487464 0 0.0
(read/write) 122336 122336 0 0.0
.bss 79408 79408 0 0.0
.data 920 920 0 0.0
.text 482144 482144 0 0.0
persistent-storage-app qpg6100+debug (read only) 108224 108224 0 0.0
(read/write) 122332 122332 0 0.0
.bss 36696 36696 0 0.0
.data 292 292 0 0.0
.text 102904 102904 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 798382 798390 8 0.0
bss 80332 80332 0 0.0
noinit 37160 37160 0 0.0
text 558088 558094 6 0.0

@vivien-apple vivien-apple force-pushed the ZAP_DeviceProfileAndId branch from bdddc0e to 2a5ac5f Compare December 6, 2021 14:39
@github-actions
Copy link

github-actions bot commented Dec 6, 2021

PR #12612: Size comparison from 675d9f5 to 2a5ac5f

Increases (17 builds for efr32, esp32, nrfconnect, p6, qpg, telink)
platform target config section 675d9f5 2a5ac5f change % change
efr32 lighting-app BRD4161A (read only) 798488 798496 8 0.0
.text 798480 798488 8 0.0
BRD4161A+rpc (read only) 826456 826464 8 0.0
.text 826448 826456 8 0.0
lock-app BRD4161A (read only) 773556 773564 8 0.0
.text 773548 773556 8 0.0
window-app BRD4161A (read only) 775812 775820 8 0.0
.text 775804 775812 8 0.0
esp32 all-clusters-app c3devkit (read only) 852264 852272 8 0.0
.flash.text 852264 852272 8 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 text 605748 605756 8 0.0
nrf52840dk_nrf52840+rpc text 580744 580752 8 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 820630 820646 16 0.0
text 536080 536088 8 0.0
lock-app nrf52840dk_nrf52840 text 584556 584564 8 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 792890 792906 16 0.0
text 514980 514988 8 0.0
pump-app nrf52840dk_nrf52840 (read/write) 871539 871555 16 0.0
text 588004 588016 12 0.0
pump-controller-app nrf52840dk_nrf52840 text 583236 583244 8 0.0
p6 all-clusters-app default (read/write) 2349168 2349192 24 0.0
.text 1307432 1307456 24 0.0
light-app default (read/write) 2283808 2283816 8 0.0
.text 1242072 1242080 8 0.0
qpg lighting-app qpg6100+debug (read only) 513564 513580 16 0.0
.text 508244 508260 16 0.0
lock-app qpg6100+debug (read only) 487304 487320 16 0.0
.text 481984 482000 16 0.0
telink lighting-app tlsr9518adk80d (read/write) 798102 798110 8 0.0
text 557808 557814 6 0.0
Full report (39 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 675d9f5 2a5ac5f change % change
efr32 lighting-app BRD4161A (read only) 798488 798496 8 0.0
(read/write) 120648 120648 0 0.0
.bss 118816 118816 0 0.0
.data 1828 1828 0 0.0
.text 798480 798488 8 0.0
BRD4161A+rpc (read only) 826456 826464 8 0.0
(read/write) 138952 138952 0 0.0
.bss 137016 137016 0 0.0
.data 1936 1936 0 0.0
.text 826448 826456 8 0.0
lock-app BRD4161A (read only) 773556 773564 8 0.0
(read/write) 118580 118580 0 0.0
.bss 116792 116792 0 0.0
.data 1788 1788 0 0.0
.text 773548 773556 8 0.0
window-app BRD4161A (read only) 775812 775820 8 0.0
(read/write) 118784 118784 0 0.0
.bss 116992 116992 0 0.0
.data 1792 1792 0 0.0
.text 775804 775812 8 0.0
esp32 all-clusters-app c3devkit (read only) 852264 852272 8 0.0
(read/write) 1290914 1290914 0 0.0
.dram0.bss 56352 56352 0 0.0
.dram0.data 14052 14052 0 0.0
.flash.rodata 169520 169520 0 0.0
.flash.text 852264 852272 8 0.0
.iram0.text 61394 61394 0 0.0
m5stack (read only) 922159 922159 0 0.0
(read/write) 424356 424356 0 0.0
.dram0.bss 61736 61736 0 0.0
.dram0.data 34016 34016 0 0.0
.flash.rodata 197324 197324 0 0.0
.flash.text 916775 916775 0 0.0
.iram0.text 122943 122943 0 0.0
k32w lighting-app k32w061+se05x+release (read/write) 731764 731764 0 0.0
.bss 79312 79312 0 0.0
.data 1860 1860 0 0.0
.text 644792 644792 0 0.0
lock-app k32w061+debug (read/write) 621932 621932 0 0.0
.bss 69976 69976 0 0.0
.data 1828 1828 0 0.0
.text 544328 544328 0 0.0
shell k32w061+debug (read/write) 687824 687824 0 0.0
.bss 81624 81624 0 0.0
.data 1800 1800 0 0.0
.text 598600 598600 0 0.0
linux all-clusters-app debug (read only) 1872265 1872265 0 0.0
(read/write) 124336 124336 0 0.0
.bss 50672 50672 0 0.0
.data 1120 1120 0 0.0
.data.rel.ro 67104 67104 0 0.0
.dynamic 592 592 0 0.0
.got 4120 4120 0 0.0
.init 27 27 0 0.0
.init_array 696 696 0 0.0
.rodata 152085 152085 0 0.0
.text 1577074 1577074 0 0.0
bridge-app debug+rpc (read only) 1443749 1443749 0 0.0
(read/write) 74648 74648 0 0.0
.bss 36272 36272 0 0.0
.data 1728 1728 0 0.0
.data.rel.ro 31560 31560 0 0.0
.dynamic 592 592 0 0.0
.got 3992 3992 0 0.0
.init 27 27 0 0.0
.init_array 480 480 0 0.0
.rodata 121500 121500 0 0.0
.text 1217349 1217349 0 0.0
chip-tool debug (read only) 6627637 6627637 0 0.0
(read/write) 199752 199752 0 0.0
.bss 34536 34536 0 0.0
.data 1024 1024 0 0.0
.data.rel.ro 158520 158520 0 0.0
.dynamic 592 592 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 568 568 0 0.0
.rodata 310776 310776 0 0.0
.text 5912133 5912133 0 0.0
lighting-app debug+rpc (read only) 1728913 1728913 0 0.0
(read/write) 107680 107680 0 0.0
.bss 41968 41968 0 0.0
.data 1280 1280 0 0.0
.data.rel.ro 59056 59056 0 0.0
.dynamic 608 608 0 0.0
.got 4144 4144 0 0.0
.init 27 27 0 0.0
.init_array 616 616 0 0.0
.rodata 142161 142161 0 0.0
.text 1444082 1444082 0 0.0
ota-provider-app debug (read only) 1400393 1400393 0 0.0
(read/write) 72848 72848 0 0.0
.bss 38848 38848 0 0.0
.data 928 928 0 0.0
.data.rel.ro 27880 27880 0 0.0
.dynamic 592 592 0 0.0
.got 4056 4056 0 0.0
.init 27 27 0 0.0
.init_array 520 520 0 0.0
.rodata 122824 122824 0 0.0
.text 1172882 1172882 0 0.0
ota-requestor-app debug (read only) 1509649 1509649 0 0.0
(read/write) 77896 77896 0 0.0
.bss 42016 42016 0 0.0
.data 992 992 0 0.0
.data.rel.ro 29656 29656 0 0.0
.dynamic 592 592 0 0.0
.got 4064 4064 0 0.0
.init 27 27 0 0.0
.init_array 544 544 0 0.0
.rodata 135568 135568 0 0.0
.text 1265442 1265442 0 0.0
shell debug (read only) 823449 823449 0 0.0
(read/write) 60616 60616 0 0.0
.bss 16936 16936 0 0.0
.data 256 256 0 0.0
.data.rel.ro 38936 38936 0 0.0
.dynamic 592 592 0 0.0
.got 3520 3520 0 0.0
.init 27 27 0 0.0
.init_array 344 344 0 0.0
.rodata 84658 84658 0 0.0
.text 631954 631954 0 0.0
tv-app debug (read only) 2045945 2045945 0 0.0
(read/write) 320032 320032 0 0.0
.bss 247288 247288 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 64168 64168 0 0.0
.dynamic 592 592 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 174352 174352 0 0.0
.text 1716850 1716850 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2313024 2313024 0 0.0
.bss 179404 179404 0 0.0
.data 5184 5184 0 0.0
.heap 851856 851856 0 0.0
.text 1275600 1275600 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2298904 2298904 0 0.0
.bss 173304 173304 0 0.0
.data 5496 5496 0 0.0
.heap 857648 857648 0 0.0
.text 1261504 1261504 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2272960 2272960 0 0.0
.bss 172344 172344 0 0.0
.data 5496 5496 0 0.0
.heap 858608 858608 0 0.0
.text 1235560 1235560 0 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1140008 1140008 0 0.0
.bss 11756 11756 0 0.0
.data 4376 4376 0 0.0
.heap 1020312 1020312 0 0.0
.text 103392 103392 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2047472 2047472 0 0.0
.bss 156732 156732 0 0.0
.data 4872 4872 0 0.0
.heap 874840 874840 0 0.0
.text 1010072 1010072 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 894735 894735 0 0.0
bss 113756 113756 0 0.0
rodata 99680 99680 0 0.0
text 605748 605756 8 0.0
nrf52840dk_nrf52840+rpc (read/write) 858111 858111 0 0.0
bss 110104 110104 0 0.0
rodata 91040 91040 0 0.0
text 580744 580752 8 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 820630 820646 16 0.0
bss 115128 115128 0 0.0
rodata 94936 94936 0 0.0
text 536080 536088 8 0.0
lock-app nrf52840dk_nrf52840 (read/write) 866755 866755 0 0.0
bss 111016 111016 0 0.0
rodata 95796 95796 0 0.0
text 584556 584564 8 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 792890 792906 16 0.0
bss 112428 112428 0 0.0
rodata 91084 91084 0 0.0
text 514980 514988 8 0.0
pigweed-app nrf52840dk_nrf52840 (read/write) 497463 497463 0 0.0
bss 51820 51820 0 0.0
rodata 45852 45852 0 0.0
text 339492 339492 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 871539 871555 16 0.0
bss 110928 110928 0 0.0
rodata 97148 97148 0 0.0
text 588004 588016 12 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 864783 864783 0 0.0
bss 110808 110808 0 0.0
rodata 95288 95288 0 0.0
text 583236 583244 8 0.0
shell nrf52840dk_nrf52840 (read/write) 779939 779939 0 0.0
bss 109696 109696 0 0.0
rodata 73792 73792 0 0.0
text 521948 521948 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 694966 694966 0 0.0
bss 110680 110680 0 0.0
rodata 68432 68432 0 0.0
text 442548 442548 0 0.0
p6 all-clusters-app default (read/write) 2349168 2349192 24 0.0
.bss 107596 107596 0 0.0
.data 2464 2464 0 0.0
.heap 923280 923280 0 0.0
.text 1307432 1307456 24 0.0
light-app default (read/write) 2283808 2283816 8 0.0
.bss 98536 98536 0 0.0
.data 2336 2336 0 0.0
.heap 932472 932472 0 0.0
.text 1242072 1242080 8 0.0
lock-app default (read/write) 2260360 2260360 0 0.0
.bss 97416 97416 0 0.0
.data 2296 2296 0 0.0
.heap 933632 933632 0 0.0
.text 1218624 1218624 0 0.0
qpg lighting-app qpg6100+debug (read only) 513564 513580 16 0.0
(read/write) 122332 122332 0 0.0
.bss 80272 80272 0 0.0
.data 964 964 0 0.0
.text 508244 508260 16 0.0
lock-app qpg6100+debug (read only) 487304 487320 16 0.0
(read/write) 122336 122336 0 0.0
.bss 79408 79408 0 0.0
.data 920 920 0 0.0
.text 481984 482000 16 0.0
persistent-storage-app qpg6100+debug (read only) 108224 108224 0 0.0
(read/write) 122332 122332 0 0.0
.bss 36696 36696 0 0.0
.data 292 292 0 0.0
.text 102904 102904 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 798102 798110 8 0.0
bss 80332 80332 0 0.0
noinit 37160 37160 0 0.0
text 557808 557814 6 0.0

@woody-apple
Copy link
Contributor

Fast tracking as this is blocking tests being added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants