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

Implement NOCs attribute in Node Operational Credentials Cluster #13563

Merged
merged 2 commits into from
Jan 20, 2022
Merged

Implement NOCs attribute in Node Operational Credentials Cluster #13563

merged 2 commits into from
Jan 20, 2022

Conversation

yufengwangca
Copy link
Contributor

@yufengwangca yufengwangca commented Jan 14, 2022

Problem

What is being fixed? Examples:

Change overview

Implement NOCs attribute in Node Operational Credentials Cluster

Testing

How was this tested? (at least one bullet point required)

yufengw@yufengw-SEi:~/connectedhomeip/out/debug/standalone$ ./chip-tool operationalcredentials read nocs 12344321 0
...............
[1642133105.901731][204996:205001] CHIP:DMG: ReportDataMessage =
[1642133105.901737][204996:205001] CHIP:DMG: {
[1642133105.901741][204996:205001] CHIP:DMG: 	AttributeReportIBs =
[1642133105.901747][204996:205001] CHIP:DMG: 	[
[1642133105.901750][204996:205001] CHIP:DMG: 		AttributeReportIB =
[1642133105.901755][204996:205001] CHIP:DMG: 		{
[1642133105.901758][204996:205001] CHIP:DMG: 			AttributeDataIB =
[1642133105.901761][204996:205001] CHIP:DMG: 			{
[1642133105.901766][204996:205001] CHIP:DMG: 				DataVersion = 0x0,
[1642133105.901772][204996:205001] CHIP:DMG: 				AttributePathIB =
[1642133105.901778][204996:205001] CHIP:DMG: 				{
[1642133105.901783][204996:205001] CHIP:DMG: 					Endpoint = 0x0,
[1642133105.901790][204996:205001] CHIP:DMG: 					Cluster = 0x3e,
[1642133105.901797][204996:205001] CHIP:DMG: 					Attribute = 0x0000_0000,
[1642133105.901803][204996:205001] CHIP:DMG: 				}
[1642133105.901810][204996:205001] CHIP:DMG: 					
[1642133105.901816][204996:205001] CHIP:DMG: 					Data = [
[1642133105.901824][204996:205001] CHIP:DMG: 						
[1642133105.901831][204996:205001] CHIP:DMG: 					],
[1642133105.901838][204996:205001] CHIP:DMG: 			},
[1642133105.901846][204996:205001] CHIP:DMG: 			
[1642133105.901850][204996:205001] CHIP:DMG: 		},
[1642133105.901862][204996:205001] CHIP:DMG: 		
[1642133105.901867][204996:205001] CHIP:DMG: 		AttributeReportIB =
[1642133105.901875][204996:205001] CHIP:DMG: 		{
[1642133105.901881][204996:205001] CHIP:DMG: 			AttributeDataIB =
[1642133105.901888][204996:205001] CHIP:DMG: 			{
[1642133105.901894][204996:205001] CHIP:DMG: 				DataVersion = 0x0,
[1642133105.901900][204996:205001] CHIP:DMG: 				AttributePathIB =
[1642133105.901908][204996:205001] CHIP:DMG: 				{
[1642133105.901914][204996:205001] CHIP:DMG: 					Endpoint = 0x0,
[1642133105.901922][204996:205001] CHIP:DMG: 					Cluster = 0x3e,
[1642133105.901929][204996:205001] CHIP:DMG: 					Attribute = 0x0000_0000,
[1642133105.901937][204996:205001] CHIP:DMG: 					ListIndex = Null,
[1642133105.901944][204996:205001] CHIP:DMG: 				}
[1642133105.901952][204996:205001] CHIP:DMG: 					
[1642133105.901958][204996:205001] CHIP:DMG: 					Data = 
[1642133105.901966][204996:205001] CHIP:DMG: 					{
[1642133105.901974][204996:205001] CHIP:DMG: 						0x1 = 1, 
[1642133105.901984][204996:205001] CHIP:DMG: 						0x2 = [
[1642133105.902001][204996:205001] CHIP:DMG: 							0x15, 0x30, 0x1, 0x1, 0x1, 0x24, 0x2, 0x1, 0x37, 0x3, 0x24, 0x13, 0x1, 0x24, 0x15, 0x1, 0x18, 0x26, 0x4, 0x80, 0x22, 0x81, 0x27, 0x26, 0x5, 0x80, 0x25, 0x4d, 0x3a, 0x37, 0x6, 0x26, 0x11, 0x1, 0x5c, 0xbc, 0x0, 0x24, 0x15, 0x1, 0x18, 0x24, 0x7, 0x1, 
[1642133105.902011][204996:205001] CHIP:DMG: 						]
[1642133105.902019][204996:205001] CHIP:DMG: 						0x3 = [
[1642133105.902049][204996:205001] CHIP:DMG: 							0x15, 0x30, 0x1, 0x1, 0x0, 0x24, 0x2, 0x1, 0x37, 0x3, 0x24, 0x14, 0x0, 0x24, 0x15, 0x1, 0x18, 0x26, 0x4, 0x80, 0x22, 0x81, 0x27, 0x26, 0x5, 0x80, 0x25, 0x4d, 0x3a, 0x37, 0x6, 0x24, 0x13, 0x1, 0x24, 0x15, 0x1, 0x18, 0x24, 0x7, 0x1, 0x24, 0x8, 0x1, 0
[1642133105.902058][204996:205001] CHIP:DMG: 						]
[1642133105.902065][204996:205001] CHIP:DMG: 					},
[1642133105.902072][204996:205001] CHIP:DMG: 			},
[1642133105.902081][204996:205001] CHIP:DMG: 			
[1642133105.902087][204996:205001] CHIP:DMG: 		},
[1642133105.902096][204996:205001] CHIP:DMG: 		
[1642133105.902101][204996:205001] CHIP:DMG: 	],
[1642133105.902118][204996:205001] CHIP:DMG: 	
[1642133105.902124][204996:205001] CHIP:DMG: 	SuppressResponse = true, 
[1642133105.902129][204996:205001] CHIP:DMG: }
[1642133105.902224][204996:205001] CHIP:TOO: OperationalCredentials.NOCs response: 1 entries
[1642133105.902241][204996:205001] CHIP:TOO:   [1]: {
[1642133105.902247][204996:205001] CHIP:TOO:     FabricIndex: 1
[1642133105.902252][204996:205001] CHIP:TOO:     Noc: 247
[1642133105.902257][204996:205001] CHIP:TOO:     Icac: 237
[1642133105.902261][204996:205001] CHIP:TOO:   }
[1642133105.902280][204996:205001] CHIP:EM: Sending Standalone Ack for MessageCounter:6398750 on exchange 54677i

