Skip to content

[FIX] Added missing libevent-dev dependency and install nfc required libraries#43233

Merged
andy31415 merged 7 commits into
project-chip:masterfrom
rquidute:fix/878_add_missing_libevent-dev_dependency
Feb 24, 2026
Merged

[FIX] Added missing libevent-dev dependency and install nfc required libraries#43233
andy31415 merged 7 commits into
project-chip:masterfrom
rquidute:fix/878_add_missing_libevent-dev_dependency

Conversation

@rquidute

@rquidute rquidute commented Feb 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add libevent-dev to the apt-get install dependencies in the chip-cert-bins Dockerfile and also install nfc required libraries.

Problem
The chip-cert-bins Docker image was missing libevent-dev as a build dependency, causing build failures. When trying to run in the TH UI, the following error was shown:

OSError: libevent_core-2.1.so.7: cannot open shared object file: No such file or directory

Also some required module were not found:

ModuleNotFoundError: No module named 'ndef'

Related issues

project-chip/certification-tool#878
project-chip/certification-tool#881
#43198

Testing

Locally tested successfully

Readability checklist

The checklist below will help the reviewer finish PR review in time and keep the
code readable:

  • PR title is
    descriptive
  • Apply the
    “When in Rome…”
    rule (coding style)
  • PR size is short
  • Try to avoid "squashing" and "force-update" in commit history
  • CI time didn't increase

See: Pull Request Guidelines

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request correctly identifies and fixes a missing dependency, libevent-dev, in the chip-cert-bins Docker image, which was causing runtime errors. The change is straightforward and resolves the issue. I have one suggestion to further optimize the change by using a more minimal package, which will help in reducing the final Docker image size.

Comment thread integrations/docker/images/chip-cert-bins/Dockerfile
@codecov

codecov Bot commented Feb 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.74%. Comparing base (c5f2b0f) to head (6b8b606).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #43233   +/-   ##
=======================================
  Coverage   53.74%   53.74%           
=======================================
  Files        1530     1530           
  Lines      105885   105885           
  Branches    13312    13312           
=======================================
  Hits        56903    56903           
  Misses      48982    48982           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

github-actions Bot commented Feb 20, 2026

Copy link
Copy Markdown

PR #43233: Size comparison from 4500157 to af79374

Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
platform target config section 4500157 af79374 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1108370 1108370 0 0.0
RAM 178738 178738 0 0.0
bl702 lighting-app bl702+eth FLASH 663450 663450 0 0.0
RAM 134737 134737 0 0.0
bl702+wifi FLASH 839152 839152 0 0.0
RAM 124277 124277 0 0.0
bl706+mfd+rpc+littlefs FLASH 1073386 1073386 0 0.0
RAM 117205 117205 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 906008 906008 0 0.0
RAM 105828 105828 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 986452 986452 0 0.0
RAM 109692 109692 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 778508 778508 0 0.0
RAM 103352 103352 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 786848 786848 0 0.0
RAM 108576 108576 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 731868 731868 0 0.0
RAM 97316 97316 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 716372 716372 0 0.0
RAM 97516 97516 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 557412 557412 0 0.0
RAM 204512 204512 0 0.0
lock CC3235SF_LAUNCHXL FLASH 591744 591744 0 0.0
RAM 204808 204808 0 0.0
efr32 lock-app BRD4187C FLASH 969344 969344 0 0.0
RAM 125540 125540 0 0.0
BRD4338a FLASH 758628 758628 0 0.0
RAM 237784 237784 0 0.0
window-app BRD4187C FLASH 1067792 1067792 0 0.0
RAM 126764 126764 0 0.0
esp32 all-clusters-app c3devkit DRAM 98484 98484 0 0.0
FLASH 1590410 1590410 0 0.0
IRAM 93514 93514 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 955748 955748 0 0.0
RAM 162273 162273 0 0.0
nxp contact mcxw71+release FLASH 747360 747360 0 0.0
RAM 66968 66968 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1703156 1703156 0 0.0
RAM 214028 214028 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1604052 1604052 0 0.0
RAM 210884 210884 0 0.0
light cy8ckit_062s2_43012 FLASH 1469684 1469684 0 0.0
RAM 197008 197008 0 0.0
lock cy8ckit_062s2_43012 FLASH 1497716 1497716 0 0.0
RAM 224784 224784 0 0.0
qpg lighting-app qpg6200+debug FLASH 840492 840492 0 0.0
RAM 127836 127836 0 0.0
lock-app qpg6200+debug FLASH 779104 779104 0 0.0
RAM 118784 118784 0 0.0
realtek light-switch-app rtl8777g FLASH 705840 705840 0 0.0
RAM 113528 113528 0 0.0
lighting-app rtl8777g FLASH 751712 751712 0 0.0
RAM 114720 114720 0 0.0
stm32 light STM32WB5MM-DK FLASH 477616 477616 0 0.0
RAM 141368 141368 0 0.0
telink bridge-app tl7218x FLASH 726582 726582 0 0.0
RAM 95792 95792 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 851442 851442 0 0.0
RAM 44220 44220 0 0.0
tl7218x FLASH 842842 842842 0 0.0
RAM 99604 99604 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 725142 725142 0 0.0
RAM 55824 55824 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 787768 787768 0 0.0
RAM 75008 75008 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 725142 725142 0 0.0
RAM 33308 33308 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 614034 614034 0 0.0
RAM 118268 118268 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 841692 841696 4 0.0
RAM 97312 97312 0 0.0

