Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pigweed to the latest version #35644

Merged
merged 56 commits into from
Sep 20, 2024

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented Sep 18, 2024

We have not updated pigweed for about 6 months due to the dropped support of python 3.9 (and ubuntu 20.04 only had that one).

Changes

  • pigweed update
  • WriteLine signature changed for pw_sys_io from const std::string_view& to just std::string_view
  • SLC generation failed and I am unsure why. Apparently prepending /usr/bin to PATH makes it use the right python and I do not fail with a jinja2 ModuleNotFound error
  • pigweed brings the clang-format and since that version changed, I did a zap regen to update file formatting for checked in generated files
  • Boringssl started to fail on connect.c on a cast of functions. Unsure why this fails only now, assuming clang is more strict, however that cast seems to be on purpose and borigssl explicitly tries to disable that warning but for MSVC only. I added the disable in the build.gn for boringssl itself.
  • added dependency from PlatformConfig to ICD configuration since it looks that there are situations (at least for silabs) where ICD configuration is loaded from platform configuration.
  • For OpenIOT added dependency on openiotsdk_buildconfig to the platform buildconfig
  • New clang-tidy seems to complain about -c (and [Tooling] -fsyntax-only adjuster: remove -c and -S llvm/llvm-project#101103 says that -S is also in the same category). Added code in our clang-tidy runner to auto-skip -c and -S arguments.
  • clang-tidy fixes
    • several "bind/sentdo" socket operations that could run on -1, added NOLINTNEXTLINE for those (chages broken in prerequisite PR Additional socket checks for socket inet implementations #35674)
    • fixed some java initialization errors (more things put to nullptr)
    • fixed java dependencies on pw_unit_test that were not declared
    • fixed some seemingly never compiled errors on java tests - questioning if we ever exercise that code ...
    • newer clang requires a template argument for .template MemberCall(... calls. Updated tv code to do this.
  • fixed typo of Connnection to Connection (found while fixing java call signatures)

Copy link

semanticdiff-com bot commented Sep 18, 2024

Review changes with SemanticDiff.

Analyzed 4 of 43 files.

Overall, the semantic diff is 8% smaller than the GitHub diff.

File Information
Filename Status
.clang-tidy Unsupported file format
zzz_generated/darwin-framework-tool/zap-generated/cluster/Commands.h Unsupported file format
✔️ third_party/silabs/slc_gen/run_slc.py 19.73% smaller
✔️ third_party/pigweed/repo Analyzed
third_party/boringssl/repo/BUILD.gn Unsupported file format
src/platform/BUILD.gn Unsupported file format
src/messaging/tests/MessagingContext.h Unsupported file format
src/messaging/tests/java/BUILD.gn Unsupported file format
src/messaging/tests/java/MessagingContext-JNI.cpp Unsupported file format
src/lib/support/JniTypeWrappers.h Unsupported file format
src/darwin/Framework/CHIP/MTRDeviceConnectionBridge.h Unsupported file format
src/darwin/Framework/CHIP/MTRDeviceConnectionBridge.mm Unsupported file format
src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.mm Unsupported file format
src/darwin/Framework/CHIP/zap-generated/MTRClusters.mm Unsupported file format
src/credentials/attestation_verifier/TestDACRevocationDelegateImpl.cpp Unsupported file format
src/credentials/attestation_verifier/TestDACRevocationDelegateImpl.h Unsupported file format
src/controller/java/AndroidCallbacks-ForTestJNI.cpp Unsupported file format
src/controller/java/AndroidCallbacks.cpp Unsupported file format
src/controller/java/AndroidCallbacks.h Unsupported file format
src/controller/java/AndroidInteractionClient.cpp Unsupported file format
src/controller/java/BUILD.gn Unsupported file format
src/controller/java/CHIPDeviceController-JNI.cpp Unsupported file format
src/app/CASESessionManager.cpp Unsupported file format
src/app/OperationalSessionSetup.cpp Unsupported file format
src/app/OperationalSessionSetup.h Unsupported file format
src/app/ReadClient.cpp Unsupported file format
src/app/ReadClient.h Unsupported file format
✔️ scripts/run-clang-tidy-on-compile-commands.py Analyzed
scripts/run_codegen_targets.sh Unsupported file format
scripts/tools/zap/tests/outputs/lighting-app/app-templates/endpoint_config.h Unsupported file format
scripts/tools/zap/tests/outputs/all-clusters-app/app-templates/endpoint_config.h Unsupported file format
scripts/setup/bootstrap.sh Unsupported file format
✔️ scripts/setup/gen_pigweed_cipd_json.py Analyzed
examples/tv-casting-app/tv-casting-common/core/Command.h Unsupported file format
examples/platform/telink/pw_sys_io/sys_io_telink.cc Unsupported file format
examples/platform/silabs/pw_sys_io/sys_io_silabs.cc Unsupported file format
examples/platform/qpg/pw_sys_io/sys_io_qpg.cc Unsupported file format
examples/platform/nxp/pw_sys_io/sys_io_nxp.cc Unsupported file format
examples/platform/nrfconnect/pw_sys_io/sys_io_nrfconnect.cc Unsupported file format
examples/platform/mbed/pw_sys_io/sys_io_mbed.cpp Unsupported file format
examples/platform/esp32/pw_sys_io/sys_io_esp32.cc Unsupported file format
examples/platform/bouffalolab/common/rpc/pw_sys_io/sys_io.cc Unsupported file format
examples/platform/ameba/pw_sys_io/sys_io_ameba.cc Unsupported file format

Copy link

github-actions bot commented Sep 19, 2024

PR #35644: Size comparison from 12f04dc to 2c71e0b

Full report (93 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 12f04dc 2c71e0b change % change
bl602 lighting-app bl602 FLASH 1280006 1280006 0 0.0
RAM 95848 95848 0 0.0
bl602+mfd FLASH 1294128 1294128 0 0.0
RAM 95992 95992 0 0.0
bl602+rpc FLASH 1319218 1320212 994 0.1
RAM 104272 104272 0 0.0
bl702 lighting-app bl702 FLASH 944122 944122 0 0.0
RAM 15145 15145 0 0.0
bl702+mfd FLASH 946522 946522 0 0.0
RAM 15305 15305 0 0.0
bl702+rpc FLASH 1039442 1039686 244 0.0
RAM 24173 24173 0 0.0
bl706-eth FLASH 646318 646318 0 0.0
RAM 25233 25233 0 0.0
bl706-wifi FLASH 894398 894398 0 0.0
RAM 14477 14477 0 0.0
bl702l lighting-app bl702l FLASH 960782 960782 0 0.0
RAM 16804 16804 0 0.0
bl702l+mfd FLASH 963404 963404 0 0.0
RAM 16964 16964 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 677629 677629 0 0.0
RAM 78516 78516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 697481 697481 0 0.0
RAM 81148 81148 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 697481 697481 0 0.0
RAM 81148 81148 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 654409 654409 0 0.0
RAM 73584 73584 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 613669 613669 0 0.0
RAM 71468 71468 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 633297 633297 0 0.0
RAM 74020 74020 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 633297 633297 0 0.0
RAM 74020 74020 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 632925 632925 0 0.0
RAM 74516 74516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 652633 652633 0 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 652633 652633 0 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 608333 608333 0 0.0
RAM 68604 68604 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 628193 628193 0 0.0
RAM 71236 71236 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 628193 628193 0 0.0
RAM 71236 71236 0 0.0
efr32 lighting-app BRD4187C FLASH 932732 933196 464 0.0
RAM 135080 135084 4 0.0
lock-app BRD2605a FLASH 740520 740512 -8 -0.0
RAM 231220 231220 0 0.0
BRD4338a FLASH 741168 741160 -8 -0.0
RAM 231252 231252 0 0.0
window-app BRD4187C FLASH 1016080 1016072 -8 -0.0
RAM 127004 127004 0 0.0
esp32 all-clusters-app c3devkit DRAM 94080 94080 0 0.0
FLASH 1537382 1537382 0 0.0
IRAM 82538 82538 0 0.0
m5stack DRAM 115032 115032 0 0.0
FLASH 1547822 1547822 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2764229 2764229 0 0.0
RAM 129424 129424 0 0.0
all-clusters-app debug unknown 5528 5528 0 0.0
FLASH 6067718 6067718 0 0.0
RAM 507360 507360 0 0.0
all-clusters-minimal-app debug unknown 5424 5424 0 0.0
FLASH 5401050 5401050 0 0.0
RAM 241136 241136 0 0.0
bridge-app debug unknown 5408 5408 0 0.0
FLASH 4734606 4734606 0 0.0
RAM 218304 218304 0 0.0
chip-tool debug unknown 5960 5960 0 0.0
FLASH 12545884 12546114 230 0.0
RAM 555058 555090 32 0.0
chip-tool-ipv6only arm64 unknown 20424 20456 32 0.2
FLASH 11253520 11204048 -49472 -0.4
RAM 605288 605336 48 0.0
fabric-admin debug unknown 5792 5792 0 0.0
FLASH 10904383 10908367 3984 0.0
RAM 554234 554234 0 0.0
fabric-bridge-app debug unknown 4640 4640 0 0.0
FLASH 4557266 4561250 3984 0.1
RAM 204888 204888 0 0.0
lighting-app debug+rpc+ui unknown 6056 6056 0 0.0
FLASH 5670849 5675537 4688 0.1
RAM 228560 228552 -8 -0.0
lock-app debug unknown 5344 5344 0 0.0
FLASH 4783810 4783810 0 0.0
RAM 204376 204376 0 0.0
ota-provider-app debug unknown 4720 4720 0 0.0
FLASH 4416994 4416994 0 0.0
RAM 198112 198112 0 0.0
ota-requestor-app debug unknown 4656 4656 0 0.0
FLASH 4555742 4555742 0 0.0
RAM 202680 202680 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3094925 3094925 0 0.0
RAM 159184 159184 0 0.0
thermostat-no-ble arm64 unknown 9416 9432 16 0.2
FLASH 4337392 4306360 -31032 -0.7
RAM 242808 242808 0 0.0
tv-app debug unknown 5624 5624 0 0.0
FLASH 6012949 6012949 0 0.0
RAM 580896 580896 0 0.0
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 10739453 10739453 0 0.0
RAM 642976 642976 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 913308 913308 0 0.0
RAM 142199 142199 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 884992 884992 0 0.0
RAM 140338 140338 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846820 846820 0 0.0
RAM 141093 141093 0 0.0
light-switch-app nrf52840dk_nrf52840 FLASH 790832 790832 0 0.0
RAM 132171 132171 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 935216 935216 0 0.0
RAM 130744 130744 0 0.0
lighting-app nrf52840dk_nrf52840+rpc FLASH 882420 882800 380 0.0
RAM 146590 146590 0 0.0
nrf52840dongle_nrf52840 FLASH 823512 823512 0 0.0
RAM 154452 154452 0 0.0
nrf5340dk_nrf5340_cpuapp FLASH 779776 779776 0 0.0
RAM 145600 145600 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 935216 935216 0 0.0
RAM 130744 130744 0 0.0
lock-app nrf52840dk_nrf52840 FLASH 805916 805916 0 0.0
RAM 132718 132718 0 0.0
nrf5340dk_nrf5340_cpuapp FLASH 731464 731464 0 0.0
RAM 132848 132848 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 951228 951228 0 0.0
RAM 131291 131291 0 0.0
pump-app nrf52840dk_nrf52840 FLASH 758780 758780 0 0.0
RAM 131509 131509 0 0.0
pump-controller-app nrf52840dk_nrf52840 FLASH 743968 743968 0 0.0
RAM 131268 131268 0 0.0
nxp contact k32w0+release FLASH 581760 581760 0 0.0
RAM 70776 70776 0 0.0
k32w1+release FLASH 594232 594232 0 0.0
RAM 62944 62944 0 0.0
mcxw71+release FLASH 593992 593992 0 0.0
RAM 62944 62944 0 0.0
light k32w0+release FLASH 617652 617652 0 0.0
RAM 70248 70248 0 0.0
k32w1+release FLASH 680880 680880 0 0.0
RAM 48584 48584 0 0.0
mcxw71+release FLASH 680896 680896 0 0.0
RAM 48584 48584 0 0.0
lock k32w1+release FLASH 702856 702856 0 0.0
RAM 67084 67084 0 0.0
mcxw71+release FLASH 702880 702880 0 0.0
RAM 67084 67084 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1645124 1645124 0 0.0
RAM 210888 210888 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1551124 1551124 0 0.0
RAM 207688 207688 0 0.0
light cy8ckit_062s2_43012 FLASH 1466940 1466940 0 0.0
RAM 200696 200696 0 0.0
lock cy8ckit_062s2_43012 FLASH 1463572 1463572 0 0.0
RAM 225048 225048 0 0.0
qpg lighting-app qpg6105+debug FLASH 659384 659384 0 0.0
RAM 105236 105236 0 0.0
lock-app qpg6105+debug FLASH 617268 617268 0 0.0
RAM 99704 99704 0 0.0
stm32 light STM32WB5MM-DK FLASH 480920 480920 0 0.0
RAM 144692 144692 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 621958 621958 0 0.0
RAM 50988 50988 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 687200 687200 0 0.0
RAM 148328 148328 0 0.0
all-clusters-minimal-app tlsr9528a FLASH 780144 780144 0 0.0
RAM 110780 110780 0 0.0
bridge-app tlsr9258a FLASH 680980 680980 0 0.0
RAM 91644 91644 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621722 621722 0 0.0
RAM 50940 50940 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 707630 707630 0 0.0
RAM 74280 74280 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 624878 624878 0 0.0
RAM 144316 144316 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 810286 810548 262 0.0
RAM 99448 99448 0 0.0
lock-app-dfu tlsr9528a FLASH 655476 655476 0 0.0
RAM 67000 67000 0 0.0
ota-requestor-app tlsr9258a FLASH 696956 696956 0 0.0
RAM 91236 91236 0 0.0
pump-app-usb tlsr9518adk80d FLASH 633312 633312 0 0.0
RAM 55816 55816 0 0.0
pump-controller-app tlsr9518adk80d FLASH 610502 610502 0 0.0
RAM 53060 53060 0 0.0
shell tlsr9518adk80d FLASH 467192 467192 0 0.0
RAM 68668 68668 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 628688 628688 0 0.0
RAM 52660 52660 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 652638 652638 0 0.0
RAM 56608 56608 0 0.0
thermostat tlsr9518adk80d FLASH 637232 637232 0 0.0
RAM 53452 53452 0 0.0
window-covering tlsr9118bdk40d FLASH 523408 523408 0 0.0
RAM 97284 97284 0 0.0
tizen all-clusters-app arm unknown 4876 4876 0 0.0
FLASH 1721872 1721872 0 0.0
RAM 89084 89084 0 0.0
chip-tool-ubsan arm unknown 10312 10316 4 0.0
FLASH 17348306 17348906 600 0.0
RAM 7558408 7558772 364 0.0

Copy link

github-actions bot commented Sep 20, 2024

PR #35644: Size comparison from 3166e3a to ef2c36f

Full report (32 builds for cyw30739, linux, nxp, psoc6, qpg, stm32, tizen)
platform target config section 3166e3a ef2c36f change % change
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 677637 677637 0 0.0
RAM 78516 78516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 697489 697489 0 0.0
RAM 81148 81148 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 697489 697489 0 0.0
RAM 81148 81148 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 654417 654417 0 0.0
RAM 73584 73584 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 613677 613677 0 0.0
RAM 71468 71468 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 633305 633305 0 0.0
RAM 74020 74020 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 633305 633305 0 0.0
RAM 74020 74020 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 632933 632933 0 0.0
RAM 74516 74516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 652641 652641 0 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 652641 652641 0 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 608341 608341 0 0.0
RAM 68604 68604 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 628201 628201 0 0.0
RAM 71236 71236 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 628201 628201 0 0.0
RAM 71236 71236 0 0.0
linux chip-tool-ipv6only arm64 unknown 20424 20456 32 0.2
FLASH 11253536 11204064 -49472 -0.4
RAM 605288 605336 48 0.0
thermostat-no-ble arm64 unknown 9416 9432 16 0.2
FLASH 4337408 4306376 -31032 -0.7
RAM 242808 242808 0 0.0
nxp contact k32w0+release FLASH 581760 581760 0 0.0
RAM 70776 70776 0 0.0
k32w1+release FLASH 594240 594240 0 0.0
RAM 62944 62944 0 0.0
mcxw71+release FLASH 594000 594000 0 0.0
RAM 62944 62944 0 0.0
light k32w0+release FLASH 617652 617652 0 0.0
RAM 70248 70248 0 0.0
k32w1+release FLASH 680888 680888 0 0.0
RAM 48584 48584 0 0.0
mcxw71+release FLASH 680904 680904 0 0.0
RAM 48584 48584 0 0.0
lock k32w1+release FLASH 702864 702864 0 0.0
RAM 67084 67084 0 0.0
mcxw71+release FLASH 702888 702888 0 0.0
RAM 67084 67084 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1645140 1645140 0 0.0
RAM 210888 210888 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1551140 1551140 0 0.0
RAM 207688 207688 0 0.0
light cy8ckit_062s2_43012 FLASH 1466956 1466956 0 0.0
RAM 200696 200696 0 0.0
lock cy8ckit_062s2_43012 FLASH 1463572 1463572 0 0.0
RAM 225048 225048 0 0.0
qpg lighting-app qpg6105+debug FLASH 659392 659392 0 0.0
RAM 105236 105236 0 0.0
lock-app qpg6105+debug FLASH 617276 617276 0 0.0
RAM 99704 99704 0 0.0
stm32 light STM32WB5MM-DK FLASH 480928 480928 0 0.0
RAM 144692 144692 0 0.0
tizen all-clusters-app arm unknown 4876 4876 0 0.0
FLASH 1721868 1721868 0 0.0
RAM 89084 89084 0 0.0
chip-tool-ubsan arm unknown 10312 10316 4 0.0
FLASH 17348362 17348962 600 0.0
RAM 7558448 7558812 364 0.0

Copy link
Member

@jmartinez-silabs jmartinez-silabs left a comment

Choose a reason for hiding this comment

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

Adding a check for the PW_ENVIRONMENT_ROOT variable gn_silabs_example.sh was not needed in the end?

@andy31415
Copy link
Contributor Author

andy31415 commented Sep 20, 2024

Adding a check for the PW_ENVIRONMENT_ROOT variable gn_silabs_example.sh was not needed in the end?

@jmartinez-silabs it is ok in CI because CI on the silabs image does not have a PW_ENVIRONMENT_ROOT set. it would be required for people testing in the vscode (or any custom local environment that uses it).

Copy link

github-actions bot commented Sep 20, 2024

PR #35644: Size comparison from 3166e3a to 1fafe89

Full report (93 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 3166e3a 1fafe89 change % change
bl602 lighting-app bl602 FLASH 1280026 1280026 0 0.0
RAM 95848 95848 0 0.0
bl602+mfd FLASH 1294148 1294148 0 0.0
RAM 95992 95992 0 0.0
bl602+rpc FLASH 1319238 1320232 994 0.1
RAM 104272 104272 0 0.0
bl702 lighting-app bl702 FLASH 944146 944146 0 0.0
RAM 15145 15145 0 0.0
bl702+mfd FLASH 946546 946546 0 0.0
RAM 15305 15305 0 0.0
bl702+rpc FLASH 1039466 1039710 244 0.0
RAM 24173 24173 0 0.0
bl706-eth FLASH 646352 646352 0 0.0
RAM 25233 25233 0 0.0
bl706-wifi FLASH 894430 894430 0 0.0
RAM 14477 14477 0 0.0
bl702l lighting-app bl702l FLASH 960806 960806 0 0.0
RAM 16804 16804 0 0.0
bl702l+mfd FLASH 963428 963428 0 0.0
RAM 16964 16964 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 677637 677637 0 0.0
RAM 78516 78516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 697489 697489 0 0.0
RAM 81148 81148 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 697489 697489 0 0.0
RAM 81148 81148 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 654417 654417 0 0.0
RAM 73584 73584 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 613677 613677 0 0.0
RAM 71468 71468 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 633305 633305 0 0.0
RAM 74020 74020 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 633305 633305 0 0.0
RAM 74020 74020 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 632933 632933 0 0.0
RAM 74516 74516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 652641 652641 0 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 652641 652641 0 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 608341 608341 0 0.0
RAM 68604 68604 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 628201 628201 0 0.0
RAM 71236 71236 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 628201 628201 0 0.0
RAM 71236 71236 0 0.0
efr32 lighting-app BRD4187C FLASH 932732 933228 496 0.1
RAM 135080 135084 4 0.0
lock-app BRD2605a FLASH 740536 740528 -8 -0.0
RAM 231220 231220 0 0.0
BRD4338a FLASH 741184 741176 -8 -0.0
RAM 231252 231252 0 0.0
window-app BRD4187C FLASH 1016080 1016072 -8 -0.0
RAM 127004 127004 0 0.0
esp32 all-clusters-app c3devkit DRAM 94080 94080 0 0.0
FLASH 1537412 1537412 0 0.0
IRAM 82538 82538 0 0.0
m5stack DRAM 115032 115032 0 0.0
FLASH 1547838 1547838 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2764255 2764255 0 0.0
RAM 129424 129424 0 0.0
all-clusters-app debug unknown 5528 5528 0 0.0
FLASH 6067744 6067744 0 0.0
RAM 507360 507360 0 0.0
all-clusters-minimal-app debug unknown 5424 5424 0 0.0
FLASH 5401076 5401076 0 0.0
RAM 241136 241136 0 0.0
bridge-app debug unknown 5408 5408 0 0.0
FLASH 4734632 4734632 0 0.0
RAM 218304 218304 0 0.0
chip-tool debug unknown 5960 5960 0 0.0
FLASH 12545910 12546140 230 0.0
RAM 555058 555090 32 0.0
chip-tool-ipv6only arm64 unknown 20424 20456 32 0.2
FLASH 11253536 11204064 -49472 -0.4
RAM 605288 605336 48 0.0
fabric-admin debug unknown 5792 5792 0 0.0
FLASH 10904409 10908393 3984 0.0
RAM 554234 554234 0 0.0
fabric-bridge-app debug unknown 4640 4640 0 0.0
FLASH 4557292 4561276 3984 0.1
RAM 204888 204888 0 0.0
lighting-app debug+rpc+ui unknown 6056 6056 0 0.0
FLASH 5670865 5675569 4704 0.1
RAM 228560 228552 -8 -0.0
lock-app debug unknown 5344 5344 0 0.0
FLASH 4783836 4783836 0 0.0
RAM 204376 204376 0 0.0
ota-provider-app debug unknown 4720 4720 0 0.0
FLASH 4417020 4417020 0 0.0
RAM 198112 198112 0 0.0
ota-requestor-app debug unknown 4656 4656 0 0.0
FLASH 4555768 4555768 0 0.0
RAM 202680 202680 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3094941 3094941 0 0.0
RAM 159184 159184 0 0.0
thermostat-no-ble arm64 unknown 9416 9432 16 0.2
FLASH 4337408 4306376 -31032 -0.7
RAM 242808 242808 0 0.0
tv-app debug unknown 5624 5624 0 0.0
FLASH 6012965 6012965 0 0.0
RAM 580896 580896 0 0.0
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 10739469 10739469 0 0.0
RAM 642976 642976 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 913316 913316 0 0.0
RAM 142199 142199 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 885016 885016 0 0.0
RAM 140338 140338 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846828 846828 0 0.0
RAM 141093 141093 0 0.0
light-switch-app nrf52840dk_nrf52840 FLASH 790840 790840 0 0.0
RAM 132171 132171 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 935232 935232 0 0.0
RAM 130744 130744 0 0.0
lighting-app nrf52840dk_nrf52840+rpc FLASH 882428 882808 380 0.0
RAM 146590 146590 0 0.0
nrf52840dongle_nrf52840 FLASH 823520 823520 0 0.0
RAM 154452 154452 0 0.0
nrf5340dk_nrf5340_cpuapp FLASH 779784 779784 0 0.0
RAM 145600 145600 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 935232 935232 0 0.0
RAM 130744 130744 0 0.0
lock-app nrf52840dk_nrf52840 FLASH 805924 805924 0 0.0
RAM 132718 132718 0 0.0
nrf5340dk_nrf5340_cpuapp FLASH 731472 731472 0 0.0
RAM 132848 132848 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 951244 951244 0 0.0
RAM 131291 131291 0 0.0
pump-app nrf52840dk_nrf52840 FLASH 758788 758788 0 0.0
RAM 131509 131509 0 0.0
pump-controller-app nrf52840dk_nrf52840 FLASH 743976 743976 0 0.0
RAM 131268 131268 0 0.0
nxp contact k32w0+release FLASH 581760 581760 0 0.0
RAM 70776 70776 0 0.0
k32w1+release FLASH 594240 594240 0 0.0
RAM 62944 62944 0 0.0
mcxw71+release FLASH 594000 594000 0 0.0
RAM 62944 62944 0 0.0
light k32w0+release FLASH 617652 617652 0 0.0
RAM 70248 70248 0 0.0
k32w1+release FLASH 680888 680888 0 0.0
RAM 48584 48584 0 0.0
mcxw71+release FLASH 680904 680904 0 0.0
RAM 48584 48584 0 0.0
lock k32w1+release FLASH 702864 702864 0 0.0
RAM 67084 67084 0 0.0
mcxw71+release FLASH 702888 702888 0 0.0
RAM 67084 67084 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1645140 1645140 0 0.0
RAM 210888 210888 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1551140 1551140 0 0.0
RAM 207688 207688 0 0.0
light cy8ckit_062s2_43012 FLASH 1466956 1466956 0 0.0
RAM 200696 200696 0 0.0
lock cy8ckit_062s2_43012 FLASH 1463572 1463572 0 0.0
RAM 225048 225048 0 0.0
qpg lighting-app qpg6105+debug FLASH 659392 659392 0 0.0
RAM 105236 105236 0 0.0
lock-app qpg6105+debug FLASH 617276 617276 0 0.0
RAM 99704 99704 0 0.0
stm32 light STM32WB5MM-DK FLASH 480928 480928 0 0.0
RAM 144692 144692 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 621982 619950 -2032 -0.3
RAM 50988 50988 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 687234 687234 0 0.0
RAM 148328 148328 0 0.0
all-clusters-minimal-app tlsr9528a FLASH 780168 780168 0 0.0
RAM 110780 110780 0 0.0
bridge-app tlsr9258a FLASH 681004 681004 0 0.0
RAM 91644 91644 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621746 619712 -2034 -0.3
RAM 50940 50940 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 707654 707654 0 0.0
RAM 74280 74280 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 624912 624726 -186 -0.0
RAM 144316 144316 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 810310 810378 68 0.0
RAM 99448 99448 0 0.0
lock-app-dfu tlsr9528a FLASH 655500 655500 0 0.0
RAM 67000 67000 0 0.0
ota-requestor-app tlsr9258a FLASH 696980 696980 0 0.0
RAM 91236 91236 0 0.0
pump-app-usb tlsr9518adk80d FLASH 633336 633336 0 0.0
RAM 55816 55816 0 0.0
pump-controller-app tlsr9518adk80d FLASH 610526 610526 0 0.0
RAM 53060 53060 0 0.0
shell tlsr9518adk80d FLASH 467216 467216 0 0.0
RAM 68668 68668 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 628712 626678 -2034 -0.3
RAM 52660 52660 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 652662 652662 0 0.0
RAM 56608 56608 0 0.0
thermostat tlsr9518adk80d FLASH 637256 637256 0 0.0
RAM 53452 53452 0 0.0
window-covering tlsr9118bdk40d FLASH 523442 523442 0 0.0
RAM 97284 97284 0 0.0
tizen all-clusters-app arm unknown 4876 4876 0 0.0
FLASH 1721868 1721868 0 0.0
RAM 89084 89084 0 0.0
chip-tool-ubsan arm unknown 10312 10316 4 0.0
FLASH 17348362 17348962 600 0.0
RAM 7558448 7558812 364 0.0

Copy link

github-actions bot commented Sep 20, 2024

PR #35644: Size comparison from 3166e3a to 6e00260

Full report (9 builds for nxp, stm32, tizen)
platform target config section 3166e3a 6e00260 change % change
nxp contact k32w1+release FLASH 594240 594240 0 0.0
RAM 62944 62944 0 0.0
mcxw71+release FLASH 594000 594000 0 0.0
RAM 62944 62944 0 0.0
light k32w1+release FLASH 680888 680888 0 0.0
RAM 48584 48584 0 0.0
mcxw71+release FLASH 680904 680904 0 0.0
RAM 48584 48584 0 0.0
lock k32w1+release FLASH 702864 702864 0 0.0
RAM 67084 67084 0 0.0
mcxw71+release FLASH 702888 702888 0 0.0
RAM 67084 67084 0 0.0
stm32 light STM32WB5MM-DK FLASH 480928 480928 0 0.0
RAM 144692 144692 0 0.0
tizen all-clusters-app arm unknown 4876 4876 0 0.0
FLASH 1721868 1721768 -100 -0.0
RAM 89084 89076 -8 -0.0
chip-tool-ubsan arm unknown 10312 10316 4 0.0
FLASH 17348362 17348890 528 0.0
RAM 7558448 7558804 356 0.0

Copy link

github-actions bot commented Sep 20, 2024

PR #35644: Size comparison from 3166e3a to 41e3165

Full report (13 builds for nxp, qpg, stm32, tizen)
platform target config section 3166e3a 41e3165 change % change
nxp contact k32w0+release FLASH 581760 581760 0 0.0
RAM 70776 70776 0 0.0
k32w1+release FLASH 594240 594240 0 0.0
RAM 62944 62944 0 0.0
mcxw71+release FLASH 594000 594000 0 0.0
RAM 62944 62944 0 0.0
light k32w0+release FLASH 617652 617652 0 0.0
RAM 70248 70248 0 0.0
k32w1+release FLASH 680888 680888 0 0.0
RAM 48584 48584 0 0.0
mcxw71+release FLASH 680904 680904 0 0.0
RAM 48584 48584 0 0.0
lock k32w1+release FLASH 702864 702864 0 0.0
RAM 67084 67084 0 0.0
mcxw71+release FLASH 702888 702888 0 0.0
RAM 67084 67084 0 0.0
qpg lighting-app qpg6105+debug FLASH 659392 659392 0 0.0
RAM 105236 105236 0 0.0
lock-app qpg6105+debug FLASH 617276 617276 0 0.0
RAM 99704 99704 0 0.0
stm32 light STM32WB5MM-DK FLASH 480928 480928 0 0.0
RAM 144692 144692 0 0.0
tizen all-clusters-app arm unknown 4876 4876 0 0.0
FLASH 1721868 1721768 -100 -0.0
RAM 89084 89076 -8 -0.0
chip-tool-ubsan arm unknown 10312 10316 4 0.0
FLASH 17348362 17348890 528 0.0
RAM 7558448 7558804 356 0.0

Copy link

github-actions bot commented Sep 20, 2024

PR #35644: Size comparison from 3166e3a to 1d2bfe9

Full report (93 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 3166e3a 1d2bfe9 change % change
bl602 lighting-app bl602 FLASH 1280026 1280026 0 0.0
RAM 95848 95848 0 0.0
bl602+mfd FLASH 1294148 1294148 0 0.0
RAM 95992 95992 0 0.0
bl602+rpc FLASH 1319238 1320232 994 0.1
RAM 104272 104272 0 0.0
bl702 lighting-app bl702 FLASH 944146 944146 0 0.0
RAM 15145 15145 0 0.0
bl702+mfd FLASH 946546 946546 0 0.0
RAM 15305 15305 0 0.0
bl702+rpc FLASH 1039466 1039710 244 0.0
RAM 24173 24173 0 0.0
bl706-eth FLASH 646352 646352 0 0.0
RAM 25233 25233 0 0.0
bl706-wifi FLASH 894430 894430 0 0.0
RAM 14477 14477 0 0.0
bl702l lighting-app bl702l FLASH 960806 960806 0 0.0
RAM 16804 16804 0 0.0
bl702l+mfd FLASH 963428 963428 0 0.0
RAM 16964 16964 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 677637 677637 0 0.0
RAM 78516 78516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 697489 697489 0 0.0
RAM 81148 81148 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 697489 697489 0 0.0
RAM 81148 81148 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 654417 654417 0 0.0
RAM 73584 73584 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 613677 613677 0 0.0
RAM 71468 71468 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 633305 633305 0 0.0
RAM 74020 74020 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 633305 633305 0 0.0
RAM 74020 74020 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 632933 632933 0 0.0
RAM 74516 74516 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 652641 652641 0 0.0
RAM 77068 77068 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 652641 652641 0 0.0
RAM 77068 77068 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 608341 608341 0 0.0
RAM 68604 68604 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 628201 628201 0 0.0
RAM 71236 71236 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 628201 628201 0 0.0
RAM 71236 71236 0 0.0
efr32 lighting-app BRD4187C FLASH 932732 933228 496 0.1
RAM 135080 135084 4 0.0
lock-app BRD2605a FLASH 740536 740528 -8 -0.0
RAM 231220 231220 0 0.0
BRD4338a FLASH 741184 741176 -8 -0.0
RAM 231252 231252 0 0.0
window-app BRD4187C FLASH 1016080 1016072 -8 -0.0
RAM 127004 127004 0 0.0
esp32 all-clusters-app c3devkit DRAM 94080 94080 0 0.0
FLASH 1537412 1537412 0 0.0
IRAM 82538 82538 0 0.0
m5stack DRAM 115032 115032 0 0.0
FLASH 1547838 1547838 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4688 4688 0 0.0
FLASH 2764255 2764255 0 0.0
RAM 129424 129424 0 0.0
all-clusters-app debug unknown 5528 5528 0 0.0
FLASH 6067744 6067744 0 0.0
RAM 507360 507360 0 0.0
all-clusters-minimal-app debug unknown 5424 5424 0 0.0
FLASH 5401076 5401076 0 0.0
RAM 241136 241136 0 0.0
bridge-app debug unknown 5408 5408 0 0.0
FLASH 4734632 4734632 0 0.0
RAM 218304 218304 0 0.0
chip-tool debug unknown 5960 5960 0 0.0
FLASH 12545910 12546140 230 0.0
RAM 555058 555090 32 0.0
chip-tool-ipv6only arm64 unknown 20424 20456 32 0.2
FLASH 11253536 11204064 -49472 -0.4
RAM 605288 605336 48 0.0
fabric-admin debug unknown 5792 5792 0 0.0
FLASH 10904409 10908393 3984 0.0
RAM 554234 554234 0 0.0
fabric-bridge-app debug unknown 4640 4640 0 0.0
FLASH 4557292 4561276 3984 0.1
RAM 204888 204888 0 0.0
lighting-app debug+rpc+ui unknown 6056 6056 0 0.0
FLASH 5670865 5675569 4704 0.1
RAM 228560 228552 -8 -0.0
lock-app debug unknown 5344 5344 0 0.0
FLASH 4783836 4783836 0 0.0
RAM 204376 204376 0 0.0
ota-provider-app debug unknown 4720 4720 0 0.0
FLASH 4417020 4417020 0 0.0
RAM 198112 198112 0 0.0
ota-requestor-app debug unknown 4656 4656 0 0.0
FLASH 4555768 4555768 0 0.0
RAM 202680 202680 0 0.0
shell debug unknown 4216 4216 0 0.0
FLASH 3094941 3094941 0 0.0
RAM 159184 159184 0 0.0
thermostat-no-ble arm64 unknown 9416 9432 16 0.2
FLASH 4337408 4306376 -31032 -0.7
RAM 242808 242808 0 0.0
tv-app debug unknown 5624 5624 0 0.0
FLASH 6012965 6012965 0 0.0
RAM 580896 580896 0 0.0
tv-casting-app debug unknown 5208 5208 0 0.0
FLASH 10739469 10739469 0 0.0
RAM 642976 642976 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 913316 913316 0 0.0
RAM 142199 142199 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 885016 885016 0 0.0
RAM 140338 140338 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846828 846828 0 0.0
RAM 141093 141093 0 0.0
light-switch-app nrf52840dk_nrf52840 FLASH 790840 790840 0 0.0
RAM 132171 132171 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 935232 935232 0 0.0
RAM 130744 130744 0 0.0
lighting-app nrf52840dk_nrf52840+rpc FLASH 882428 882808 380 0.0
RAM 146590 146590 0 0.0
nrf52840dongle_nrf52840 FLASH 823520 823520 0 0.0
RAM 154452 154452 0 0.0
nrf5340dk_nrf5340_cpuapp FLASH 779784 779784 0 0.0
RAM 145600 145600 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 935232 935232 0 0.0
RAM 130744 130744 0 0.0
lock-app nrf52840dk_nrf52840 FLASH 805924 805924 0 0.0
RAM 132718 132718 0 0.0
nrf5340dk_nrf5340_cpuapp FLASH 731472 731472 0 0.0
RAM 132848 132848 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 951244 951244 0 0.0
RAM 131291 131291 0 0.0
pump-app nrf52840dk_nrf52840 FLASH 758788 758788 0 0.0
RAM 131509 131509 0 0.0
pump-controller-app nrf52840dk_nrf52840 FLASH 743976 743976 0 0.0
RAM 131268 131268 0 0.0
nxp contact k32w0+release FLASH 581760 581760 0 0.0
RAM 70776 70776 0 0.0
k32w1+release FLASH 594240 594240 0 0.0
RAM 62944 62944 0 0.0
mcxw71+release FLASH 594000 594000 0 0.0
RAM 62944 62944 0 0.0
light k32w0+release FLASH 617652 617652 0 0.0
RAM 70248 70248 0 0.0
k32w1+release FLASH 680888 680888 0 0.0
RAM 48584 48584 0 0.0
mcxw71+release FLASH 680904 680904 0 0.0
RAM 48584 48584 0 0.0
lock k32w1+release FLASH 702864 702864 0 0.0
RAM 67084 67084 0 0.0
mcxw71+release FLASH 702888 702888 0 0.0
RAM 67084 67084 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1645140 1645140 0 0.0
RAM 210888 210888 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1551140 1551140 0 0.0
RAM 207688 207688 0 0.0
light cy8ckit_062s2_43012 FLASH 1466956 1466956 0 0.0
RAM 200696 200696 0 0.0
lock cy8ckit_062s2_43012 FLASH 1463572 1463572 0 0.0
RAM 225048 225048 0 0.0
qpg lighting-app qpg6105+debug FLASH 659392 659392 0 0.0
RAM 105236 105236 0 0.0
lock-app qpg6105+debug FLASH 617276 617276 0 0.0
RAM 99704 99704 0 0.0
stm32 light STM32WB5MM-DK FLASH 480928 480928 0 0.0
RAM 144692 144692 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 621982 619950 -2032 -0.3
RAM 50988 50988 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 687234 687234 0 0.0
RAM 148328 148328 0 0.0
all-clusters-minimal-app tlsr9528a FLASH 780168 780168 0 0.0
RAM 110780 110780 0 0.0
bridge-app tlsr9258a FLASH 681004 681004 0 0.0
RAM 91644 91644 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621746 619712 -2034 -0.3
RAM 50940 50940 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 707654 707654 0 0.0
RAM 74280 74280 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 624912 624726 -186 -0.0
RAM 144316 144316 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 810310 810378 68 0.0
RAM 99448 99448 0 0.0
lock-app-dfu tlsr9528a FLASH 655500 655500 0 0.0
RAM 67000 67000 0 0.0
ota-requestor-app tlsr9258a FLASH 696980 696980 0 0.0
RAM 91236 91236 0 0.0
pump-app-usb tlsr9518adk80d FLASH 633336 633336 0 0.0
RAM 55816 55816 0 0.0
pump-controller-app tlsr9518adk80d FLASH 610526 610526 0 0.0
RAM 53060 53060 0 0.0
shell tlsr9518adk80d FLASH 467216 467216 0 0.0
RAM 68668 68668 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 628712 626678 -2034 -0.3
RAM 52660 52660 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 652662 652662 0 0.0
RAM 56608 56608 0 0.0
thermostat tlsr9518adk80d FLASH 637256 637256 0 0.0
RAM 53452 53452 0 0.0
window-covering tlsr9118bdk40d FLASH 523442 523442 0 0.0
RAM 97284 97284 0 0.0
tizen all-clusters-app arm unknown 4876 4876 0 0.0
FLASH 1721868 1721768 -100 -0.0
RAM 89084 89076 -8 -0.0
chip-tool-ubsan arm unknown 10312 10316 4 0.0
FLASH 17348362 17348890 528 0.0
RAM 7558448 7558804 356 0.0

@cecille
Copy link
Contributor

cecille commented Sep 20, 2024

Q: it looks like there's a fair number of formatting changes. They look reasonably/ better, but is that going to mess stuff up for folks when they build products with zap files that aren't in the SDK?

@andy31415
Copy link
Contributor Author

Q: it looks like there's a fair number of formatting changes. They look reasonably/ better, but is that going to mess stuff up for folks when they build products with zap files that aren't in the SDK?

The reason for them is that we use clang-format from pigweed when formatting stuff with zap-regen (logic here was to have a clang-format that works on both linux and darwin the same ... and pigweed one is a fixed version).

I don't think others will be affected: this is strictly SDK generated files and all the rest of the files are restyle.io or not at all (whatever others are using)

@mergify mergify bot merged commit 9214daa into project-chip:master Sep 20, 2024
68 checks passed
nivi-apple pushed a commit to nivi-apple/connectedhomeip that referenced this pull request Sep 24, 2024
* Pull latest pigweed

* Make pigweed pull python 3.11 on macs, to have a consistent build environment

* Restyle

* Remove unused import

* Update signature of WriteLine - this was updated in pigwed to use std::string_view pass by value

* Workaround for slc errors for efr32

* Disable openssl warning of invalid function cast. This is already covered in connect.c via OPENSSL_MSVC_PRAGMA and is intentional

* ZAP regen because we change clang-format version

* SystemConfig includes ICDServerBuildConfig.h. Add the dependency as a formal dependency

* Fix typo in WriteLine parameter

* Restyle

* Fix the typo .. again, I had deleted the wrong thing

* Look to fix openiot sdk build

* Restyle

* Fix clang-tidy: it became stricter on unused arguments

* Fix tidy run for real this time ... at least one file passes locally

* Different fix for clang-tidy, seems more targeted

* More updates: -S is also a flag that clang tidy would not like according to https://github.com/llvm/llvm-project/pull/101103/files

* Fix typo

* Disable two more diagnostics that seem to show up in clang-tidy

* Need comma for - updated config

* Fix some clang-tidy findings

* More clang-tidy fixes

* Generate script update: make sure metadata is generated

* more tidy and dependency fixes

* more clang tidy make happy updates

* Restyle

* Fix too many args error

* Clean up an odd dependency

* Signature update for android test functions

* Fix type cast for android callback on type

* Fix the order of checks in TCP endpoint implementations to be what tests expect ... ugly that we verify input args first

* Fix invalid verify

* Fix typo

* Additional socket checks for socket inet implementations

* Self-review update

* Undo merge error

* Undo pigweed repo loss

* One more extra check to make clang-tidy happy

* One more extra check to make clang-tidy happy

* Switch to nolint

* Avoid large code deltas

* Restyle

* Restyled by clang-format

* Undo changes to build of attestation_verifier: it seems not needed

* Fix for clang-tidy requiring updated template keywords

* Fix the template argument ... there is a 2nd invoke type

* Another fix

---------

Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
nivi-apple pushed a commit to nivi-apple/connectedhomeip that referenced this pull request Sep 24, 2024
* Pull latest pigweed

* Make pigweed pull python 3.11 on macs, to have a consistent build environment

* Restyle

* Remove unused import

* Update signature of WriteLine - this was updated in pigwed to use std::string_view pass by value

* Workaround for slc errors for efr32

* Disable openssl warning of invalid function cast. This is already covered in connect.c via OPENSSL_MSVC_PRAGMA and is intentional

* ZAP regen because we change clang-format version

* SystemConfig includes ICDServerBuildConfig.h. Add the dependency as a formal dependency

* Fix typo in WriteLine parameter

* Restyle

* Fix the typo .. again, I had deleted the wrong thing

* Look to fix openiot sdk build

* Restyle

* Fix clang-tidy: it became stricter on unused arguments

* Fix tidy run for real this time ... at least one file passes locally

* Different fix for clang-tidy, seems more targeted

* More updates: -S is also a flag that clang tidy would not like according to https://github.com/llvm/llvm-project/pull/101103/files

* Fix typo

* Disable two more diagnostics that seem to show up in clang-tidy

* Need comma for - updated config

* Fix some clang-tidy findings

* More clang-tidy fixes

* Generate script update: make sure metadata is generated

* more tidy and dependency fixes

* more clang tidy make happy updates

* Restyle

* Fix too many args error

* Clean up an odd dependency

* Signature update for android test functions

* Fix type cast for android callback on type

* Fix the order of checks in TCP endpoint implementations to be what tests expect ... ugly that we verify input args first

* Fix invalid verify

* Fix typo

* Additional socket checks for socket inet implementations

* Self-review update

* Undo merge error

* Undo pigweed repo loss

* One more extra check to make clang-tidy happy

* One more extra check to make clang-tidy happy

* Switch to nolint

* Avoid large code deltas

* Restyle

* Restyled by clang-format

* Undo changes to build of attestation_verifier: it seems not needed

* Fix for clang-tidy requiring updated template keywords

* Fix the template argument ... there is a 2nd invoke type

* Another fix

---------

Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
DavidKorczynski pushed a commit to google/oss-fuzz that referenced this pull request Sep 25, 2024
- OSS-Fuzz builds are failing after pigweed was rebased in
project-chip/connectedhomeip#35644
- One of the failures is related to pigweed becoming incompatible with
python <3.9. Such as using subscript notation in the type hints.

- Fix: Base images in OSS-Fuzz use python 3.8, This PR aims to force the
usage of python3.10 instead
### Example Error
```
Step #1: Traceback (most recent call last):
Step #1:   File "../../third_party/pigweed/repo/pw_build/py/pw_build/python_runner.py", line 38, in <module>
Step #1:     import gn_resolver  # type: ignore
Step #1:   File "/src/connectedhomeip/third_party/pigweed/repo/pw_build/py/pw_build/gn_resolver.py", line 319, in <module>
Step #1:     _Actions = Iterator[tuple[_ArgAction, str]]
Step #1: TypeError: 'type' object is not subscriptable
Step #1: [137/1234] ln -f ../../third_party/pigweed/repo/pw_thread/pw_thread_protos/thread_snapshot_service.proto
```
yyzhong-g pushed a commit to yyzhong-g/connectedhomeip that referenced this pull request Dec 12, 2024
* Pull latest pigweed

* Make pigweed pull python 3.11 on macs, to have a consistent build environment

* Restyle

* Remove unused import

* Update signature of WriteLine - this was updated in pigwed to use std::string_view pass by value

* Workaround for slc errors for efr32

* Disable openssl warning of invalid function cast. This is already covered in connect.c via OPENSSL_MSVC_PRAGMA and is intentional

* ZAP regen because we change clang-format version

* SystemConfig includes ICDServerBuildConfig.h. Add the dependency as a formal dependency

* Fix typo in WriteLine parameter

* Restyle

* Fix the typo .. again, I had deleted the wrong thing

* Look to fix openiot sdk build

* Restyle

* Fix clang-tidy: it became stricter on unused arguments

* Fix tidy run for real this time ... at least one file passes locally

* Different fix for clang-tidy, seems more targeted

* More updates: -S is also a flag that clang tidy would not like according to https://github.com/llvm/llvm-project/pull/101103/files

* Fix typo

* Disable two more diagnostics that seem to show up in clang-tidy

* Need comma for - updated config

* Fix some clang-tidy findings

* More clang-tidy fixes

* Generate script update: make sure metadata is generated

* more tidy and dependency fixes

* more clang tidy make happy updates

* Restyle

* Fix too many args error

* Clean up an odd dependency

* Signature update for android test functions

* Fix type cast for android callback on type

* Fix the order of checks in TCP endpoint implementations to be what tests expect ... ugly that we verify input args first

* Fix invalid verify

* Fix typo

* Additional socket checks for socket inet implementations

* Self-review update

* Undo merge error

* Undo pigweed repo loss

* One more extra check to make clang-tidy happy

* One more extra check to make clang-tidy happy

* Switch to nolint

* Avoid large code deltas

* Restyle

* Restyled by clang-format

* Undo changes to build of attestation_verifier: it seems not needed

* Fix for clang-tidy requiring updated template keywords

* Fix the template argument ... there is a 2nd invoke type

* Another fix

---------

Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants