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

Add the ability to read extra attributes during commissioning #36867

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

Conversation

ksperling-apple
Copy link
Contributor

@ksperling-apple ksperling-apple commented Dec 16, 2024

  • Add support for ExtraReadPaths to CommissioningParameters
  • Darwin: Tidy up some device type meta-data classes
    • Move MTRDeviceTypeRevision out of ServerEndpoint directory
    • Move MTRProductIdentity into its own file
    • Implement NSCopying and equality on MTRDeviceType and MTRProductIdentity
    • Implement description on all 3 types
    • Add tests
  • Darwin: Add MTRCommissioningParameters.readEndpointInformation
    Endpoint information is made availalable to the delegate via an MTRCommissioneeInfo object containing MTREndpointInfo objects.

Copy link

Review changes with  SemanticDiff

Copy link

PR #36867: Size comparison from e3277eb to 81f8173

Full report (1 build for stm32)
platform target config section e3277eb 81f8173 change % change
stm32 light STM32WB5MM-DK FLASH 484736 484736 0 0.0
RAM 144880 144880 0 0.0

@ksperling-apple ksperling-apple force-pushed the read-custom-commissioning-info branch from 81f8173 to 30ff35a Compare December 17, 2024 18:59
@ksperling-apple ksperling-apple force-pushed the read-custom-commissioning-info branch from 30ff35a to 76768e3 Compare December 19, 2024 05:53
@ksperling-apple ksperling-apple force-pushed the read-custom-commissioning-info branch 2 times, most recently from 0abedfb to 9492299 Compare December 20, 2024 00:32
@ksperling-apple ksperling-apple changed the title Read custom commissioning info Add the ability to read extra attributes during commissioning Dec 20, 2024
@ksperling-apple ksperling-apple marked this pull request as ready for review December 20, 2024 00:38
@ksperling-apple ksperling-apple requested a review from a team as a code owner December 20, 2024 00:38
Copy link

github-actions bot commented Dec 20, 2024

PR #36867: Size comparison from ea94ef7 to 9492299

Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
platform target config section ea94ef7 9492299 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 839840 839832 -8 -0.0
RAM 123696 123696 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 825380 825372 -8 -0.0
RAM 125584 125584 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 772208 772200 -8 -0.0
RAM 114060 114060 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 756388 756380 -8 -0.0
RAM 114260 114260 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 539705 539697 -8 -0.0
RAM 205800 205800 0 0.0
lock CC3235SF_LAUNCHXL FLASH 573873 573865 -8 -0.0
RAM 205944 205944 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 917744 917716 -28 -0.0
RAM 143332 143332 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 890452 890440 -12 -0.0
RAM 141519 141519 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 851808 851796 -12 -0.0
RAM 142244 142244 0 0.0
qpg lighting-app qpg6105+debug FLASH 663968 663960 -8 -0.0
RAM 105456 105456 0 0.0
lock-app qpg6105+debug FLASH 621796 621788 -8 -0.0
RAM 99908 99908 0 0.0
stm32 light STM32WB5MM-DK FLASH 484712 484704 -8 -0.0
RAM 144912 144912 0 0.0
tizen all-clusters-app arm unknown 5000 5000 0 0.0
FLASH 1735204 1735188 -16 -0.0
RAM 90888 90888 0 0.0
chip-tool-ubsan arm unknown 10808 10808 0 0.0
FLASH 17969006 17976702 7696 0.0
RAM 7841376 7845004 3628 0.0

@ksperling-apple ksperling-apple force-pushed the read-custom-commissioning-info branch from 9492299 to a9e5aac Compare December 20, 2024 01:48
Copy link

github-actions bot commented Dec 20, 2024

PR #36867: Size comparison from c1afc02 to a9e5aac