@CLAassistant

CLAassistant commented Feb 20, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@github-actions

github-actions Bot commented Feb 23, 2026

Copy link
Copy Markdown

PR #43233: Size comparison from b2c44f5 to 34427a4

Full report (34 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nxp, psoc6, qpg, realtek, stm32, telink)
platform target config section b2c44f5 34427a4 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1108494 1108494 0 0.0
RAM 178746 178746 0 0.0
bl702 lighting-app bl702+eth FLASH 663574 663574 0 0.0
RAM 134753 134753 0 0.0
bl702+wifi FLASH 839276 839276 0 0.0
RAM 124293 124293 0 0.0
bl706+mfd+rpc+littlefs FLASH 1073508 1073508 0 0.0
RAM 117205 117205 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 906130 906130 0 0.0
RAM 105828 105828 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 986574 986574 0 0.0
RAM 109692 109692 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 779224 779224 0 0.0
RAM 103384 103384 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 786900 786900 0 0.0
RAM 108584 108584 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 731948 731948 0 0.0
RAM 97324 97324 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 716468 716468 0 0.0
RAM 97524 97524 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 557516 557516 0 0.0
RAM 204512 204512 0 0.0
lock CC3235SF_LAUNCHXL FLASH 591864 591864 0 0.0
RAM 204808 204808 0 0.0
efr32 lock-app BRD4187C FLASH 969440 969440 0 0.0
RAM 125540 125540 0 0.0
BRD4338a FLASH 758724 758724 0 0.0
RAM 237792 237792 0 0.0
window-app BRD4187C FLASH 1067888 1067888 0 0.0
RAM 126796 126796 0 0.0
esp32 all-clusters-app c3devkit DRAM 98492 98492 0 0.0
FLASH 1590538 1590538 0 0.0
IRAM 93514 93514 0 0.0
nxp contact mcxw71+release FLASH 747472 747472 0 0.0
RAM 66976 66976 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1703236 1703236 0 0.0
RAM 214036 214036 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1604132 1604132 0 0.0
RAM 210892 210892 0 0.0
light cy8ckit_062s2_43012 FLASH 1470636 1470636 0 0.0
RAM 197040 197040 0 0.0
lock cy8ckit_062s2_43012 FLASH 1497812 1497812 0 0.0
RAM 224792 224792 0 0.0
qpg lighting-app qpg6200+debug FLASH 840572 840572 0 0.0
RAM 127844 127844 0 0.0
lock-app qpg6200+debug FLASH 779216 779216 0 0.0
RAM 118792 118792 0 0.0
realtek light-switch-app rtl8777g FLASH 705928 705928 0 0.0
RAM 113536 113536 0 0.0
lighting-app rtl8777g FLASH 752464 752464 0 0.0
RAM 114744 114744 0 0.0
stm32 light STM32WB5MM-DK FLASH 478336 478336 0 0.0
RAM 141392 141392 0 0.0
telink bridge-app tl7218x FLASH 726712 726712 0 0.0
RAM 95800 95800 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 852298 852298 0 0.0
RAM 44244 44244 0 0.0
tl7218x FLASH 843696 843696 0 0.0
RAM 99632 99632 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 725272 725272 0 0.0
RAM 55832 55832 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 787898 787898 0 0.0
RAM 75016 75016 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 725272 725272 0 0.0
RAM 33312 33312 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 614890 614890 0 0.0
RAM 118292 118292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 842546 842550 4 0.0
RAM 97340 97340 0 0.0