@github-actions
Copy link

github-actions bot commented Jan 14, 2022

PR #13563: Size comparison from 5e61ce9 to a6e2e9e

Increases (13 builds for efr32, k32w, linux, p6, qpg, telink)
platform target config section 5e61ce9 a6e2e9e change % change
efr32 lighting-app BRD4161A (read only) 832764 833564 800 0.1
.text 832756 833556 800 0.1
BRD4161A+rpc (read only) 820168 820968 800 0.1
.text 820160 820960 800 0.1
window-app BRD4161A (read only) 805424 806208 784 0.1
.text 805416 806200 784 0.1
k32w light k32w061+release (read/write) 657920 658224 304 0.0
.text 573132 573436 304 0.1
lock k32w061+release (read/write) 661604 661908 304 0.0
.text 576500 576804 304 0.1
linux chip-tool-ipv6only arm64 (read only) 8024820 8037652 12832 0.2
(read/write) 370241 370545 304 0.1
.data.rel.ro 245760 245992 232 0.1
.got 64472 64536 64 0.1
.rodata 417788 418028 240 0.1
.text 6819140 6831076 11936 0.2
thermostat-no-ble arm64 (read only) 2041980 2044108 2128 0.1
(read/write) 145969 146001 32 0.0
.data.rel.ro 73016 73040 24 0.0
.text 1697504 1699632 2128 0.1
p6 all-clusters-app default (read/write) 2402304 2403104 800 0.0
.text 1360568 1361368 800 0.1
light-app default (read/write) 2327544 2328328 784 0.0
.text 1285808 1286592 784 0.1
lock-app default (read/write) 2298456 2299240 784 0.0
.text 1256720 1257504 784 0.1
qpg lighting-app qpg6105+debug (read only) 561976 562280 304 0.1
.text 556656 556960 304 0.1
lock-app qpg6105+debug (read only) 515292 515596 304 0.1
.text 509972 510276 304 0.1
telink lighting-app tlsr9518adk80d (read/write) 838462 838906 444 0.1
text 585618 586042 424 0.1
Full report (14 builds for efr32, k32w, linux, p6, qpg, telink)
platform target config section 5e61ce9 a6e2e9e change % change
efr32 lighting-app BRD4161A (read only) 832764 833564 800 0.1
(read/write) 127628 127628 0 0.0
.bss 125744 125744 0 0.0
.data 1884 1884 0 0.0
.text 832756 833556 800 0.1
BRD4161A+rpc (read only) 820168 820968 800 0.1
(read/write) 144288 144288 0 0.0
.bss 142304 142304 0 0.0
.data 1984 1984 0 0.0
.text 820160 820960 800 0.1
window-app BRD4161A (read only) 805424 806208 784 0.1
(read/write) 126320 126320 0 0.0
.bss 124480 124480 0 0.0
.data 1836 1836 0 0.0
.text 805416 806200 784 0.1
k32w light k32w061+release (read/write) 657920 658224 304 0.0
.bss 77136 77136 0 0.0
.data 1852 1852 0 0.0
.text 573132 573436 304 0.1
lock k32w061+release (read/write) 661604 661908 304 0.0
.bss 77432 77432 0 0.0
.data 1872 1872 0 0.0
.text 576500 576804 304 0.1
linux chip-tool-ipv6only arm64 (read only) 8024820 8037652 12832 0.2
(read/write) 370241 370545 304 0.1
.bss 55217 55217 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 245760 245992 232 0.1
.dynamic 560 560 0 0.0
.got 64472 64536 64 0.1
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 417788 418028 240 0.1
.text 6819140 6831076 11936 0.2
thermostat-no-ble arm64 (read only) 2041980 2044108 2128 0.1
(read/write) 145969 146001 32 0.0
.bss 65089 65089 0 0.0
.data 880 880 0 0.0
.data.rel.ro 73016 73040 24 0.0
.dynamic 560 560 0 0.0
.got 4048 4048 0 0.0
.init 24 24 0 0.0
.init_array 304 304 0 0.0
.rodata 129884 129884 0 0.0
.text 1697504 1699632 2128 0.1
p6 all-clusters-app default (read/write) 2402304 2403104 800 0.0
.bss 117484 117484 0 0.0
.data 2592 2592 0 0.0
.text 1360568 1361368 800 0.1
light-app default (read/write) 2327544 2328328 784 0.0
.bss 106064 106064 0 0.0
.data 2392 2392 0 0.0
.text 1285808 1286592 784 0.1
lock-app default (read/write) 2298456 2299240 784 0.0
.bss 104920 104920 0 0.0
.data 2344 2344 0 0.0
.text 1256720 1257504 784 0.1
qpg lighting-app qpg6105+debug (read only) 561976 562280 304 0.1
(read/write) 146936 146936 0 0.0
.bss 89952 89952 0 0.0
.data 1044 1044 0 0.0
.text 556656 556960 304 0.1
lock-app qpg6105+debug (read only) 515292 515596 304 0.1
(read/write) 146936 146936 0 0.0
.bss 88584 88584 0 0.0
.data 972 972 0 0.0
.text 509972 510276 304 0.1
persistent-storage-app qpg6105+debug (read only) 106848 106848 0 0.0
(read/write) 146940 146940 0 0.0
.bss 38512 38512 0 0.0
.data 288 288 0 0.0
.text 101528 101528 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 838462 838906 444 0.1
bss 87312 87312 0 0.0
noinit 37160 37160 0 0.0
text 585618 586042 424 0.1

@github-actions
Copy link

github-actions bot commented Jan 14, 2022

PR #13563: Size comparison from 5e61ce9 to 70c253c

