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

Return InvalidCommand instead of UnsupportedCluster if the command is not handled in CHI #37166

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yufengwangca
Copy link
Contributor

Currently, after switching to CHI, any unhandled command is returning Protocols::InteractionModel::Status::UnsupportedCluster. Previously, when Ember handled these commands, we would return Protocols::InteractionModel::Status::InvalidCommand. We should preserve that behavior and continue returning InvalidCommand for runhandled commands in CHI.

Testing

Verified by manually disable command Commands::ResetCounts in WiFiDiagnosticsServer

1737591036.077317][170120:170120] CHIP:EM: Rxd Ack; Removing MessageCounter:189047319 from Retrans Table on exchange 6982r
[1737591036.077854][170120:170120] CHIP:EM: >>> [E:6983r S:15406 M:134670837] (S) Msg RX from 1:000000000001B669 [C8E0] to 0000000012344321 --- Type 0001:08 (IM:InvokeCommandRequest) (B:59)
[1737591036.077865][170120:170120] CHIP:EM: Handling via exchange: 6983r, Delegate: 0x555556e35508
[1737591036.077906][170120:170120] CHIP:DMG: InvokeRequestMessage =
[1737591036.077911][170120:170120] CHIP:DMG: {
[1737591036.077915][170120:170120] CHIP:DMG: 	suppressResponse = false, 
[1737591036.077918][170120:170120] CHIP:DMG: 	timedRequest = false, 
[1737591036.077921][170120:170120] CHIP:DMG: 	InvokeRequests =
[1737591036.077936][170120:170120] CHIP:DMG: 	[
[1737591036.077940][170120:170120] CHIP:DMG: 		CommandDataIB =
[1737591036.077946][170120:170120] CHIP:DMG: 		{
[1737591036.077949][170120:170120] CHIP:DMG: 			CommandPathIB =
[1737591036.077955][170120:170120] CHIP:DMG: 			{
[1737591036.077960][170120:170120] CHIP:DMG: 				EndpointId = 0x0,
[1737591036.077965][170120:170120] CHIP:DMG: 				ClusterId = 0x36,
[1737591036.077970][170120:170120] CHIP:DMG: 				CommandId = 0x0,
[1737591036.077973][170120:170120] CHIP:DMG: 			},
[1737591036.077981][170120:170120] CHIP:DMG: 			
[1737591036.077985][170120:170120] CHIP:DMG: 			CommandFields = 
[1737591036.077990][170120:170120] CHIP:DMG: 			{
[1737591036.077995][170120:170120] CHIP:DMG: 			},
[1737591036.077998][170120:170120] CHIP:DMG: 		},
[1737591036.078009][170120:170120] CHIP:DMG: 		
[1737591036.078013][170120:170120] CHIP:DMG: 	],
[1737591036.078027][170120:170120] CHIP:DMG: 	
[1737591036.078031][170120:170120] CHIP:DMG: 	InteractionModelRevision = 11
[1737591036.078034][170120:170120] CHIP:DMG: },
[1737591036.078133][170120:170120] CHIP:DMG: AccessControl: checking f=1 a=c s=0x000000000001B669 t=0x00010001 c=0x0000_0036 e=0 p=o r=i
[1737591036.078141][170120:170120] CHIP:DMG: AccessControl: allowed
[1737591036.078150][170120:170120] CHIP:DMG: Received command for Endpoint=0 Cluster=0x0000_0036 Command=0x0000_0000
[1737591036.078168][170120:170120] CHIP:DMG: Endpoint=0 Cluster=0x0000_0036 Command=0x0000_0000 status 0x85 (INVALID_COMMAND) (no additional context)
[1737591036.078183][170120:170120] CHIP:DMG: Command handler moving to [NewRespons]
[1737591036.078187][170120:170120] CHIP:DMG: Command handler moving to [ Preparing]
[1737591036.078198][170120:170120] CHIP:DMG: Command handler moving to [AddingComm]
[1737591036.078206][170120:170120] CHIP:DMG: Command handler moving to [AddedComma]

Copy link

Review changes with  SemanticDiff