@github-actions

github-actions Bot commented Feb 23, 2026

Copy link
Copy Markdown

PR #43233: Size comparison from 100fbbd to 7581407

Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
platform target config section 100fbbd 7581407 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1108494 1108494 0 0.0
RAM 178746 178746 0 0.0
bl702 lighting-app bl702+eth FLASH 663574 663574 0 0.0
RAM 134753 134753 0 0.0
bl702+wifi FLASH 839276 839276 0 0.0
RAM 124293 124293 0 0.0
bl706+mfd+rpc+littlefs FLASH 1073508 1073508 0 0.0
RAM 117205 117205 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 906130 906130 0 0.0
RAM 105828 105828 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 986574 986574 0 0.0
RAM 109692 109692 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 779224 779224 0 0.0
RAM 103384 103384 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 786900 786900 0 0.0
RAM 108584 108584 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 731948 731948 0 0.0
RAM 97324 97324 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 716468 716468 0 0.0
RAM 97524 97524 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 557516 557516 0 0.0
RAM 204512 204512 0 0.0
lock CC3235SF_LAUNCHXL FLASH 591864 591864 0 0.0
RAM 204808 204808 0 0.0
efr32 lock-app BRD4187C FLASH 969440 969440 0 0.0
RAM 125540 125540 0 0.0
BRD4338a FLASH 758724 758724 0 0.0
RAM 237792 237792 0 0.0
window-app BRD4187C FLASH 1067888 1067888 0 0.0
RAM 126796 126796 0 0.0
esp32 all-clusters-app c3devkit DRAM 98492 98492 0 0.0
FLASH 1590538 1590538 0 0.0
IRAM 93514 93514 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 955828 955828 0 0.0
RAM 162281 162281 0 0.0
nxp contact mcxw71+release FLASH 747472 747472 0 0.0
RAM 66976 66976 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1703236 1703236 0 0.0
RAM 214036 214036 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1604132 1604132 0 0.0
RAM 210892 210892 0 0.0
light cy8ckit_062s2_43012 FLASH 1470636 1470636 0 0.0
RAM 197040 197040 0 0.0
lock cy8ckit_062s2_43012 FLASH 1497812 1497812 0 0.0
RAM 224792 224792 0 0.0
qpg lighting-app qpg6200+debug FLASH 840572 840572 0 0.0
RAM 127844 127844 0 0.0
lock-app qpg6200+debug FLASH 779216 779216 0 0.0
RAM 118792 118792 0 0.0
realtek light-switch-app rtl8777g FLASH 705928 705928 0 0.0
RAM 113536 113536 0 0.0
lighting-app rtl8777g FLASH 752464 752464 0 0.0
RAM 114744 114744 0 0.0
stm32 light STM32WB5MM-DK FLASH 478336 478336 0 0.0
RAM 141392 141392 0 0.0
telink bridge-app tl7218x FLASH 726712 726712 0 0.0
RAM 95800 95800 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 852298 852298 0 0.0
RAM 44244 44244 0 0.0
tl7218x FLASH 843696 843696 0 0.0
RAM 99632 99632 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 725272 725272 0 0.0
RAM 55832 55832 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 787898 787898 0 0.0
RAM 75016 75016 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 725272 725272 0 0.0
RAM 33312 33312 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 614890 614890 0 0.0
RAM 118292 118292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 842546 842550 4 0.0
RAM 97340 97340 0 0.0