Increases (26 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 5e61ce9 70c253c change % change
efr32 lighting-app BRD4161A (read only) 832764 833564 800 0.1
.text 832756 833556 800 0.1
BRD4161A+rpc (read only) 820168 820968 800 0.1
.text 820160 820960 800 0.1
window-app BRD4161A (read only) 805424 806208 784 0.1
.text 805416 806200 784 0.1
esp32 all-clusters-app c3devkit (read only) 910034 910406 372 0.0
(read/write) 1316506 1316522 16 0.0
.flash.rodata 178224 178240 16 0.0
.flash.text 910034 910406 372 0.0
m5stack (read only) 959027 959427 400 0.0
(read/write) 448672 448688 16 0.0
.flash.rodata 207504 207520 16 0.0
.flash.text 953643 954043 400 0.0
k32w light k32w061+release (read/write) 657920 658224 304 0.0
.text 573132 573436 304 0.1
lock k32w061+release (read/write) 661604 661908 304 0.0
.text 576500 576804 304 0.1
linux chip-tool-ipv6only arm64 (read only) 8024820 8037652 12832 0.2
(read/write) 370241 370545 304 0.1
.data.rel.ro 245760 245992 232 0.1
.got 64472 64536 64 0.1
.rodata 417788 418028 240 0.1
.text 6819140 6831076 11936 0.2
thermostat-no-ble arm64 (read only) 2041980 2044108 2128 0.1
(read/write) 145969 146001 32 0.0
.data.rel.ro 73016 73040 24 0.0
.text 1697504 1699632 2128 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2347832 2348104 272 0.0
.text 1310408 1310680 272 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2332416 2332688 272 0.0
.text 1295016 1295288 272 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2304536 2304872 336 0.0
.text 1267136 1267472 336 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 941447 941751 304 0.0
rodata 108660 108676 16 0.0
text 635576 635868 292 0.0
nrf52840dk_nrf52840+rpc (read/write) 926911 927231 320 0.0
rodata 101108 101124 16 0.0
text 630968 631260 292 0.0
nrf52840dongle_nrf52840 (read/write) 992091 992395 304 0.0
rodata 113412 113428 16 0.0
text 667772 668064 292 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 851270 851574 304 0.0
rodata 101832 101848 16 0.0
text 552492 552784 292 0.1
lock-app nrf52840dk_nrf52840 (read/write) 912619 912923 304 0.0
rodata 103792 103808 16 0.0
text 612672 612964 292 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 822686 822990 304 0.0
rodata 97016 97032 16 0.0
text 529632 529924 292 0.1
pump-app nrf52840dk_nrf52840 (read/write) 913991 914295 304 0.0
rodata 104004 104020 16 0.0
text 613996 614288 292 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 910747 911067 320 0.0
rodata 103264 103280 16 0.0
text 611448 611740 292 0.0
p6 all-clusters-app default (read/write) 2402304 2403104 800 0.0
.text 1360568 1361368 800 0.1
light-app default (read/write) 2327544 2328328 784 0.0
.text 1285808 1286592 784 0.1
lock-app default (read/write) 2298456 2299240 784 0.0
.text 1256720 1257504 784 0.1
qpg lighting-app qpg6105+debug (read only) 561976 562280 304 0.1
.text 556656 556960 304 0.1
lock-app qpg6105+debug (read only) 515292 515596 304 0.1
.text 509972 510276 304 0.1
telink lighting-app tlsr9518adk80d (read/write) 838462 838906 444 0.1
text 585618 586042 424 0.1
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 5e61ce9 70c253c change % change
efr32 lighting-app BRD4161A (read only) 832764 833564 800 0.1
(read/write) 127628 127628 0 0.0
.bss 125744 125744 0 0.0
.data 1884 1884 0 0.0
.text 832756 833556 800 0.1
BRD4161A+rpc (read only) 820168 820968 800 0.1
(read/write) 144288 144288 0 0.0
.bss 142304 142304 0 0.0
.data 1984 1984 0 0.0
.text 820160 820960 800 0.1
window-app BRD4161A (read only) 805424 806208 784 0.1
(read/write) 126320 126320 0 0.0
.bss 124480 124480 0 0.0
.data 1836 1836 0 0.0
.text 805416 806200 784 0.1
esp32 all-clusters-app c3devkit (read only) 910034 910406 372 0.0
(read/write) 1316506 1316522 16 0.0
.dram0.bss 70504 70504 0 0.0
.dram0.data 14284 14284 0 0.0
.flash.rodata 178224 178240 16 0.0
.flash.text 910034 910406 372 0.0
.iram0.text 62056 62056 0 0.0
m5stack (read only) 959027 959427 400 0.0
(read/write) 448672 448688 16 0.0
.dram0.bss 74976 74976 0 0.0
.dram0.data 34064 34064 0 0.0
.flash.rodata 207504 207520 16 0.0
.flash.text 953643 954043 400 0.0
.iram0.text 123399 123399 0 0.0
k32w light k32w061+release (read/write) 657920 658224 304 0.0
.bss 77136 77136 0 0.0
.data 1852 1852 0 0.0
.text 573132 573436 304 0.1
lock k32w061+release (read/write) 661604 661908 304 0.0
.bss 77432 77432 0 0.0
.data 1872 1872 0 0.0
.text 576500 576804 304 0.1
linux chip-tool-ipv6only arm64 (read only) 8024820 8037652 12832 0.2
(read/write) 370241 370545 304 0.1
.bss 55217 55217 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 245760 245992 232 0.1
.dynamic 560 560 0 0.0
.got 64472 64536 64 0.1
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 417788 418028 240 0.1
.text 6819140 6831076 11936 0.2
thermostat-no-ble arm64 (read only) 2041980 2044108 2128 0.1
(read/write) 145969 146001 32 0.0
.bss 65089 65089 0 0.0
.data 880 880 0 0.0
.data.rel.ro 73016 73040 24 0.0
.dynamic 560 560 0 0.0
.got 4048 4048 0 0.0
.init 24 24 0 0.0
.init_array 304 304 0 0.0
.rodata 129884 129884 0 0.0
.text 1697504 1699632 2128 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2347832 2348104 272 0.0
.bss 189204 189204 0 0.0
.data 5320 5320 0 0.0
.text 1310408 1310680 272 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2332416 2332688 272 0.0
.bss 180752 180752 0 0.0
.data 5560 5560 0 0.0
.text 1295016 1295288 272 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2304536 2304872 336 0.0
.bss 179768 179768 0 0.0
.data 5544 5544 0 0.0
.text 1267136 1267472 336 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139712 1139712 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103096 103096 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2054464 2054464 0 0.0
.bss 156876 156876 0 0.0
.data 4864 4864 0 0.0
.text 1017064 1017064 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 941447 941751 304 0.0
bss 119624 119624 0 0.0
rodata 108660 108676 16 0.0
text 635576 635868 292 0.0
nrf52840dk_nrf52840+rpc (read/write) 926911 927231 320 0.0
bss 116668 116668 0 0.0
rodata 101108 101124 16 0.0
text 630968 631260 292 0.0
nrf52840dongle_nrf52840 (read/write) 992091 992395 304 0.0
bss 122464 122464 0 0.0
rodata 113412 113428 16 0.0
text 667772 668064 292 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 851270 851574 304 0.0
bss 116412 116412 0 0.0
rodata 101832 101848 16 0.0
text 552492 552784 292 0.1
lock-app nrf52840dk_nrf52840 (read/write) 912619 912923 304 0.0
bss 118784 118784 0 0.0
rodata 103792 103808 16 0.0
text 612672 612964 292 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 822686 822990 304 0.0
bss 115600 115600 0 0.0
rodata 97016 97032 16 0.0
text 529632 529924 292 0.1
pigweed-app nrf52840dk_nrf52840 (read/write) 541835 541835 0 0.0
bss 52588 52588 0 0.0
rodata 50104 50104 0 0.0
text 376940 376940 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 913991 914295 304 0.0
bss 118544 118544 0 0.0
rodata 104004 104020 16 0.0
text 613996 614288 292 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 910747 911067 320 0.0
bss 118572 118572 0 0.0
rodata 103264 103280 16 0.0
text 611448 611740 292 0.0
shell nrf52840dk_nrf52840 (read/write) 798655 798655 0 0.0
bss 109776 109776 0 0.0
rodata 78388 78388 0 0.0
text 533992 533992 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 711470 711470 0 0.0
bss 107664 107664 0 0.0
rodata 72688 72688 0 0.0
text 451672 451672 0 0.0
p6 all-clusters-app default (read/write) 2402304 2403104 800 0.0
.bss 117484 117484 0 0.0
.data 2592 2592 0 0.0
.text 1360568 1361368 800 0.1
light-app default (read/write) 2327544 2328328 784 0.0
.bss 106064 106064 0 0.0
.data 2392 2392 0 0.0
.text 1285808 1286592 784 0.1
lock-app default (read/write) 2298456 2299240 784 0.0
.bss 104920 104920 0 0.0
.data 2344 2344 0 0.0
.text 1256720 1257504 784 0.1
qpg lighting-app qpg6105+debug (read only) 561976 562280 304 0.1
(read/write) 146936 146936 0 0.0
.bss 89952 89952 0 0.0
.data 1044 1044 0 0.0
.text 556656 556960 304 0.1
lock-app qpg6105+debug (read only) 515292 515596 304 0.1
(read/write) 146936 146936 0 0.0
.bss 88584 88584 0 0.0
.data 972 972 0 0.0
.text 509972 510276 304 0.1
persistent-storage-app qpg6105+debug (read only) 106848 106848 0 0.0
(read/write) 146940 146940 0 0.0
.bss 38512 38512 0 0.0
.data 288 288 0 0.0
.text 101528 101528 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 838462 838906 444 0.1
bss 87312 87312 0 0.0
noinit 37160 37160 0 0.0
text 585618 586042 424 0.1

@github-actions
Copy link

github-actions bot commented Jan 14, 2022

PR #13563: Size comparison from 3b8a3c7 to e15c265

Increases (16 builds for efr32, k32w, linux, mbed, p6, qpg, telink)
platform target config section 3b8a3c7 e15c265 change % change
efr32 lighting-app BRD4161A (read only) 832732 833580 848 0.1
.text 832724 833572 848 0.1
BRD4161A+rpc (read only) 820152 820984 832 0.1
.text 820144 820976 832 0.1
window-app BRD4161A (read only) 805392 806224 832 0.1
.text 805384 806216 832 0.1
k32w light k32w061+release (read/write) 657888 658224 336 0.1
.text 573100 573436 336 0.1
lock k32w061+release (read/write) 661572 661908 336 0.1
.text 576468 576804 336 0.1
linux chip-tool-ipv6only arm64 (read only) 8038388 8051220 12832 0.2
(read/write) 370497 370801 304 0.1
.data.rel.ro 245760 245992 232 0.1
.got 64728 64792 64 0.1
.rodata 419196 419436 240 0.1
.text 6830532 6842468 11936 0.2
thermostat-no-ble arm64 (read only) 2041932 2044380 2448 0.1
(read/write) 145969 146001 32 0.0
.data.rel.ro 73016 73040 24 0.0
.text 1697456 1699904 2448 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2347768 2348104 336 0.0
.text 1310344 1310680 336 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2332352 2332688 336 0.0
.text 1294952 1295288 336 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2304536 2304872 336 0.0
.text 1267136 1267472 336 0.0
p6 all-clusters-app default (read/write) 2402288 2403120 832 0.0
.text 1360552 1361384 832 0.1
light-app default (read/write) 2327512 2328344 832 0.0
.text 1285776 1286608 832 0.1
lock-app default (read/write) 2298424 2299256 832 0.0
.text 1256688 1257520 832 0.1
qpg lighting-app qpg6105+debug (read only) 561944 562296 352 0.1
.text 556624 556976 352 0.1
lock-app qpg6105+debug (read only) 515260 515612 352 0.1
.text 509940 510292 352 0.1
telink lighting-app tlsr9518adk80d (read/write) 838430 838906 476 0.1
text 585584 586038 454 0.1
Full report (19 builds for efr32, k32w, linux, mbed, p6, qpg, telink)
platform target config section 3b8a3c7 e15c265 change % change
efr32 lighting-app BRD4161A (read only) 832732 833580 848 0.1
(read/write) 127628 127628 0 0.0
.bss 125744 125744 0 0.0
.data 1884 1884 0 0.0
.text 832724 833572 848 0.1
BRD4161A+rpc (read only) 820152 820984 832 0.1
(read/write) 144288 144288 0 0.0
.bss 142304 142304 0 0.0
.data 1984 1984 0 0.0
.text 820144 820976 832 0.1
window-app BRD4161A (read only) 805392 806224 832 0.1
(read/write) 126320 126320 0 0.0
.bss 124480 124480 0 0.0
.data 1836 1836 0 0.0
.text 805384 806216 832 0.1
k32w light k32w061+release (read/write) 657888 658224 336 0.1
.bss 77136 77136 0 0.0
.data 1852 1852 0 0.0
.text 573100 573436 336 0.1
lock k32w061+release (read/write) 661572 661908 336 0.1
.bss 77432 77432 0 0.0
.data 1872 1872 0 0.0
.text 576468 576804 336 0.1
linux chip-tool-ipv6only arm64 (read only) 8038388 8051220 12832 0.2
(read/write) 370497 370801 304 0.1
.bss 55217 55217 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 245760 245992 232 0.1
.dynamic 560 560 0 0.0
.got 64728 64792 64 0.1
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 419196 419436 240 0.1
.text 6830532 6842468 11936 0.2
thermostat-no-ble arm64 (read only) 2041932 2044380 2448 0.1
(read/write) 145969 146001 32 0.0
.bss 65089 65089 0 0.0
.data 880 880 0 0.0
.data.rel.ro 73016 73040 24 0.0
.dynamic 560 560 0 0.0
.got 4048 4048 0 0.0
.init 24 24 0 0.0
.init_array 304 304 0 0.0
.rodata 129884 129884 0 0.0
.text 1697456 1699904 2448 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2347768 2348104 336 0.0
.bss 189204 189204 0 0.0
.data 5320 5320 0 0.0
.text 1310344 1310680 336 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2332352 2332688 336 0.0
.bss 180752 180752 0 0.0
.data 5560 5560 0 0.0
.text 1294952 1295288 336 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2304536 2304872 336 0.0
.bss 179768 179768 0 0.0
.data 5544 5544 0 0.0
.text 1267136 1267472 336 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139712 1139712 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103096 103096 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2054464 2054464 0 0.0
.bss 156876 156876 0 0.0
.data 4864 4864 0 0.0
.text 1017064 1017064 0 0.0
p6 all-clusters-app default (read/write) 2402288 2403120 832 0.0
.bss 117484 117484 0 0.0
.data 2592 2592 0 0.0
.text 1360552 1361384 832 0.1
light-app default (read/write) 2327512 2328344 832 0.0
.bss 106064 106064 0 0.0
.data 2392 2392 0 0.0
.text 1285776 1286608 832 0.1
lock-app default (read/write) 2298424 2299256 832 0.0
.bss 104920 104920 0 0.0
.data 2344 2344 0 0.0
.text 1256688 1257520 832 0.1
qpg lighting-app qpg6105+debug (read only) 561944 562296 352 0.1
(read/write) 146936 146936 0 0.0
.bss 89952 89952 0 0.0
.data 1044 1044 0 0.0
.text 556624 556976 352 0.1
lock-app qpg6105+debug (read only) 515260 515612 352 0.1
(read/write) 146936 146936 0 0.0
.bss 88584 88584 0 0.0
.data 972 972 0 0.0
.text 509940 510292 352 0.1
persistent-storage-app qpg6105+debug (read only) 106848 106848 0 0.0
(read/write) 146940 146940 0 0.0
.bss 38512 38512 0 0.0
.data 288 288 0 0.0
.text 101528 101528 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 838430 838906 476 0.1
bss 87312 87312 0 0.0
noinit 37160 37160 0 0.0
text 585584 586038 454 0.1

@github-actions
Copy link

github-actions bot commented Jan 18, 2022

PR #13563: Size comparison from 628d7ba to 5231108

Increases (26 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 628d7ba 52311088 change % change
efr32 lighting-app BRD4161A (read only) 834868 835716 848 0.1
.text 834860 835708 848 0.1
BRD4161A+rpc (read only) 822264 823096 832 0.1
.text 822256 823088 832 0.1
window-app BRD4161A (read only) 805456 806288 832 0.1
.text 805448 806280 832 0.1
esp32 all-clusters-app c3devkit (read only) 912384 912800 416 0.0
(read/write) 1316682 1316698 16 0.0
.flash.rodata 178384 178400 16 0.0
.flash.text 912384 912800 416 0.0
m5stack (read only) 961223 961647 424 0.0
(read/write) 448848 448864 16 0.0
.flash.rodata 207672 207688 16 0.0
.flash.text 955839 956263 424 0.0
k32w light k32w061+release (read/write) 659080 659432 352 0.1
.text 574292 574644 352 0.1
lock k32w061+release (read/write) 661812 662164 352 0.1
.text 576708 577060 352 0.1
linux chip-tool-ipv6only arm64 (read only) 8049492 8062500 13008 0.2
(read/write) 370641 370945 304 0.1
.data.rel.ro 245856 246088 232 0.1
.got 64776 64840 64 0.1
.rodata 419420 419660 240 0.1
.text 6841076 6853188 12112 0.2
thermostat-no-ble arm64 (read only) 2042812 2045260 2448 0.1
(read/write) 145969 146001 32 0.0
.data.rel.ro 73016 73040 24 0.0
.text 1698336 1700784 2448 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2350112 2350448 336 0.0
.text 1312688 1313024 336 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2334568 2334904 336 0.0
.text 1297168 1297504 336 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2304912 2305248 336 0.0
.text 1267512 1267848 336 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 943419 943771 352 0.0
rodata 108824 108840 16 0.0
text 637388 637720 332 0.1
nrf52840dk_nrf52840+rpc (read/write) 928899 929251 352 0.0
rodata 101272 101288 16 0.0
text 632784 633116 332 0.1
nrf52840dongle_nrf52840 (read/write) 994095 994447 352 0.0
rodata 113576 113592 16 0.0
text 669588 669920 332 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 853242 853594 352 0.0
rodata 101996 102012 16 0.0
text 554312 554644 332 0.1
lock-app nrf52840dk_nrf52840 (read/write) 912779 913131 352 0.0
rodata 103792 103808 16 0.0
text 612836 613168 332 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 822846 823198 352 0.0
rodata 97016 97032 16 0.0
text 529796 530128 332 0.1
pump-app nrf52840dk_nrf52840 (read/write) 915643 915979 336 0.0
rodata 104152 104168 16 0.0
text 615492 615824 332 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 910715 911067 352 0.0
rodata 103264 103280 16 0.0
text 611416 611748 332 0.1
p6 all-clusters-app default (read/write) 2405224 2406072 848 0.0
.text 1363488 1364336 848 0.1
light-app default (read/write) 2330080 2330928 848 0.0
.text 1288344 1289192 848 0.1
lock-app default (read/write) 2299104 2299952 848 0.0
.text 1257368 1258216 848 0.1
qpg lighting-app qpg6105+debug (read only) 565088 565440 352 0.1
.text 559768 560120 352 0.1
lock-app qpg6105+debug (read only) 515500 515852 352 0.1
.text 510180 510532 352 0.1
telink lighting-app tlsr9518adk80d (read/write) 840826 841302 476 0.1
text 587790 588248 458 0.1
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section 628d7ba 52311088 change % change
efr32 lighting-app BRD4161A (read only) 834868 835716 848 0.1
(read/write) 127628 127628 0 0.0
.bss 125744 125744 0 0.0
.data 1884 1884 0 0.0
.text 834860 835708 848 0.1
BRD4161A+rpc (read only) 822264 823096 832 0.1
(read/write) 144288 144288 0 0.0
.bss 142304 142304 0 0.0
.data 1984 1984 0 0.0
.text 822256 823088 832 0.1
window-app BRD4161A (read only) 805456 806288 832 0.1
(read/write) 126320 126320 0 0.0
.bss 124480 124480 0 0.0
.data 1836 1836 0 0.0
.text 805448 806280 832 0.1
esp32 all-clusters-app c3devkit (read only) 912384 912800 416 0.0
(read/write) 1316682 1316698 16 0.0
.dram0.bss 70528 70528 0 0.0
.dram0.data 14284 14284 0 0.0
.flash.rodata 178384 178400 16 0.0
.flash.text 912384 912800 416 0.0
.iram0.text 62056 62056 0 0.0
m5stack (read only) 961223 961647 424 0.0
(read/write) 448848 448864 16 0.0
.dram0.bss 74984 74984 0 0.0
.dram0.data 34064 34064 0 0.0
.flash.rodata 207672 207688 16 0.0
.flash.text 955839 956263 424 0.0
.iram0.text 123399 123399 0 0.0
k32w light k32w061+release (read/write) 659080 659432 352 0.1
.bss 77136 77136 0 0.0
.data 1852 1852 0 0.0
.text 574292 574644 352 0.1
lock k32w061+release (read/write) 661812 662164 352 0.1
.bss 77432 77432 0 0.0
.data 1872 1872 0 0.0
.text 576708 577060 352 0.1
linux chip-tool-ipv6only arm64 (read only) 8049492 8062500 13008 0.2
(read/write) 370641 370945 304 0.1
.bss 55217 55217 0 0.0
.data 1096 1096 0 0.0
.data.rel.ro 245856 246088 232 0.1
.dynamic 560 560 0 0.0
.got 64776 64840 64 0.1
.init 24 24 0 0.0
.init_array 168 168 0 0.0
.rodata 419420 419660 240 0.1
.text 6841076 6853188 12112 0.2
thermostat-no-ble arm64 (read only) 2042812 2045260 2448 0.1
(read/write) 145969 146001 32 0.0
.bss 65089 65089 0 0.0
.data 880 880 0 0.0
.data.rel.ro 73016 73040 24 0.0
.dynamic 560 560 0 0.0
.got 4048 4048 0 0.0
.init 24 24 0 0.0
.init_array 304 304 0 0.0
.rodata 129884 129884 0 0.0
.text 1698336 1700784 2448 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2350112 2350448 336 0.0
.bss 189220 189220 0 0.0
.data 5320 5320 0 0.0
.text 1312688 1313024 336 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2334568 2334904 336 0.0
.bss 180760 180760 0 0.0
.data 5568 5568 0 0.0
.text 1297168 1297504 336 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2304912 2305248 336 0.0
.bss 179768 179768 0 0.0
.data 5544 5544 0 0.0
.text 1267512 1267848 336 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139712 1139712 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103096 103096 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2054464 2054464 0 0.0
.bss 156876 156876 0 0.0
.data 4864 4864 0 0.0
.text 1017064 1017064 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 943419 943771 352 0.0
bss 119628 119628 0 0.0
rodata 108824 108840 16 0.0
text 637388 637720 332 0.1
nrf52840dk_nrf52840+rpc (read/write) 928899 929251 352 0.0
bss 116672 116672 0 0.0
rodata 101272 101288 16 0.0
text 632784 633116 332 0.1
nrf52840dongle_nrf52840 (read/write) 994095 994447 352 0.0
bss 122472 122472 0 0.0
rodata 113576 113592 16 0.0
text 669588 669920 332 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 853242 853594 352 0.0
bss 116416 116416 0 0.0
rodata 101996 102012 16 0.0
text 554312 554644 332 0.1
lock-app nrf52840dk_nrf52840 (read/write) 912779 913131 352 0.0
bss 118784 118784 0 0.0
rodata 103792 103808 16 0.0
text 612836 613168 332 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 822846 823198 352 0.0
bss 115600 115600 0 0.0
rodata 97016 97032 16 0.0
text 529796 530128 332 0.1
pigweed-app nrf52840dk_nrf52840 (read/write) 541835 541835 0 0.0
bss 52588 52588 0 0.0
rodata 50104 50104 0 0.0
text 376940 376940 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 915643 915979 336 0.0
bss 118548 118548 0 0.0
rodata 104152 104168 16 0.0
text 615492 615824 332 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 910715 911067 352 0.0
bss 118572 118572 0 0.0
rodata 103264 103280 16 0.0
text 611416 611748 332 0.1
shell nrf52840dk_nrf52840 (read/write) 798655 798655 0 0.0
bss 109776 109776 0 0.0
rodata 78388 78388 0 0.0
text 533992 533992 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 711470 711470 0 0.0
bss 107664 107664 0 0.0
rodata 72688 72688 0 0.0
text 451668 451668 0 0.0
p6 all-clusters-app default (read/write) 2405224 2406072 848 0.0
.bss 117556 117556 0 0.0
.data 2600 2600 0 0.0
.text 1363488 1364336 848 0.1
light-app default (read/write) 2330080 2330928 848 0.0
.bss 106128 106128 0 0.0
.data 2392 2392 0 0.0
.text 1288344 1289192 848 0.1
lock-app default (read/write) 2299104 2299952 848 0.0
.bss 104976 104976 0 0.0
.data 2344 2344 0 0.0
.text 1257368 1258216 848 0.1
qpg lighting-app qpg6105+debug (read only) 565088 565440 352 0.1
(read/write) 146940 146940 0 0.0
.bss 89960 89960 0 0.0
.data 1048 1048 0 0.0
.text 559768 560120 352 0.1
lock-app qpg6105+debug (read only) 515500 515852 352 0.1
(read/write) 146936 146936 0 0.0
.bss 88584 88584 0 0.0
.data 972 972 0 0.0
.text 510180 510532 352 0.1
persistent-storage-app qpg6105+debug (read only) 106848 106848 0 0.0
(read/write) 146940 146940 0 0.0
.bss 38512 38512 0 0.0
.data 288 288 0 0.0
.text 101528 101528 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 840826 841302 476 0.1
bss 87316 87316 0 0.0
noinit 37160 37160 0 0.0
text 587790 588248 458 0.1

@github-actions
Copy link

github-actions bot commented Jan 20, 2022

PR #13563: Size comparison from fa0b36f to d1768b8

Increases (26 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section fa0b36f d1768b8 change % change
efr32 lighting-app BRD4161A (read only) 832748 833628 880 0.1
.text 832740 833620 880 0.1
BRD4161A+rpc (read only) 820128 821008 880 0.1
.text 820120 821000 880 0.1
window-app BRD4161A (read only) 803316 804196 880 0.1
.text 803308 804188 880 0.1
esp32 all-clusters-app c3devkit (read only) 916434 916854 420 0.0
(read/write) 1317506 1317522 16 0.0
.flash.rodata 178952 178968 16 0.0
.flash.text 916434 916854 420 0.0
m5stack (read only) 965003 965463 460 0.0
(read/write) 449464 449480 16 0.0
.flash.rodata 208120 208136 16 0.0
.flash.text 959619 960079 460 0.0
k32w light k32w061+release (read/write) 658572 658924 352 0.1
.text 574324 574676 352 0.1
lock k32w061+release (read/write) 659368 659704 336 0.1
.text 574860 575196 336 0.1
linux chip-tool-ipv6only arm64 (read only) 8377644 8390652 13008 0.2
(read/write) 386113 386417 304 0.1
.data.rel.ro 257200 257432 232 0.1
.got 67992 68056 64 0.1
.rodata 429972 430228 256 0.1
.text 7119508 7131620 12112 0.2
thermostat-no-ble arm64 (read only) 2040876 2043324 2448 0.1
(read/write) 145393 145425 32 0.0
.data.rel.ro 72728 72752 24 0.0
.text 1696688 1699136 2448 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read/write) 2349632 2349968 336 0.0
.text 1312208 1312544 336 0.0
lighting-app CY8CPROTO_062_4343W+release (read/write) 2332328 2332728 400 0.0
.text 1294928 1295328 400 0.0
lock-app CY8CPROTO_062_4343W+release (read/write) 2302744 2303080 336 0.0
.text 1265344 1265680 336 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 940935 941287 352 0.0
rodata 108492 108508 16 0.0
text 635832 636164 332 0.1
nrf52840dk_nrf52840+rpc (read/write) 926415 926751 336 0.0
rodata 100940 100956 16 0.0
text 631228 631560 332 0.1
nrf52840dongle_nrf52840 (read/write) 991611 991963 352 0.0
rodata 113244 113260 16 0.0
text 668032 668364 332 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 850762 851114 352 0.0
rodata 101668 101684 16 0.0
text 552756 553088 332 0.1
lock-app nrf52840dk_nrf52840 (read/write) 910295 910631 336 0.0
rodata 103460 103476 16 0.0
text 611280 611612 332 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 820346 820698 352 0.0
rodata 96684 96700 16 0.0
text 528236 528568 332 0.1
pump-app nrf52840dk_nrf52840 (read/write) 913151 913503 352 0.0
rodata 103820 103836 16 0.0
text 613928 614260 332 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 908231 908583 352 0.0
rodata 102932 102948 16 0.0
text 609856 610188 332 0.1
p6 all-clusters-app default (read/write) 2406600 2407464 864 0.0
.text 1364864 1365728 864 0.1
light-app default (read/write) 2327832 2328696 864 0.0
.text 1286096 1286960 864 0.1
lock-app default (read/write) 2296840 2297704 864 0.0
.text 1255104 1255968 864 0.1
qpg lighting-app qpg6105+debug (read only) 565376 565720 344 0.1
.text 560056 560400 344 0.1
lock-app qpg6105+debug (read only) 513868 514212 344 0.1
.text 508548 508892 344 0.1
telink lighting-app tlsr9518adk80d (read/write) 839398 839882 484 0.1
text 586504 586962 458 0.1
Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
platform target config section fa0b36f d1768b8 change % change
efr32 lighting-app BRD4161A (read only) 832748 833628 880 0.1
(read/write) 127032 127032 0 0.0
.bss 125136 125136 0 0.0
.data 1896 1896 0 0.0
.text 832740 833620 880 0.1
BRD4161A+rpc (read only) 820128 821008 880 0.1
(read/write) 143696 143696 0 0.0
.bss 141696 141696 0 0.0
.data 1996 1996 0 0.0
.text 820120 821000 880 0.1
window-app BRD4161A (read only) 803316 804196 880 0.1
(read/write) 125720 125720 0 0.0
.bss 123872 123872 0 0.0
.data 1848 1848 0 0.0
.text 803308 804188 880 0.1
esp32 all-clusters-app c3devkit (read only) 916434 916854 420 0.0
(read/write) 1317506 1317522 16 0.0
.dram0.bss 70720 70720 0 0.0
.dram0.data 14244 14244 0 0.0
.flash.rodata 178952 178968 16 0.0
.flash.text 916434 916854 420 0.0
.iram0.text 62056 62056 0 0.0
m5stack (read only) 965003 965463 460 0.0
(read/write) 449464 449480 16 0.0
.dram0.bss 75184 75184 0 0.0
.dram0.data 34032 34032 0 0.0
.flash.rodata 208120 208136 16 0.0
.flash.text 959619 960079 460 0.0
.iram0.text 123399 123399 0 0.0
k32w light k32w061+release (read/write) 658572 658924 352 0.1
.bss 76584 76584 0 0.0
.data 1864 1864 0 0.0
.text 574324 574676 352 0.1
lock k32w061+release (read/write) 659368 659704 336 0.1
.bss 76824 76824 0 0.0
.data 1884 1884 0 0.0
.text 574860 575196 336 0.1
linux chip-tool-ipv6only arm64 (read only) 8377644 8390652 13008 0.2
(read/write) 386113 386417 304 0.1
.bss 56049 56049 0 0.0
.data 1128 1128 0 0.0
.data.rel.ro 257200 257432 232 0.1
.dynamic 560 560 0 0.0
.got 67992 68056 64 0.1
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 429972 430228 256 0.1
.text 7119508 7131620 12112 0.2
thermostat-no-ble arm64 (read only) 2040876 2043324 2448 0.1
(read/write) 145393 145425 32 0.0
.bss 64753 64753 0 0.0
.data 904 904 0 0.0
.data.rel.ro 72728 72752 24 0.0
.dynamic 560 560 0 0.0
.got 4064 4064 0 0.0
.init 24 24 0 0.0
.init_array 312 312 0 0.0
.rodata 130028 130028 0 0.0
.text 1696688 1699136 2448 0.1
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2349632 2349968 336 0.0
.bss 189428 189428 0 0.0
.data 5296 5296 0 0.0
.text 1312208 1312544 336 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2332328 2332728 400 0.0
.bss 180936 180936 0 0.0
.data 5576 5576 0 0.0
.text 1294928 1295328 400 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2302744 2303080 336 0.0
.bss 179936 179936 0 0.0
.data 5560 5560 0 0.0
.text 1265344 1265680 336 0.0
pigweed-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 1139712 1139712 0 0.0
.bss 11756 11756 0 0.0
.data 4368 4368 0 0.0
.text 103096 103096 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2054256 2054256 0 0.0
.bss 156876 156876 0 0.0
.data 4864 4864 0 0.0
.text 1016856 1016856 0 0.0
nrfconnect lighting-app nrf52840dk_nrf52840 (read/write) 940935 941287 352 0.0
bss 119020 119020 0 0.0
rodata 108492 108508 16 0.0
text 635832 636164 332 0.1
nrf52840dk_nrf52840+rpc (read/write) 926415 926751 336 0.0
bss 116064 116064 0 0.0
rodata 100940 100956 16 0.0
text 631228 631560 332 0.1
nrf52840dongle_nrf52840 (read/write) 991611 991963 352 0.0
bss 121864 121864 0 0.0
rodata 113244 113260 16 0.0
text 668032 668364 332 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 850762 851114 352 0.0
bss 115808 115808 0 0.0
rodata 101668 101684 16 0.0
text 552756 553088 332 0.1
lock-app nrf52840dk_nrf52840 (read/write) 910295 910631 336 0.0
bss 118176 118176 0 0.0
rodata 103460 103476 16 0.0
text 611280 611612 332 0.1
nrf5340dk_nrf5340_cpuapp (read/write) 820346 820698 352 0.0
bss 114992 114992 0 0.0
rodata 96684 96700 16 0.0
text 528236 528568 332 0.1
pigweed-app nrf52840dk_nrf52840 (read/write) 541835 541835 0 0.0
bss 52588 52588 0 0.0
rodata 50104 50104 0 0.0
text 376940 376940 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 913151 913503 352 0.0
bss 117940 117940 0 0.0
rodata 103820 103836 16 0.0
text 613928 614260 332 0.1
pump-controller-app nrf52840dk_nrf52840 (read/write) 908231 908583 352 0.0
bss 117964 117964 0 0.0
rodata 102932 102948 16 0.0
text 609856 610188 332 0.1
shell nrf52840dk_nrf52840 (read/write) 798479 798479 0 0.0
bss 109776 109776 0 0.0
rodata 78324 78324 0 0.0
text 533872 533872 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 711278 711278 0 0.0
bss 107664 107664 0 0.0
rodata 72624 72624 0 0.0
text 451548 451548 0 0.0
p6 all-clusters-app default (read/write) 2406600 2407464 864 0.0
.bss 117764 117764 0 0.0
.data 2576 2576 0 0.0
.text 1364864 1365728 864 0.1
light-app default (read/write) 2327832 2328696 864 0.0
.bss 105520 105520 0 0.0
.data 2408 2408 0 0.0
.text 1286096 1286960 864 0.1
lock-app default (read/write) 2296840 2297704 864 0.0
.bss 104368 104368 0 0.0
.data 2352 2352 0 0.0
.text 1255104 1255968 864 0.1
qpg lighting-app qpg6105+debug (read only) 565376 565720 344 0.1
(read/write) 146936 146936 0 0.0
.bss 89672 89672 0 0.0
.data 1060 1060 0 0.0
.text 560056 560400 344 0.1
lock-app qpg6105+debug (read only) 513868 514212 344 0.1
(read/write) 146940 146940 0 0.0
.bss 88240 88240 0 0.0
.data 984 984 0 0.0
.text 508548 508892 344 0.1
persistent-storage-app qpg6105+debug (read only) 106848 106848 0 0.0
(read/write) 146940 146940 0 0.0
.bss 38512 38512 0 0.0
.data 288 288 0 0.0
.text 101528 101528 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 839398 839882 484 0.1
bss 87468 87468 0 0.0
noinit 37160 37160 0 0.0
text 586504 586962 458 0.1

@yufengwangca yufengwangca merged commit fd815cd into project-chip:master Jan 20, 2022
@yufengwangca yufengwangca deleted the pr/cluster/operational branch January 20, 2022 22:38
selissia pushed a commit to selissia/connectedhomeip that referenced this pull request Jan 28, 2022
…ject-chip#13563)

* Implement NOCs attribute in Node Operational Credentials Cluster

* Run codegen
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.

NOCs attribute not implemented in Node Operational Credentials Cluster
5 participants