else
{
// If we reach here, it means this particular CommandHandlerInterface recognized the cluster but the command is invalid or cannot be processed.
handler->AddStatus(request.path, Protocols::InteractionModel::Status::InvalidCommand);
Copy link
Contributor

Choose a reason for hiding this comment

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

We previously allowed fallback to ember functions ... so this is not 100% backwards compatible (then again I am unsure if we should be or not).

I would lean more towards passing in a what to return on no handler found to the dispatch handler instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

But when it is fall-backed to the DispatchSingleClusterCommand, it just calls the following function to add status, what is the difference if we just add the status here?

    if (errorStatus != Protocols::InteractionModel::Status::Success)
    {
        apCommandObj->AddStatus(aCommandPath, errorStatus);
    }

Copy link

github-actions bot commented Jan 23, 2025

PR #37166: Size comparison from 47a95b9 to 5c36f8c

Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 47a95b9 5c36f8c change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1093880 1093880 0 0.0
RAM 103298 103298 0 0.0
bl702 lighting-app bl702+eth FLASH 650236 650236 0 0.0
RAM 25265 25265 0 0.0
bl702+wifi FLASH 828400 828400 0 0.0
RAM 13981 13981 0 0.0
bl706+mfd+rpc+littlefs FLASH 1056700 1056956 256 0.0
RAM 23861 23861 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888134 888390 256 0.0
RAM 18504 18504 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 971120 971120 0 0.0
RAM 16368 16368 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 838000 838016 16 0.0
RAM 123464 123464 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823412 823444 32 0.0
RAM 125344 125344 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770636 770652 16 0.0
RAM 113804 113804 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754888 754904 16 0.0
RAM 114012 114012 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538433 538465 32 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572297 572329 32 0.0
RAM 205344 205344 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679401 679425 24 0.0
RAM 78532 78532 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699253 699277 24 0.0
RAM 81172 81172 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699253 699277 24 0.0
RAM 81172 81172 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656181 656205 24 0.0
RAM 73600 73600 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 615793 615817 24 0.0
RAM 71516 71516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635421 635445 24 0.0
RAM 74060 74060 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635421 635445 24 0.0
RAM 74060 74060 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635265 635289 24 0.0
RAM 74524 74524 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 654973 654997 24 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 654973 654997 24 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 611701 611725 24 0.0
RAM 68612 68612 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631561 631585 24 0.0
RAM 71252 71252 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631561 631585 24 0.0
RAM 71252 71252 0 0.0
efr32 lock-app BRD4187C FLASH 936264 936296 32 0.0
RAM 159904 159904 0 0.0
BRD4338a FLASH 729676 729700 24 0.0
RAM 234768 234768 0 0.0
window-app BRD4187C FLASH 1029352 1029376 24 0.0
RAM 128040 128040 0 0.0
esp32 all-clusters-app c3devkit DRAM 97296 97296 0 0.0
FLASH 1577224 1577250 26 0.0
IRAM 83820 83820 0 0.0
m5stack DRAM 116092 116092 0 0.0
FLASH 1544946 1544982 36 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4752 4752 0 0.0
FLASH 2708845 2708893 48 0.0
RAM 132800 132800 0 0.0
all-clusters-app debug unknown 5560 5560 0 0.0
FLASH 5974932 5974980 48 0.0
RAM 531616 531616 0 0.0
all-clusters-minimal-app debug unknown 5456 5456 0 0.0
FLASH 5323618 5323664 46 0.0
RAM 242728 242728 0 0.0
bridge-app debug unknown 5472 5472 0 0.0
FLASH 4681806 4681854 48 0.0
RAM 221464 221464 0 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 13046874 13046922 48 0.0
RAM 596178 596178 0 0.0
chip-tool-ipv6only arm64 unknown 21776 21776 0 0.0
FLASH 11124048 11124080 32 0.0
RAM 647920 647920 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11392987 11393035 48 0.0
RAM 596522 596522 0 0.0
fabric-bridge-app debug unknown 4728 4728 0 0.0
FLASH 4506340 4506388 48 0.0
RAM 208648 208648 0 0.0
fabric-sync debug unknown 4968 4968 0 0.0
FLASH 5612613 5612661 48 0.0
RAM 483520 483520 0 0.0
lighting-app debug+rpc+ui unknown 6136 6136 0 0.0
FLASH 5624561 5624609 48 0.0
RAM 231744 231744 0 0.0
lock-app debug unknown 5408 5408 0 0.0
FLASH 4730856 4730902 46 0.0
RAM 207712 207712 0 0.0
ota-provider-app debug unknown 4768 4768 0 0.0
FLASH 4359432 4359480 48 0.0
RAM 201352 201352 0 0.0
ota-requestor-app debug unknown 4720 4720 0 0.0
FLASH 4496936 4496982 46 0.0
RAM 205936 205936 0 0.0
shell debug unknown 4248 4248 0 0.0
FLASH 3005021 3005069 48 0.0
RAM 160504 160504 0 0.0
thermostat-no-ble arm64 unknown 9536 9536 0 0.0
FLASH 4098896 4098928 32 0.0
RAM 246136 246136 0 0.0
tv-app debug unknown 5736 5736 0 0.0
FLASH 5952245 5952293 48 0.0
RAM 606920 606920 0 0.0
tv-casting-app debug unknown 5312 5312 0 0.0
FLASH 11272349 11272397 48 0.0
RAM 710864 710864 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 913652 913676 24 0.0
RAM 143168 143168 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 888632 888712 80 0.0
RAM 141355 141355 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 848696 848720 24 0.0
RAM 142080 142080 0 0.0
nxp contact k32w0+release FLASH 584288 584320 32 0.0
RAM 70860 70860 0 0.0
mcxw71+release FLASH 599632 599648 16 0.0
RAM 63080 63080 0 0.0
light k32w0+release FLASH 610716 610748 32 0.0
RAM 70252 70252 0 0.0
k32w1+release FLASH 685184 685216 32 0.0
RAM 48664 48664 0 0.0
lock mcxw71+release FLASH 748648 748680 32 0.0
RAM 67476 67476 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646420 1646452 32 0.0
RAM 211560 211560 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1553212 1553244 32 0.0
RAM 208376 208376 0 0.0
light cy8ckit_062s2_43012 FLASH 1468876 1468908 32 0.0
RAM 200352 200352 0 0.0
lock cy8ckit_062s2_43012 FLASH 1466908 1466940 32 0.0
RAM 224688 224688 0 0.0
qpg lighting-app qpg6105+debug FLASH 661992 662008 16 0.0
RAM 105204 105204 0 0.0
lock-app qpg6105+debug FLASH 619772 619804 32 0.0
RAM 99648 99648 0 0.0
stm32 light STM32WB5MM-DK FLASH 482608 482632 24 0.0
RAM 144672 144672 0 0.0
telink bridge-app tlsr9258a FLASH 681522 681548 26 0.0
RAM 91084 91084 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621556 621582 26 0.0
RAM 31484 31484 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 770426 770452 26 0.0
RAM 49344 49344 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 774822 774848 26 0.0
RAM 99648 99648 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 708724 708750 26 0.0
RAM 73376 73376 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625832 625858 26 0.0
RAM 142016 142016 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 813224 813250 26 0.0
RAM 99560 99560 0 0.0
tizen all-clusters-app arm unknown 5112 5112 0 0.0
FLASH 1751312 1751336 24 0.0
RAM 93524 93524 0 0.0
chip-tool-ubsan arm unknown 11024 11024 0 0.0
FLASH 18213990 18214382 392 0.0
RAM 7955248 7955352 104 0.0

Copy link

github-actions bot commented Jan 23, 2025

PR #37166: Size comparison from 47a95b9 to ec0298a

Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 47a95b9 ec0298a change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1093880 1093880 0 0.0
RAM 103298 103298 0 0.0
bl702 lighting-app bl702+eth FLASH 650236 650236 0 0.0
RAM 25265 25265 0 0.0
bl702+wifi FLASH 828400 828400 0 0.0
RAM 13981 13981 0 0.0
bl706+mfd+rpc+littlefs FLASH 1056700 1056956 256 0.0
RAM 23861 23861 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888134 888390 256 0.0
RAM 18504 18504 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 971120 971120 0 0.0
RAM 16368 16368 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 838000 838016 16 0.0
RAM 123464 123464 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823412 823444 32 0.0
RAM 125344 125344 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 770636 770652 16 0.0
RAM 113804 113804 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 754888 754904 16 0.0
RAM 114012 114012 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538433 538465 32 0.0
RAM 205192 205192 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572297 572329 32 0.0
RAM 205344 205344 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679401 679425 24 0.0
RAM 78532 78532 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699253 699277 24 0.0
RAM 81172 81172 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699253 699277 24 0.0
RAM 81172 81172 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656181 656205 24 0.0
RAM 73600 73600 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 615793 615817 24 0.0
RAM 71516 71516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635421 635445 24 0.0
RAM 74060 74060 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635421 635445 24 0.0
RAM 74060 74060 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635265 635289 24 0.0
RAM 74524 74524 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 654973 654997 24 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 654973 654997 24 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 611701 611725 24 0.0
RAM 68612 68612 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631561 631585 24 0.0
RAM 71252 71252 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631561 631585 24 0.0
RAM 71252 71252 0 0.0
efr32 lock-app BRD4187C FLASH 936264 936296 32 0.0
RAM 159904 159904 0 0.0
BRD4338a FLASH 729676 729700 24 0.0
RAM 234768 234768 0 0.0
window-app BRD4187C FLASH 1029352 1029376 24 0.0
RAM 128040 128040 0 0.0
esp32 all-clusters-app c3devkit DRAM 97296 97296 0 0.0
FLASH 1577224 1577250 26 0.0
IRAM 83820 83820 0 0.0
m5stack DRAM 116092 116092 0 0.0
FLASH 1544946 1544982 36 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4752 4752 0 0.0
FLASH 2708845 2708893 48 0.0
RAM 132800 132800 0 0.0
all-clusters-app debug unknown 5560 5560 0 0.0
FLASH 5974932 5974980 48 0.0
RAM 531616 531616 0 0.0
all-clusters-minimal-app debug unknown 5456 5456 0 0.0
FLASH 5323618 5323664 46 0.0
RAM 242728 242728 0 0.0
bridge-app debug unknown 5472 5472 0 0.0
FLASH 4681806 4681854 48 0.0
RAM 221464 221464 0 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 13046874 13044132 -2742 -0.0
RAM 596178 596178 0 0.0
chip-tool-ipv6only arm64 unknown 21776 21776 0 0.0
FLASH 11124048 11120736 -3312 -0.0
RAM 647920 647920 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11392987 1139024 -2742 -0.0
RAM 596522 596522 0 0.0
fabric-bridge-app debug unknown 4728 4728 0 0.0
FLASH 4506340 4506388 48 0.0
RAM 208648 208648 0 0.0
fabric-sync debug unknown 4968 4968 0 0.0
FLASH 5612613 5612661 48 0.0
RAM 483520 483520 0 0.0
lighting-app debug+rpc+ui unknown 6136 6136 0 0.0
FLASH 5624561 5624609 48 0.0
RAM 231744 231744 0 0.0
lock-app debug unknown 5408 5408 0 0.0
FLASH 4730856 4730902 46 0.0
RAM 207712 207712 0 0.0
ota-provider-app debug unknown 4768 4768 0 0.0
FLASH 4359432 4359480 48 0.0
RAM 201352 201352 0 0.0
ota-requestor-app debug unknown 4720 4720 0 0.0
FLASH 4496936 4496982 46 0.0
RAM 205936 205936 0 0.0
shell debug unknown 4248 4248 0 0.0
FLASH 3005021 3005069 48 0.0
RAM 160504 160504 0 0.0
thermostat-no-ble arm64 unknown 9536 9536 0 0.0
FLASH 4098896 4098928 32 0.0
RAM 246136 246136 0 0.0
tv-app debug unknown 5736 5736 0 0.0
FLASH 5952245 5952293 48 0.0
RAM 606920 606920 0 0.0
tv-casting-app debug unknown 5312 5312 0 0.0
FLASH 11272349 11269597 -2752 -0.0
RAM 710864 710864 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 913652 913676 24 0.0
RAM 143168 143168 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 888632 888712 80 0.0
RAM 141355 141355 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 848696 848720 24 0.0
RAM 142080 142080 0 0.0
nxp contact k32w0+release FLASH 584288 584320 32 0.0
RAM 70860 70860 0 0.0
mcxw71+release FLASH 599632 599648 16 0.0
RAM 63080 63080 0 0.0
light k32w0+release FLASH 610716 610748 32 0.0
RAM 70252 70252 0 0.0
k32w1+release FLASH 685184 685216 32 0.0
RAM 48664 48664 0 0.0
lock mcxw71+release FLASH 748648 748680 32 0.0
RAM 67476 67476 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646420 1646452 32 0.0
RAM 211560 211560 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1553212 1553244 32 0.0
RAM 208376 208376 0 0.0
light cy8ckit_062s2_43012 FLASH 1468876 1468908 32 0.0
RAM 200352 200352 0 0.0
lock cy8ckit_062s2_43012 FLASH 1466908 1466940 32 0.0
RAM 224688 224688 0 0.0
qpg lighting-app qpg6105+debug FLASH 661992 662008 16 0.0
RAM 105204 105204 0 0.0
lock-app qpg6105+debug FLASH 619772 619804 32 0.0
RAM 99648 99648 0 0.0
stm32 light STM32WB5MM-DK FLASH 482608 482632 24 0.0
RAM 144672 144672 0 0.0
telink bridge-app tlsr9258a FLASH 681522 681548 26 0.0
RAM 91084 91084 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621556 621582 26 0.0
RAM 31484 31484 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 770426 770452 26 0.0
RAM 49344 49344 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 774822 774848 26 0.0
RAM 99648 99648 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 708724 708750 26 0.0
RAM 73376 73376 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 625832 625858 26 0.0
RAM 142016 142016 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 813224 813250 26 0.0
RAM 99560 99560 0 0.0
tizen all-clusters-app arm unknown 5112 5112 0 0.0
FLASH 1751312 1751336 24 0.0
RAM 93524 93524 0 0.0
chip-tool-ubsan arm unknown 11024 11024 0 0.0
FLASH 18213990 18214422 432 0.0
RAM 7955248 7955352 104 0.0

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.

2 participants