Comment thread integrations/docker/images/chip-cert-bins/Dockerfile
Comment thread integrations/docker/images/chip-cert-bins/Dockerfile
@rquidute rquidute changed the title [FIX] Added missing libevent-dev dependency [FIX] Added missing libevent-dev dependency and install nfc required libraries Feb 23, 2026
@cecille cecille added the sdk-maintainer-approved PR marked by `matter-sdk-maintainers` as suitable for MERGE - meets guideline & sufficient reviews. label Feb 23, 2026
@github-actions

github-actions Bot commented Feb 23, 2026

Copy link
Copy Markdown

PR #43233: Size comparison from d6a189c to dba8d46

Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
platform target config section d6a189c dba8d46 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1108520 1108520 0 0.0
RAM 178754 178754 0 0.0
bl702 lighting-app bl702+eth FLASH 663600 663600 0 0.0
RAM 134753 134753 0 0.0
bl702+wifi FLASH 839302 839302 0 0.0
RAM 124261 124261 0 0.0
bl706+mfd+rpc+littlefs FLASH 1073564 1073564 0 0.0
RAM 117189 117189 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 906186 906186 0 0.0
RAM 105812 105812 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 986632 986632 0 0.0
RAM 109676 109676 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 779404 779404 0 0.0
RAM 103380 103380 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 786976 786976 0 0.0
RAM 108580 108580 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 732008 732008 0 0.0
RAM 97324 97324 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 716536 716536 0 0.0
RAM 97524 97524 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 557542 557542 0 0.0
RAM 204520 204520 0 0.0
lock CC3235SF_LAUNCHXL FLASH 591886 591886 0 0.0
RAM 204808 204808 0 0.0
efr32 lock-app BRD4187C FLASH 969480 969480 0 0.0
RAM 125540 125540 0 0.0
BRD4338a FLASH 758804 758804 0 0.0
RAM 237792 237792 0 0.0
window-app BRD4187C FLASH 1067968 1067968 0 0.0
RAM 126796 126796 0 0.0
esp32 all-clusters-app c3devkit DRAM 98508 98508 0 0.0
FLASH 1590742 1590742 0 0.0
IRAM 93514 93514 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 956188 956188 0 0.0
RAM 162284 162284 0 0.0
nxp contact mcxw71+release FLASH 736176 736176 0 0.0
RAM 66984 66984 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1703380 1703380 0 0.0
RAM 214044 214044 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1604212 1604212 0 0.0
RAM 210892 210892 0 0.0
light cy8ckit_062s2_43012 FLASH 1470844 1470844 0 0.0
RAM 197044 197044 0 0.0
lock cy8ckit_062s2_43012 FLASH 1497892 1497892 0 0.0
RAM 224796 224796 0 0.0
qpg lighting-app qpg6200+debug FLASH 840636 840636 0 0.0
RAM 127844 127844 0 0.0
lock-app qpg6200+debug FLASH 779264 779264 0 0.0
RAM 118792 118792 0 0.0
realtek light-switch-app rtl8777g FLASH 721224 721224 0 0.0
RAM 113536 113536 0 0.0
lighting-app rtl8777g FLASH 767960 767960 0 0.0
RAM 114744 114744 0 0.0
stm32 light STM32WB5MM-DK FLASH 478520 478520 0 0.0
RAM 141388 141388 0 0.0
telink bridge-app tl7218x FLASH 726760 726760 0 0.0
RAM 95800 95800 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 852482 852482 0 0.0
RAM 44244 44244 0 0.0
tl7218x FLASH 843880 843880 0 0.0
RAM 99632 99632 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 725330 725330 0 0.0
RAM 55832 55832 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 787956 787956 0 0.0
RAM 75016 75016 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 725330 725330 0 0.0
RAM 33312 33312 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 615076 615076 0 0.0
RAM 118292 118292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 842744 842748 4 0.0
RAM 97340 97340 0 0.0