Full report (14 builds for cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
platform target config section c1afc02 a9e5aac change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 839840 839832 -8 -0.0
RAM 123696 123696 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 825380 825372 -8 -0.0
RAM 125584 125584 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 772208 772200 -8 -0.0
RAM 114060 114060 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 756388 756380 -8 -0.0
RAM 114260 114260 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 539705 539697 -8 -0.0
RAM 205800 205800 0 0.0
lock CC3235SF_LAUNCHXL FLASH 573873 573865 -8 -0.0
RAM 205944 205944 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 917744 917716 -28 -0.0
RAM 143332 143332 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 890452 890440 -12 -0.0
RAM 141519 141519 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 851808 851796 -12 -0.0
RAM 142244 142244 0 0.0
qpg lighting-app qpg6105+debug FLASH 663968 663960 -8 -0.0
RAM 105456 105456 0 0.0
lock-app qpg6105+debug FLASH 621796 621788 -8 -0.0
RAM 99908 99908 0 0.0
stm32 light STM32WB5MM-DK FLASH 484712 484704 -8 -0.0
RAM 144912 144912 0 0.0
tizen all-clusters-app arm unknown 5000 5000 0 0.0
FLASH 1735204 1735188 -16 -0.0
RAM 90888 90888 0 0.0
chip-tool-ubsan arm unknown 10808 10808 0 0.0
FLASH 17969006 17976702 7696 0.0
RAM 7841376 7845004 3628 0.0

Copy link

github-actions bot commented Dec 20, 2024

PR #36867: Size comparison from c1afc02 to 9d73f29

Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section c1afc02 9d73f29 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1354136 1354098 -38 -0.0
RAM 104160 104160 0 0.0
bl702 lighting-app bl702+eth FLASH 651682 651680 -2 -0.0
RAM 25353 25353 0 0.0
bl702+wifi FLASH 829286 829284 -2 -0.0
RAM 14093 14093 0 0.0
bl706+mfd+rpc+littlefs FLASH 1057758 1057756 -2 -0.0
RAM 23933 23933 0 0.0
bl702l lighting-app bl702l+mfd+littlefs FLASH 978876 978874 -2 -0.0
RAM 16596 16596 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 839840 839832 -8 -0.0
RAM 123696 123696 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 825380 825372 -8 -0.0
RAM 125584 125584 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 772208 772200 -8 -0.0
RAM 114060 114060 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 756388 756380 -8 -0.0
RAM 114260 114260 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 539705 539697 -8 -0.0
RAM 205800 205800 0 0.0
lock CC3235SF_LAUNCHXL FLASH 573873 573865 -8 -0.0
RAM 205944 205944 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 681401 681393 -8 -0.0
RAM 78756 78756 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 701253 701245 -8 -0.0
RAM 81396 81396 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 701253 701245 -8 -0.0
RAM 81396 81396 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 658181 658173 -8 -0.0
RAM 73824 73824 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 618025 618017 -8 -0.0
RAM 71748 71748 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 637653 637645 -8 -0.0
RAM 74292 74292 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 637653 637645 -8 -0.0
RAM 74292 74292 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 637425 637417 -8 -0.0
RAM 74756 74756 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 657133 657125 -8 -0.0
RAM 77300 77300 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 657133 657125 -8 -0.0
RAM 77300 77300 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 614045 614021 -24 -0.0
RAM 68844 68844 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 633897 633873 -24 -0.0
RAM 71476 71476 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 633897 633873 -24 -0.0
RAM 71476 71476 0 0.0
efr32 lock-app BRD4187C FLASH 932324 932324 0 0.0
RAM 160228 160228 0 0.0
BRD4338a FLASH 746744 746672 -72 -0.0
RAM 233356 233356 0 0.0
window-app BRD4187C FLASH 1025176 1025112 -64 -0.0
RAM 128332 128332 0 0.0
esp32 all-clusters-app c3devkit DRAM 95352 95352 0 0.0
FLASH 1541440 1541424 -16 -0.0
IRAM 82552 82552 0 0.0
m5stack DRAM 116332 116332 0 0.0
FLASH 1547898 1547890 -8 -0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4720 4720 0 0.0
FLASH 2716981 2716933 -48 -0.0
RAM 130120 130120 0 0.0
all-clusters-app debug unknown 5560 5560 0 0.0
FLASH 6009782 6009722 -60 -0.0
RAM 523816 523816 0 0.0
all-clusters-minimal-app debug unknown 5456 5456 0 0.0
FLASH 5347104 5347056 -48 -0.0
RAM 242904 242904 0 0.0
bridge-app debug unknown 5440 5440 0 0.0
FLASH 4686672 4686636 -36 -0.0
RAM 218752 218752 0 0.0
chip-tool debug unknown 5992 5992 0 0.0
FLASH 12846546 12848936 2390 0.0
RAM 582594 582594 0 0.0
chip-tool-ipv6only arm64 unknown 21360 21360 0 0.0
FLASH 10980944 10983200 2256 0.0
RAM 633536 633536 0 0.0
fabric-admin debug unknown 5816 5816 0 0.0
FLASH 11253095 11255485 2390 0.0
RAM 582946 582946 0 0.0
fabric-bridge-app debug unknown 4696 4696 0 0.0
FLASH 4511908 4511872 -36 -0.0
RAM 205920 205920 0 0.0
fabric-sync debug unknown 4936 4936 0 0.0
FLASH 5608613 5611045 2432 0.0
RAM 472888 472952 64 0.0
lighting-app debug+rpc+ui unknown 6104 6104 0 0.0
FLASH 5622513 5622481 -32 -0.0
RAM 229080 229080 0 0.0
lock-app debug unknown 5376 5376 0 0.0
FLASH 4735064 4735028 -36 -0.0
RAM 205064 205064 0 0.0
ota-provider-app debug unknown 4752 4752 0 0.0
FLASH 4361618 4361582 -36 -0.0
RAM 198752 198752 0 0.0
ota-requestor-app debug unknown 4688 4688 0 0.0
FLASH 4500644 4500608 -36 -0.0
RAM 203336 203336 0 0.0
shell debug unknown 4248 4248 0 0.0
FLASH 3033645 3033597 -48 -0.0
RAM 160736 160736 0 0.0
thermostat-no-ble arm64 unknown 9560 9560 0 0.0
FLASH 4105728 4105696 -32 -0.0
RAM 243344 243344 0 0.0
tv-app debug unknown 5704 5704 0 0.0
FLASH 5957893 5960325 2432 0.0
RAM 596304 596368 64 0.0
tv-casting-app debug unknown 5288 5288 0 0.0
FLASH 11056637 11056605 -32 -0.0
RAM 692600 692600 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 917744 917716 -28 -0.0
RAM 143332 143332 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 890452 890440 -12 -0.0
RAM 141519 141519 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 851808 851796 -12 -0.0
RAM 142244 142244 0 0.0
nxp contact k32w0+release FLASH 585600 585584 -16 -0.0
RAM 71112 71112 0 0.0
mcxw71+release FLASH 600136 600104 -32 -0.0
RAM 63208 63208 0 0.0
light k32w0+release FLASH 612348 612332 -16 -0.0
RAM 70504 70504 0 0.0
k32w1+release FLASH 686560 686528 -32 -0.0
RAM 48840 48840 0 0.0
lock mcxw71+release FLASH 762880 762856 -24 -0.0
RAM 70876 70876 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1647068 1647100 32 0.0
RAM 212128 212128 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1554716 1554716 0 0.0
RAM 208944 208944 0 0.0
light cy8ckit_062s2_43012 FLASH 1469820 1469836 16 0.0
RAM 200912 200912 0 0.0
lock cy8ckit_062s2_43012 FLASH 1467540 1467572 32 0.0
RAM 225272 225272 0 0.0
qpg lighting-app qpg6105+debug FLASH 663968 663960 -8 -0.0
RAM 105456 105456 0 0.0
lock-app qpg6105+debug FLASH 621796 621788 -8 -0.0
RAM 99908 99908 0 0.0
stm32 light STM32WB5MM-DK FLASH 484712 484704 -8 -0.0
RAM 144912 144912 0 0.0
telink bridge-app tlsr9258a FLASH 683176 683174 -2 -0.0
RAM 91248 91248 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 623416 623414 -2 -0.0
RAM 31488 31488 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 772328 772326 -2 -0.0
RAM 49348 49348 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 710858 710856 -2 -0.0
RAM 73544 73544 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 627862 627860 -2 -0.0
RAM 142180 142180 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 813880 813878 -2 -0.0
RAM 99724 99724 0 0.0
tizen all-clusters-app arm unknown 5000 5000 0 0.0
FLASH 1735204 1735188 -16 -0.0
RAM 90888 90888 0 0.0
chip-tool-ubsan arm unknown 10808 10808 0 0.0
FLASH 17969006 17976702 7696 0.0
RAM 7841376 7845004 3628 0.0

src/controller/AutoCommissioner.cpp Outdated Show resolved Hide resolved
// These values read from the device will be available in ReadCommissioningInfo.attributes.
// Clients should avoid requesting paths that are already read internally by the commissioner
// as no consolidation of internally read and extra paths provided here will be performed.
CommissioningParameters & SetExtraReadPaths(Span<const app::AttributePathParams> paths)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the dependency on CHIP_CONFIG_ENABLE_READ_CLIENT be documented? Or maybe these APIs should just be conditioned on that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It’s that dependency mess again… all of commissioning actually depends on ReadClient but the header is parsed even when it’s disabled.

Copy link
Contributor

Choose a reason for hiding this comment

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

Fair, but feels like we should just make sure if the logic backing the API is not present, then the API should not be present.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

None of CommissioningParameters is meaningfully usable without CHIP_CONFIG_ENABLE_READ_CLIENT... I don't really want go further down that path of pretending that CHIP_CONFIG_ENABLE_READ_CLIENT disables a select few methods within these classes... All of DeviceCommissioner and all of CommissioningDelegate.h should be behind the ifdef (or really in a separate header.) I can have a look at making the ifdef more coarse-grained like that as a separate PR. Maybe when folks are back after the break we can look into splitting CHIPDeviceController.{cpp, h} into two files in a git-history-preserving way and tidy this up a bit better that way.

src/darwin/Framework/CHIP/MTRCommissioningParameters.h Outdated Show resolved Hide resolved
src/darwin/Framework/CHIP/MTRDeviceType.mm Outdated Show resolved Hide resolved
break; // visited the root, DFS traversal done
}
} else /* endpoint->_mark == EndpointMark::Visited */ {
deque.pop_front(); // nothing else to do
Copy link
Contributor

Choose a reason for hiding this comment

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

So when would we reach this mark == Visited case? Seems to me that it's not reachable, since we put things on the end when we mark them visited, break out when we do that with the root endpoint, and start off with the root endpoint..... What am I missing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've added a comment there and a couple more tests. This can actually happen in two ways:

In testPopulateChildren2, endpoint 2 is visited due to being a child of 1 (and the visit completed), then we visit it again from the root node. This is a valid configuration, the same as testPopulateChildren simply with a different PartsList order.

In testPopulateChildrenInvalidNonTree, endpoint 6 is a child of both 1 and 5, and these are in sibling branches of the tree. This is an invalid configuration, but not easily distinguishable from the other scenario.

(The valid / invalid return value is at this point primarily used for unit testing, since in practice I think we should be tolerant and not let some errant endpoint with invalid meta-data deter us from interacting with an otherwise valid device.)

src/darwin/Framework/CHIP/MTREndpointInfo.mm Outdated Show resolved Hide resolved
src/darwin/Framework/CHIP/MTREndpointInfo.mm Show resolved Hide resolved
src/darwin/Framework/CHIP/MTREndpointInfo.mm Show resolved Hide resolved
src/darwin/Framework/CHIP/MTREndpointInfo_Test.h Outdated Show resolved Hide resolved
@mergify mergify bot added the conflict label Dec 22, 2024
@ksperling-apple ksperling-apple force-pushed the read-custom-commissioning-info branch from 44abf92 to 200be69 Compare December 23, 2024 01:02
ksperling-apple and others added 7 commits December 23, 2024 15:16
- Move MTRDeviceTypeRevision out of ServerEndpoint directory
- Move MTRProductIdentity into its own file
- Implement NSCopying and equality on MTRDeviceType and MTRProductIdentity
- Implement description on all 3 types
- Add tests
Endpoint information is made availalable to the delegate via an
MTRCommissioneeInfo object containing MTREndpointInfo objects.
…DeviceTypeList

Also add some additional comments to parsing logic and a couple more tests.
@ksperling-apple ksperling-apple force-pushed the read-custom-commissioning-info branch from c81026c to b78a442 Compare December 23, 2024 02:19
@mergify mergify bot removed the conflict label Dec 23, 2024
Copy link

github-actions bot commented Dec 23, 2024

PR #36867: Size comparison from af336ec to b78a442

Full report (25 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, telink, tizen)
platform target config section af336ec b78a442 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1354136 1354098 -38 -0.0
RAM 104160 104160 0 0.0
bl702 lighting-app bl702+eth FLASH 651682 651680 -2 -0.0
RAM 25353 25353 0 0.0
bl702+wifi FLASH 829286 829284 -2 -0.0
RAM 14093 14093 0 0.0
bl706+mfd+rpc+littlefs FLASH 1057758 1057756 -2 -0.0
RAM 23933 23933 0 0.0
bl702l lighting-app bl702l+mfd+littlefs FLASH 978876 978874 -2 -0.0
RAM 16596 16596 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 839840 839832 -8 -0.0
RAM 123696 123696 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 825380 825372 -8 -0.0
RAM 125584 125584 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 772208 772200 -8 -0.0
RAM 114060 114060 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 756388 756380 -8 -0.0
RAM 114260 114260 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 539705 539697 -8 -0.0
RAM 205800 205800 0 0.0
lock CC3235SF_LAUNCHXL FLASH 573873 573865 -8 -0.0
RAM 205944 205944 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 917744 917716 -28 -0.0
RAM 143332 143332 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 890452 890440 -12 -0.0
RAM 141519 141519 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 851808 851796 -12 -0.0
RAM 142244 142244 0 0.0
qpg lighting-app qpg6105+debug FLASH 663968 663960 -8 -0.0
RAM 105456 105456 0 0.0
lock-app qpg6105+debug FLASH 621796 621788 -8 -0.0
RAM 99908 99908 0 0.0
stm32 light STM32WB5MM-DK FLASH 484712 484704 -8 -0.0
RAM 144912 144912 0 0.0
telink bridge-app tlsr9258a FLASH 683176 683174 -2 -0.0
RAM 91248 91248 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 623416 623414 -2 -0.0
RAM 31488 31488 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 772328 772326 -2 -0.0
RAM 49348 49348 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 710858 710856 -2 -0.0
RAM 73544 73544 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 627862 627860 -2 -0.0
RAM 142180 142180 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 813880 813878 -2 -0.0
RAM 99724 99724 0 0.0
tizen all-clusters-app arm unknown 5000 5000 0 0.0
FLASH 1735204 1735188 -16 -0.0
RAM 90888 90888 0 0.0
chip-tool-ubsan arm unknown 10848 10848 0 0.0
FLASH 17994966 18002542 7576 0.0
RAM 7853764 7857432 3668 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