@github-actions

github-actions Bot commented Feb 24, 2026

Copy link
Copy Markdown

PR #43233: Size comparison from faec154 to 45c4e1c

Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
platform target config section faec154 45c4e1c3 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1108520 1108520 0 0.0
RAM 178754 178754 0 0.0
bl702 lighting-app bl702+eth FLASH 663600 663600 0 0.0
RAM 134753 134753 0 0.0
bl702+wifi FLASH 839302 839302 0 0.0
RAM 124261 124261 0 0.0
bl706+mfd+rpc+littlefs FLASH 1073564 1073564 0 0.0
RAM 117189 117189 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 906186 906186 0 0.0
RAM 105812 105812 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 986632 986632 0 0.0
RAM 109676 109676 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 779404 779404 0 0.0
RAM 103380 103380 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 786976 786976 0 0.0
RAM 108580 108580 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 732008 732008 0 0.0
RAM 97324 97324 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 716536 716536 0 0.0
RAM 97524 97524 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 557542 557542 0 0.0
RAM 204520 204520 0 0.0
lock CC3235SF_LAUNCHXL FLASH 591886 591886 0 0.0
RAM 204808 204808 0 0.0
efr32 lock-app BRD4187C FLASH 969480 969480 0 0.0
RAM 125540 125540 0 0.0
BRD4338a FLASH 758804 758804 0 0.0
RAM 237792 237792 0 0.0
window-app BRD4187C FLASH 1067968 1067968 0 0.0
RAM 126796 126796 0 0.0
esp32 all-clusters-app c3devkit DRAM 98508 98508 0 0.0
FLASH 1590742 1590742 0 0.0
IRAM 93514 93514 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 956188 956188 0 0.0
RAM 162284 162284 0 0.0
nxp contact mcxw71+release FLASH 736176 736176 0 0.0
RAM 66984 66984 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1703380 1703380 0 0.0
RAM 214044 214044 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1604212 1604212 0 0.0
RAM 210892 210892 0 0.0
light cy8ckit_062s2_43012 FLASH 1470844 1470844 0 0.0
RAM 197044 197044 0 0.0
lock cy8ckit_062s2_43012 FLASH 1497892 1497892 0 0.0
RAM 224796 224796 0 0.0
qpg lighting-app qpg6200+debug FLASH 840636 840636 0 0.0
RAM 127844 127844 0 0.0
lock-app qpg6200+debug FLASH 779264 779264 0 0.0
RAM 118792 118792 0 0.0
realtek light-switch-app rtl8777g FLASH 721224 721224 0 0.0
RAM 113536 113536 0 0.0
lighting-app rtl8777g FLASH 767960 767960 0 0.0
RAM 114744 114744 0 0.0
stm32 light STM32WB5MM-DK FLASH 478520 478520 0 0.0
RAM 141388 141388 0 0.0
telink bridge-app tl7218x FLASH 726760 726760 0 0.0
RAM 95800 95800 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 852482 852482 0 0.0
RAM 44244 44244 0 0.0
tl7218x FLASH 843880 843880 0 0.0
RAM 99632 99632 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 725330 725330 0 0.0
RAM 55832 55832 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 787956 787956 0 0.0
RAM 75016 75016 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 725330 725330 0 0.0
RAM 33312 33312 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 615076 615076 0 0.0
RAM 118292 118292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 842744 842748 4 0.0
RAM 97340 97340 0 0.0

@andy31415 andy31415 merged commit b74094a into project-chip:master Feb 24, 2026
68 of 71 checks passed
@github-actions

github-actions Bot commented Feb 24, 2026

Copy link
Copy Markdown

PR #43233: Size comparison from 1029782 to 6b8b606

Full report (35 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
platform target config section 1029782 6b8b606 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1108520 1108520 0 0.0
RAM 178754 178754 0 0.0
bl702 lighting-app bl702+eth FLASH 663600 663600 0 0.0
RAM 134753 134753 0 0.0
bl702+wifi FLASH 839302 839302 0 0.0
RAM 124261 124261 0 0.0
bl706+mfd+rpc+littlefs FLASH 1073564 1073564 0 0.0
RAM 117189 117189 0 0.0
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 906186 906186 0 0.0
RAM 105812 105812 0 0.0
lighting-app bl702l+mfd+littlefs FLASH 986632 986632 0 0.0
RAM 109676 109676 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 779404 779404 0 0.0
RAM 103380 103380 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 786976 786976 0 0.0
RAM 108580 108580 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 732008 732008 0 0.0
RAM 97324 97324 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 716536 716536 0 0.0
RAM 97524 97524 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 557542 557542 0 0.0
RAM 204520 204520 0 0.0
lock CC3235SF_LAUNCHXL FLASH 591886 591886 0 0.0
RAM 204808 204808 0 0.0
efr32 lock-app BRD4187C FLASH 969480 969480 0 0.0
RAM 125540 125540 0 0.0
BRD4338a FLASH 758804 758804 0 0.0
RAM 237792 237792 0 0.0
window-app BRD4187C FLASH 1067968 1067968 0 0.0
RAM 126796 126796 0 0.0
esp32 all-clusters-app c3devkit DRAM 98508 98508 0 0.0
FLASH 1590742 1590742 0 0.0
IRAM 93514 93514 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 956188 956188 0 0.0
RAM 162284 162284 0 0.0
nxp contact mcxw71+release FLASH 736192 736192 0 0.0
RAM 66992 66992 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1703380 1703380 0 0.0
RAM 214044 214044 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1604212 1604212 0 0.0
RAM 210892 210892 0 0.0
light cy8ckit_062s2_43012 FLASH 1470844 1470844 0 0.0
RAM 197044 197044 0 0.0
lock cy8ckit_062s2_43012 FLASH 1497892 1497892 0 0.0
RAM 224796 224796 0 0.0
qpg lighting-app qpg6200+debug FLASH 840636 840636 0 0.0
RAM 127844 127844 0 0.0
lock-app qpg6200+debug FLASH 779264 779264 0 0.0
RAM 118792 118792 0 0.0
realtek light-switch-app rtl8777g FLASH 721224 721224 0 0.0
RAM 113536 113536 0 0.0
lighting-app rtl8777g FLASH 767960 767960 0 0.0
RAM 114744 114744 0 0.0
stm32 light STM32WB5MM-DK FLASH 478520 478520 0 0.0
RAM 141388 141388 0 0.0
telink bridge-app tl7218x FLASH 726760 726760 0 0.0
RAM 95800 95800 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 852482 852482 0 0.0
RAM 44244 44244 0 0.0
tl7218x FLASH 843880 843880 0 0.0
RAM 99632 99632 0 0.0
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 725330 725330 0 0.0
RAM 55832 55832 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 787956 787956 0 0.0
RAM 75016 75016 0 0.0
light-switch-app-ota-factory-data tl3218x_retention FLASH 725330 725330 0 0.0
RAM 33312 33312 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 615076 615076 0 0.0
RAM 118292 118292 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 842744 842748 4 0.0
RAM 97340 97340 0 0.0

r-recchia pushed a commit to r-recchia/connectedhomeip that referenced this pull request May 8, 2026
…libraries (project-chip#43233)

* Added missing libevent-dev dependency

* Added missing nfc_requirements.nfc.txt installation

---------

Co-authored-by: Romulo Quidute Filho <romuloquidute@gmail.com>
Co-authored-by: Andrei Litvin <andy314@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker integrations review - pending sdk-maintainer-approved PR marked by `matter-sdk-maintainers` as suitable for MERGE - meets guideline & sufficient reviews.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants