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

[Realtek] First porting Bee4 #37005

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

Conversation

pankore
Copy link
Contributor

@pankore pankore commented Jan 9, 2025

Bee4 is the codename for Realtek RTL87X2G series IC
We have added support for several matter applications on our SoC board-RTL8777G SOC board, including: lighting,switch,window,lock

The main difference between light-switch-app-1_to_2.matter , light-switch-app-1_to_8.matter, light-switch-app-1_to_11.matter, as suggested by the file names, is likely the number of endpoints they support,Increasing the number of supported endpoints usually means that more devices can be connected and controlled.

Testing

We conducted thorough testing on local RTL8777G SOC boards. This included building the applications, performing commissioning processes, and verifying the basic functionality of the sample-lighting, switch, window, and lock applications.
There is no test added at present. We will temporarily ensure that there are no problems with the version compilation before uploading it. We will push it to be added in future

Copy link

semanticdiff-com bot commented Jan 9, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  .github/.wordlist.txt Unsupported file format
  .gitmodules Unsupported file format
  build_overrides/bee_sdk.gni Unsupported file format
  config/realtek_bee/.gn Unsupported file format
  config/realtek_bee/BUILD.gn Unsupported file format
  config/realtek_bee/args.gni Unsupported file format
  config/realtek_bee/bee_arm.gni Unsupported file format
  config/realtek_bee/build  0% smaller
  config/realtek_bee/build_overrides  0% smaller
  config/realtek_bee/chip.cmake Unsupported file format
  config/realtek_bee/lib/pw_rpc/BUILD.gn Unsupported file format
  config/realtek_bee/mbedtls/BUILD.gn Unsupported file format
  config/realtek_bee/third_party/connectedhomeip  0% smaller
  config/realtek_bee/toolchain/BUILD.gn Unsupported file format
  examples/common/pigweed/realtek_bee/PigweedLoggerMutex.cpp Unsupported file format
  examples/common/pigweed/realtek_bee/PigweedLoggerMutex.h Unsupported file format
  examples/light-switch-app/realtek_bee/README.md Unsupported file format
  examples/light-switch-app/realtek_bee/chip_main.cmake Unsupported file format
  examples/light-switch-app/realtek_bee/data_model/light-switch-app-1_to_11.matter Unsupported file format
  examples/light-switch-app/realtek_bee/data_model/light-switch-app-1_to_11.zap Unsupported file format
  examples/light-switch-app/realtek_bee/data_model/light-switch-app-1_to_2.matter Unsupported file format
  examples/light-switch-app/realtek_bee/data_model/light-switch-app-1_to_2.zap Unsupported file format
  examples/light-switch-app/realtek_bee/data_model/light-switch-app-1_to_8.matter Unsupported file format
  examples/light-switch-app/realtek_bee/data_model/light-switch-app-1_to_8.zap Unsupported file format
  examples/light-switch-app/realtek_bee/main/AppTask.cpp Unsupported file format
  examples/light-switch-app/realtek_bee/main/BindingHandler.cpp Unsupported file format
  examples/light-switch-app/realtek_bee/main/CHIPDeviceManager.cpp Unsupported file format
  examples/light-switch-app/realtek_bee/main/DeviceCallbacks.cpp Unsupported file format
  examples/light-switch-app/realtek_bee/main/Globals.cpp Unsupported file format
  examples/light-switch-app/realtek_bee/main/LightSwitch.cpp Unsupported file format
  examples/light-switch-app/realtek_bee/main/chipinterface.cpp Unsupported file format
  examples/light-switch-app/realtek_bee/main/include/AppConfig.h Unsupported file format
  examples/light-switch-app/realtek_bee/main/include/AppEvent.h Unsupported file format
  examples/light-switch-app/realtek_bee/main/include/AppTask.h Unsupported file format
  examples/light-switch-app/realtek_bee/main/include/BindingHandler.h Unsupported file format
  examples/light-switch-app/realtek_bee/main/include/CHIPDeviceManager.h Unsupported file format
  examples/light-switch-app/realtek_bee/main/include/CHIPProjectConfig.h Unsupported file format
  examples/light-switch-app/realtek_bee/main/include/DeviceCallbacks.h Unsupported file format
  examples/light-switch-app/realtek_bee/main/include/Globals.h Unsupported file format
  examples/light-switch-app/realtek_bee/main/include/LightSwitch.h Unsupported file format
  examples/lighting-app/realtek_bee/README.md Unsupported file format
  examples/lighting-app/realtek_bee/chip_main.cmake Unsupported file format
  examples/lighting-app/realtek_bee/data_model/lighting-app.matter Unsupported file format
  examples/lighting-app/realtek_bee/data_model/lighting-app.zap Unsupported file format
  examples/lighting-app/realtek_bee/main/AppTask.cpp Unsupported file format
  examples/lighting-app/realtek_bee/main/CHIPDeviceManager.cpp Unsupported file format
  examples/lighting-app/realtek_bee/main/DeviceCallbacks.cpp Unsupported file format
  examples/lighting-app/realtek_bee/main/Globals.cpp Unsupported file format
  examples/lighting-app/realtek_bee/main/LightingManager.cpp Unsupported file format
  examples/lighting-app/realtek_bee/main/chipinterface.cpp Unsupported file format
  examples/lighting-app/realtek_bee/main/include/AppConfig.h Unsupported file format
  examples/lighting-app/realtek_bee/main/include/AppEvent.h Unsupported file format
  examples/lighting-app/realtek_bee/main/include/AppTask.h Unsupported file format
  examples/lighting-app/realtek_bee/main/include/CHIPDeviceManager.h Unsupported file format
  examples/lighting-app/realtek_bee/main/include/CHIPProjectConfig.h Unsupported file format
  examples/lighting-app/realtek_bee/main/include/DeviceCallbacks.h Unsupported file format
  examples/lighting-app/realtek_bee/main/include/Globals.h Unsupported file format
  examples/lighting-app/realtek_bee/main/include/LightingManager.h Unsupported file format
  examples/lock-app/realtek_bee/README.md Unsupported file format
  examples/lock-app/realtek_bee/chip_main.cmake Unsupported file format
  examples/lock-app/realtek_bee/main/AppTask.cpp Unsupported file format
  examples/lock-app/realtek_bee/main/BoltLockManager.cpp Unsupported file format
  examples/lock-app/realtek_bee/main/CHIPDeviceManager.cpp Unsupported file format
  examples/lock-app/realtek_bee/main/DeviceCallbacks.cpp Unsupported file format
  examples/lock-app/realtek_bee/main/Globals.cpp Unsupported file format
  examples/lock-app/realtek_bee/main/chipinterface.cpp Unsupported file format
  examples/lock-app/realtek_bee/main/include/AppConfig.h Unsupported file format
  examples/lock-app/realtek_bee/main/include/AppEvent.h Unsupported file format
  examples/lock-app/realtek_bee/main/include/AppTask.h Unsupported file format
  examples/lock-app/realtek_bee/main/include/BoltLockManager.h Unsupported file format
  examples/lock-app/realtek_bee/main/include/CHIPDeviceManager.h Unsupported file format
  examples/lock-app/realtek_bee/main/include/CHIPProjectConfig.h Unsupported file format
  examples/lock-app/realtek_bee/main/include/DeviceCallbacks.h Unsupported file format
  examples/lock-app/realtek_bee/main/include/Globals.h Unsupported file format
  examples/ota-requestor-app/realtek_bee/README.md Unsupported file format
  examples/ota-requestor-app/realtek_bee/chip_main.cmake Unsupported file format
  examples/ota-requestor-app/realtek_bee/main/AppTask.cpp Unsupported file format
  examples/ota-requestor-app/realtek_bee/main/CHIPDeviceManager.cpp Unsupported file format
  examples/ota-requestor-app/realtek_bee/main/DeviceCallbacks.cpp Unsupported file format
  examples/ota-requestor-app/realtek_bee/main/chipinterface.cpp Unsupported file format
  examples/ota-requestor-app/realtek_bee/main/include/AppConfig.h Unsupported file format
  examples/ota-requestor-app/realtek_bee/main/include/AppEvent.h Unsupported file format
  examples/ota-requestor-app/realtek_bee/main/include/AppTask.h Unsupported file format
  examples/ota-requestor-app/realtek_bee/main/include/CHIPDeviceManager.h Unsupported file format
  examples/ota-requestor-app/realtek_bee/main/include/CHIPProjectConfig.h Unsupported file format
  examples/ota-requestor-app/realtek_bee/main/include/DeviceCallbacks.h Unsupported file format
  examples/platform/realtek_bee/PigweedLogger.cpp Unsupported file format
  examples/platform/realtek_bee/PigweedLogger.h Unsupported file format
  examples/platform/realtek_bee/Rpc.cpp Unsupported file format
  examples/platform/realtek_bee/Rpc.h Unsupported file format
  examples/platform/realtek_bee/ota/OTAInitializer.cpp Unsupported file format
  examples/platform/realtek_bee/ota/OTAInitializer.h Unsupported file format
  examples/platform/realtek_bee/pw_sys_io/BUILD.gn Unsupported file format
  examples/platform/realtek_bee/pw_sys_io/CMakeLists.txt Unsupported file format
  examples/platform/realtek_bee/pw_sys_io/public/pw_sys_io_bee/init.h Unsupported file format
  examples/platform/realtek_bee/pw_sys_io/sys_io_bee.cc Unsupported file format
  examples/platform/realtek_bee/route_hook/ameba_route_hook.c Unsupported file format
  examples/platform/realtek_bee/route_hook/ameba_route_hook.h Unsupported file format
  examples/platform/realtek_bee/route_hook/ameba_route_table.c Unsupported file format
  examples/platform/realtek_bee/route_hook/ameba_route_table.h Unsupported file format
  examples/platform/realtek_bee/shell/launch_shell.cpp Unsupported file format
  examples/platform/realtek_bee/shell/launch_shell.h Unsupported file format
  examples/platform/realtek_bee/util/LEDWidget.cpp Unsupported file format
  examples/platform/realtek_bee/util/LEDWidget.h Unsupported file format
  examples/window-app/realtek_bee/README.md Unsupported file format
  examples/window-app/realtek_bee/chip_main.cmake Unsupported file format
  examples/window-app/realtek_bee/main/AppTask.cpp Unsupported file format
  examples/window-app/realtek_bee/main/CHIPDeviceManager.cpp Unsupported file format
  examples/window-app/realtek_bee/main/DeviceCallbacks.cpp Unsupported file format
  examples/window-app/realtek_bee/main/WindowCovering.cpp Unsupported file format
  examples/window-app/realtek_bee/main/chipinterface.cpp Unsupported file format
  examples/window-app/realtek_bee/main/include/AppConfig.h Unsupported file format
  examples/window-app/realtek_bee/main/include/AppEvent.h Unsupported file format
  examples/window-app/realtek_bee/main/include/AppTask.h Unsupported file format
  examples/window-app/realtek_bee/main/include/CHIPDeviceManager.h Unsupported file format
  examples/window-app/realtek_bee/main/include/CHIPProjectConfig.h Unsupported file format
  examples/window-app/realtek_bee/main/include/DeviceCallbacks.h Unsupported file format
  examples/window-app/realtek_bee/main/include/WindowCovering.h Unsupported file format
  scripts/build/BUILD.gn Unsupported file format
  scripts/build/build/targets.py  0% smaller
  scripts/build/builders/realtek.py  0% smaller
  scripts/build/testdata/all_targets_linux_x64.txt Unsupported file format
  scripts/checkout_submodules.py  0% smaller
  src/BUILD.gn Unsupported file format
  src/lib/shell/BUILD.gn Unsupported file format
  src/lib/shell/MainLoopBee.cpp Unsupported file format
  src/lib/shell/streamer_bee.cpp Unsupported file format
  src/platform/BUILD.gn Unsupported file format
  src/platform/Realtek_bee/BLEManagerImpl.cpp Unsupported file format
  src/platform/Realtek_bee/BLEManagerImpl.h Unsupported file format
  src/platform/Realtek_bee/BUILD.gn Unsupported file format
  src/platform/Realtek_bee/BeeConfig.cpp Unsupported file format
  src/platform/Realtek_bee/BeeConfig.h Unsupported file format
  src/platform/Realtek_bee/BlePlatformConfig.h Unsupported file format
  src/platform/Realtek_bee/CHIPDevicePlatformConfig.h Unsupported file format
  src/platform/Realtek_bee/CHIPDevicePlatformEvent.h Unsupported file format
  src/platform/Realtek_bee/CHIPPlatformConfig.h Unsupported file format
  src/platform/Realtek_bee/ConfigurationManagerImpl.cpp Unsupported file format
  src/platform/Realtek_bee/ConfigurationManagerImpl.h Unsupported file format
  src/platform/Realtek_bee/ConnectivityManagerImpl.cpp Unsupported file format
  src/platform/Realtek_bee/ConnectivityManagerImpl.h Unsupported file format
  src/platform/Realtek_bee/DiagnosticDataProviderImpl.cpp Unsupported file format
  src/platform/Realtek_bee/DiagnosticDataProviderImpl.h Unsupported file format
  src/platform/Realtek_bee/FactoryDataDecoder.cpp Unsupported file format
  src/platform/Realtek_bee/FactoryDataDecoder.h Unsupported file format
  src/platform/Realtek_bee/FactoryDataProvider.cpp Unsupported file format
  src/platform/Realtek_bee/FactoryDataProvider.h Unsupported file format
  src/platform/Realtek_bee/InetPlatformConfig.h Unsupported file format
  src/platform/Realtek_bee/KeyValueStoreManagerImpl.cpp Unsupported file format
  src/platform/Realtek_bee/KeyValueStoreManagerImpl.h Unsupported file format
  src/platform/Realtek_bee/Logging.cpp Unsupported file format
  src/platform/Realtek_bee/OTAImageProcessorImpl.cpp Unsupported file format
  src/platform/Realtek_bee/OTAImageProcessorImpl.h Unsupported file format
  src/platform/Realtek_bee/PlatformManagerImpl.cpp Unsupported file format
  src/platform/Realtek_bee/PlatformManagerImpl.h Unsupported file format
  src/platform/Realtek_bee/README.md Unsupported file format
  src/platform/Realtek_bee/SystemPlatformConfig.h Unsupported file format
  src/platform/Realtek_bee/ThreadStackManagerImpl.cpp Unsupported file format
  src/platform/Realtek_bee/ThreadStackManagerImpl.h Unsupported file format
  src/platform/Realtek_bee/args.gni Unsupported file format
  src/platform/device.gni Unsupported file format
  src/platform/logging/BUILD.gn Unsupported file format
  third_party/openthread/ot-realtek  0% smaller

@github-actions github-actions bot added the github label Jan 9, 2025
Copy link

github-actions bot commented Jan 9, 2025

PR #37005: Size comparison from f25f635 to c90548e

Full report (3 builds for cc32xx, stm32)
platform target config section f25f635 c90548e change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 540049 540049 0 0.0
RAM 205800 205800 0 0.0
lock CC3235SF_LAUNCHXL FLASH 574217 574217 0 0.0
RAM 205944 205944 0 0.0
stm32 light STM32WB5MM-DK FLASH 485080 485080 0 0.0
RAM 144912 144912 0 0.0

Copy link

github-actions bot commented Jan 9, 2025

PR #37005: Size comparison from f25f635 to d4bb589

Full report (3 builds for cc32xx, stm32)
platform target config section f25f635 d4bb589 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 540049 540049 0 0.0
RAM 205800 205800 0 0.0
lock CC3235SF_LAUNCHXL FLASH 574217 574217 0 0.0
RAM 205944 205944 0 0.0
stm32 light STM32WB5MM-DK FLASH 485080 485080 0 0.0
RAM 144912 144912 0 0.0

Copy link

github-actions bot commented Jan 9, 2025

PR #37005: Size comparison from f25f635 to a274c97

Full report (3 builds for cc32xx, stm32)
platform target config section f25f635 a274c97 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 540049 540049 0 0.0
RAM 205800 205800 0 0.0
lock CC3235SF_LAUNCHXL FLASH 574217 574217 0 0.0
RAM 205944 205944 0 0.0
stm32 light STM32WB5MM-DK FLASH 485080 485080 0 0.0
RAM 144912 144912 0 0.0

@andy31415 andy31415 added the changing-submodules-on-purpose Marker that this PR is changing submodules (and it is not a "commit all" typo/mistake) label Jan 9, 2025
Copy link
Contributor

@andy31415 andy31415 left a comment

Choose a reason for hiding this comment

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

This is a very large change. Please make sure CI passes and also expand the Summary with details:

  • what is Bee4
  • what examples were added/general TLDR on changes
  • add a ### Testing section: how did you check that the things you added work correctly (and how can others in the future do the same?). Were there any tests added/updated? There are no CI changes so how will "this compiles" be enforced over time? if you add CI how much overhead is added for it?

Copy link

github-actions bot commented Jan 10, 2025

PR #37005: Size comparison from f25f635 to bd8c910

Increases above 0.2%:

platform target config section f25f635 bd8c910 change % change
linux chip-tool-ipv6only arm64 unknown 21400 21560 160 0.7
FLASH 10995728 11053856 58128 0.5
RAM 633584 638064 4480 0.7
tizen chip-tool-ubsan arm unknown 10844 10924 80 0.7
FLASH 17999086 18121646 122560 0.7
RAM 7855832 7909212 53380 0.7
Full report (55 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section f25f635 bd8c910 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1354956 1354946 -10 -0.0
RAM 104152 104152 0 0.0
bl702 lighting-app bl702+eth FLASH 726256 726512 256 0.0
RAM 25361 25361 0 0.0
bl702+wifi FLASH 913126 913126 0 0.0
RAM 14101 14101 0 0.0
bl706+mfd+rpc+littlefs FLASH 1173960 1173960 0 0.0
RAM 23941 23941 0 0.0
bl702l lighting-app bl702l+mfd+littlefs FLASH 1083028 1083028 0 0.0
RAM 16612 16612 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 840208 840400 192 0.0
RAM 123696 123712 16 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 825748 825932 184 0.0
RAM 125584 125600 16 0.0
pump-app LP_EM_CC1354P10_6 FLASH 772568 772836 268 0.0
RAM 114060 114076 16 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 756748 757016 268 0.0
RAM 114260 114276 16 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 540049 540285 236 0.0
RAM 205800 205816 16 0.0
lock CC3235SF_LAUNCHXL FLASH 574217 574453 236 0.0
RAM 205944 205960 16 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 681745 681809 64 0.0
RAM 78756 78756 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 701597 701653 56 0.0
RAM 81396 81396 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 701597 701653 56 0.0
RAM 81396 81396 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 658525 658589 64 0.0
RAM 73824 73824 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 618369 618425 56 0.0
RAM 71748 71748 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 637997 638053 56 0.0
RAM 74292 74292 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 637997 638053 56 0.0
RAM 74292 74292 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 637769 637825 56 0.0
RAM 74756 74756 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 657477 657533 56 0.0
RAM 77300 77300 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 657477 657533 56 0.0
RAM 77300 77300 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 614389 614445 56 0.0
RAM 68844 68844 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 634241 634297 56 0.0
RAM 71476 71476 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 634241 634297 56 0.0
RAM 71476 71476 0 0.0
efr32 lock-app BRD4187C FLASH 932676 932740 64 0.0
RAM 160228 160228 0 0.0
BRD4338a FLASH 747160 747200 40 0.0
RAM 233356 233356 0 0.0
window-app BRD4187C FLASH 1025592 1025656 64 0.0
RAM 128332 128332 0 0.0
esp32 all-clusters-app c3devkit DRAM 95352 95352 0 0.0
FLASH 1541956 1541996 40 0.0
IRAM 82552 82552 0 0.0
m5stack DRAM 116332 116332 0 0.0
FLASH 1548154 1548246 92 0.0
IRAM 117039 117039 0 0.0
linux chip-tool-ipv6only arm64 unknown 21400 21560 160 0.7
FLASH 10995728 11053856 58128 0.5
RAM 633584 638064 4480 0.7
thermostat-no-ble arm64 unknown 9584 9584 0 0.0
FLASH 4118968 4120104 1136 0.0
RAM 246296 246384 88 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 918100 918156 56 0.0
RAM 143332 143332 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 890592 890664 72 0.0
RAM 141519 141519 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 852164 852220 56 0.0
RAM 142244 142244 0 0.0
nxp contact k32w0+release FLASH 586048 586112 64 0.0
RAM 71112 71112 0 0.0
mcxw71+release FLASH 601576 601624 48 0.0
RAM 63328 63328 0 0.0
light k32w0+release FLASH 612700 612748 48 0.0
RAM 70504 70504 0 0.0
k32w1+release FLASH 687320 687384 64 0.0
RAM 48920 48920 0 0.0
lock mcxw71+release FLASH 763656 763704 48 0.0
RAM 70956 70956 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1647500 1647684 184 0.0
RAM 212128 212144 16 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1555132 1555316 184 0.0
RAM 208944 208960 16 0.0
light cy8ckit_062s2_43012 FLASH 1470236 1470420 184 0.0
RAM 200912 200928 16 0.0
lock cy8ckit_062s2_43012 FLASH 1467956 1468156 200 0.0
RAM 225272 225280 8 0.0
qpg lighting-app qpg6105+debug FLASH 664328 664392 64 0.0
RAM 105456 105456 0 0.0
lock-app qpg6105+debug FLASH 622156 622204 48 0.0
RAM 99908 99908 0 0.0
stm32 light STM32WB5MM-DK FLASH 485080 485136 56 0.0
RAM 144912 144912 0 0.0
telink bridge-app tlsr9258a FLASH 683634 683698 64 0.0
RAM 91248 91248 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 623874 623938 64 0.0
RAM 31488 31488 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 772708 772772 64 0.0
RAM 49348 49348 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 777324 777388 64 0.0
RAM 99812 99812 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 711316 711380 64 0.0
RAM 73544 73544 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 628320 628384 64 0.0
RAM 142180 142180 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 814334 814398 64 0.0
RAM 99724 99724 0 0.0
tizen all-clusters-app arm unknown 5160 5160 0 0.0
FLASH 1780980 1781748 768 0.0
RAM 93684 93720 36 0.0
chip-tool-ubsan arm unknown 10844 10924 80 0.7
FLASH 17999086 18121646 122560 0.7
RAM 7855832 7909212 53380 0.7

Copy link

github-actions bot commented Jan 13, 2025

PR #37005: Size comparison from d5e9829 to 953fa57

Full report (70 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section d5e9829 953fa57 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1355350 1355350 0 0.0
RAM 103952 103952 0 0.0
bl702 lighting-app bl702+eth FLASH 726034 726034 0 0.0
RAM 25353 25353 0 0.0
bl702+wifi FLASH 912904 912904 0 0.0
RAM 14093 14093 0 0.0
bl706+mfd+rpc+littlefs FLASH 1173762 1173762 0 0.0
RAM 23933 23933 0 0.0
bl702l lighting-app bl702l+mfd+littlefs FLASH 1082790 1082790 0 0.0
RAM 16604 16604 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 840224 840224 0 0.0
RAM 123552 123552 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 825724 825724 0 0.0
RAM 125440 125440 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 772620 772620 0 0.0
RAM 113916 113916 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 756816 756816 0 0.0
RAM 114116 114116 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 540041 540041 0 0.0
RAM 205304 205304 0 0.0
lock CC3235SF_LAUNCHXL FLASH 574209 574209 0 0.0
RAM 205448 205448 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 681601 681601 0 0.0
RAM 78596 78596 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 701453 701453 0 0.0
RAM 81236 81236 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 701453 701453 0 0.0
RAM 81236 81236 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 658389 658389 0 0.0
RAM 73664 73664 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 618153 618153 0 0.0
RAM 71588 71588 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 637789 637789 0 0.0
RAM 74132 74132 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 637789 637789 0 0.0
RAM 74132 74132 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 637601 637601 0 0.0
RAM 74596 74596 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 657317 657317 0 0.0
RAM 77140 77140 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 657317 657317 0 0.0
RAM 77140 77140 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 614213 614213 0 0.0
RAM 68684 68684 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 634065 634065 0 0.0
RAM 71316 71316 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 634065 634065 0 0.0
RAM 71316 71316 0 0.0
efr32 lock-app BRD4187C FLASH 932500 932500 0 0.0
RAM 160068 160068 0 0.0
BRD4338a FLASH 749232 749224 -8 -0.0
RAM 233196 233196 0 0.0
window-app BRD4187C FLASH 1026896 1026888 -8 -0.0
RAM 128172 128172 0 0.0
esp32 all-clusters-app c3devkit DRAM 95192 95192 0 0.0
FLASH 1541904 1541904 0 0.0
IRAM 82552 82552 0 0.0
m5stack DRAM 116172 116172 0 0.0
FLASH 1548458 1548458 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4752 4752 0 0.0
FLASH 2723229 2723229 0 0.0
RAM 133160 133160 0 0.0
all-clusters-app debug unknown 5560 5560 0 0.0
FLASH 5996466 5996466 0 0.0
RAM 526072 526072 0 0.0
all-clusters-minimal-app debug unknown 5456 5456 0 0.0
FLASH 5341652 5341652 0 0.0
RAM 243072 243072 0 0.0
bridge-app debug unknown 5472 5472 0 0.0
FLASH 4696806 4696806 0 0.0
RAM 221824 221824 0 0.0
chip-tool debug unknown 5984 5984 0 0.0
FLASH 12867152 12867152 0 0.0
RAM 587002 587002 0 0.0
chip-tool-ipv6only arm64 unknown 21536 21536 0 0.0
FLASH 10989440 10989440 0 0.0
RAM 638048 638048 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11274263 11274263 0 0.0
RAM 587346 587346 0 0.0
fabric-bridge-app debug unknown 4728 4728 0 0.0
FLASH 4521756 4521756 0 0.0
RAM 208928 208928 0 0.0
fabric-sync debug unknown 4968 4968 0 0.0
FLASH 5622981 5622981 0 0.0
RAM 477880 477880 0 0.0
lighting-app debug+rpc+ui unknown 6136 6136 0 0.0
FLASH 5631329 5631329 0 0.0
RAM 232072 232072 0 0.0
lock-app debug unknown 5408 5408 0 0.0
FLASH 4744568 4744568 0 0.0
RAM 208072 208072 0 0.0
ota-provider-app debug unknown 4768 4768 0 0.0
FLASH 4372108 4372108 0 0.0
RAM 201744 201744 0 0.0
ota-requestor-app debug unknown 4720 4720 0 0.0
FLASH 4510120 4510120 0 0.0
RAM 206312 206312 0 0.0
shell debug unknown 4248 4248 0 0.0
FLASH 3023197 3023197 0 0.0
RAM 160792 160792 0 0.0
thermostat-no-ble arm64 unknown 9552 9552 0 0.0
FLASH 4110296 4110296 0 0.0
RAM 246368 246368 0 0.0
tv-app debug unknown 5736 5736 0 0.0
FLASH 5966741 5966741 0 0.0
RAM 601312 601312 0 0.0
tv-casting-app debug unknown 5312 5312 0 0.0
FLASH 11102349 11102349 0 0.0
RAM 700496 700496 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 917804 917804 0 0.0
RAM 143172 143172 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 890868 890868 0 0.0
RAM 141359 141359 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 851932 851932 0 0.0
RAM 142084 142084 0 0.0
nxp contact k32w0+release FLASH 585968 585968 0 0.0
RAM 70952 70952 0 0.0
mcxw71+release FLASH 601488 601488 0 0.0
RAM 63168 63168 0 0.0
light k32w0+release FLASH 612588 612588 0 0.0
RAM 70344 70344 0 0.0
k32w1+release FLASH 687184 687184 0 0.0
RAM 48760 48760 0 0.0
lock mcxw71+release FLASH 763456 763456 0 0.0
RAM 70796 70796 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1652124 1652124 0 0.0
RAM 211632 211632 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1557884 1557884 0 0.0
RAM 208448 208448 0 0.0
light cy8ckit_062s2_43012 FLASH 1472492 1472492 0 0.0
RAM 200416 200416 0 0.0
lock cy8ckit_062s2_43012 FLASH 1470276 1470276 0 0.0
RAM 224768 224768 0 0.0
qpg lighting-app qpg6105+debug FLASH 664176 664176 0 0.0
RAM 105296 105296 0 0.0
lock-app qpg6105+debug FLASH 622004 622004 0 0.0
RAM 99748 99748 0 0.0
stm32 light STM32WB5MM-DK FLASH 484976 484976 0 0.0
RAM 144752 144752 0 0.0
telink bridge-app tlsr9258a FLASH 683564 683564 0 0.0
RAM 91088 91088 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 623810 623810 0 0.0
RAM 31488 31488 0 0.0
light-app-ota-compress-lzma-shell-factory-data tl3218x FLASH 772664 772664 0 0.0
RAM 49348 49348 0 0.0
light-app-ota-shell-factory-data tl7218x FLASH 777268 777268 0 0.0
RAM 99652 99652 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 711250 711250 0 0.0
RAM 73384 73384 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 628264 628264 0 0.0
RAM 142020 142020 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 814278 814278 0 0.0
RAM 99564 99564 0 0.0
tizen all-clusters-app arm unknown 5120 5120 0 0.0
FLASH 1767272 1767272 0 0.0
RAM 93708 93708 0 0.0
chip-tool-ubsan arm unknown 10904 10904 0 0.0
FLASH 17949774 17949774 0 0.0
RAM 7842672 7842672 0 0.0

@pankore
Copy link
Contributor Author

pankore commented Jan 13, 2025

Please help to check again

import("//build_overrides/bee_sdk.gni")
declare_args() {
# Location of the BEE SDK.
bee_sdk_root = "${chip_root}/third_party/bee_sdk"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this supposed to contain a submodule? How is this compiled?

## Realtek SDK

More detailed information on the Bee4 SDK can be found in the
[Realtek Matter SDK](https://github.com/rtkconnectivity/rtl87x2g_sdk).
Copy link
Contributor

Choose a reason for hiding this comment

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

There should be some instructions on how to compile in the SDK itself. likely some build-examples.py line.

Copy link
Contributor

@andy31415 andy31415 left a comment

Choose a reason for hiding this comment

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

CI seems to pass. We still need to have this integrated in our build system:

  • add build_examples.py compile support
  • update README.md to describe how to build if anything is required

I would like to ensure we can easily get the SDK and it is not under some login/NDA/other agreement link.

${CHIP_ROOT}/src/app
${CHIP_ROOT}/src/platform/Realtek_bee
${CHIP_ROOT}/src/platform/OpenThread
# ${CHIP_ROOT}/src/lwip/bee
Copy link
Contributor

Choose a reason for hiding this comment

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

remove commented out lines

@pankore
Copy link
Contributor Author

pankore commented Jan 16, 2025

I have updated the README file for each sample to include detailed build instructions. Please help to check again

Copy link
Contributor

Choose a reason for hiding this comment

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

what are the different 1_to_2 and 1_to_8 and 1_to_11 and such mean? please describe the PR in the PR summary.

#endif

#if CONFIG_ENABLE_ATTRIBUTE_SUBSCRIBE
// TriggerSubscribe();
Copy link
Contributor

Choose a reason for hiding this comment

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

why is there commented out code here?

## Building

user@ubuntu:~/Desktop/git/connectedhomeip$ cd ./third_party/openthread/ot-realtek
user@ubuntu:~/Desktop/git/connectedhomeip/third_party/openthread/ot-realtek$ OT_CMAKE_NINJA_TARGET="matter-cli-ftd" ./Realtek/build bee4 sdk rtl8777g lighting-app
Copy link
Contributor

Choose a reason for hiding this comment

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

what is ./Realtek/build ?

please integrate the build system into scripts/build/build_examples.py so we have a standard way to build things.

The existing instructions seem to reference an out of tree build system that will be hard to maintain from the SDK side.

Copy link

PR #37005: Size comparison from 03fe653 to 975ef1d

Full report (3 builds for cc32xx, stm32)
platform target config section 03fe653 975ef1d change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538926 538926 0 0.0
RAM 205208 205208 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572806 572806 0 0.0
RAM 205360 205360 0 0.0
stm32 light STM32WB5MM-DK FLASH 483024 483024 0 0.0
RAM 144688 144688 0 0.0

Copy link

github-actions bot commented Feb 12, 2025

PR #37005: Size comparison from 03fe653 to e00e293

Increases above 0.2%:

platform target config section 03fe653 e00e293 change % change
linux lighting-app debug+rpc+ui FLASH 5630465 5645489 15024 0.3
telink light-app-ota-shell-factory-data tl7218x RAM 98704 100752 2048 2.1
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 03fe653 e00e293 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094776 1094978 202 0.0
RAM 103354 103370 16 0.0
bl702 lighting-app bl702+eth FLASH 650604 650834 230 0.0
RAM 25273 25289 16 0.1
bl702+wifi FLASH 828306 828766 460 0.1
RAM 13981 13997 16 0.1
bl706+mfd+rpc+littlefs FLASH 1057820 1058036 216 0.0
RAM 23885 23901 16 0.1
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888506 888884 378 0.0
RAM 18496 18512 16 0.1
lighting-app bl702l+mfd+littlefs FLASH 971548 971926 378 0.0
RAM 16360 16376 16 0.1
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 838452 838396 -56 -0.0
RAM 123480 123480 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823864 823816 -48 -0.0
RAM 125360 125360 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 771024 770984 -40 -0.0
RAM 113820 113820 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 755292 755244 -48 -0.0
RAM 114028 114028 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538926 538894 -32 -0.0
RAM 205208 205208 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572806 572758 -48 -0.0
RAM 205360 205360 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679801 679765 -36 -0.0
RAM 78548 78548 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699653 699625 -28 -0.0
RAM 81188 81188 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699653 699625 -28 -0.0
RAM 81188 81188 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656593 656549 -44 -0.0
RAM 73616 73616 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 616153 616101 -52 -0.0
RAM 71532 71532 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635789 635745 -44 -0.0
RAM 74076 74076 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635789 635745 -44 -0.0
RAM 74076 74076 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635649 635613 -36 -0.0
RAM 74540 74540 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 655365 655329 -36 -0.0
RAM 77084 77084 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 655365 655329 -36 -0.0
RAM 77084 77084 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 612073 611953 -120 -0.0
RAM 68628 68628 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631933 631813 -120 -0.0
RAM 71268 71268 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631933 631813 -120 -0.0
RAM 71268 71268 0 0.0
efr32 lock-app BRD4187C FLASH 937120 937088 -32 -0.0
RAM 159904 159904 0 0.0
BRD4338a FLASH 730516 730340 -176 -0.0
RAM 234716 234716 0 0.0
window-app BRD4187C FLASH 1029808 1029648 -160 -0.0
RAM 128008 128008 0 0.0
esp32 all-clusters-app c3devkit DRAM 97312 97312 0 0.0
FLASH 1577572 1577408 -164 -0.0
IRAM 83820 83820 0 0.0
m5stack DRAM 116100 116100 0 0.0
FLASH 1545374 1545102 -272 -0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4760 4760 0 0.0
FLASH 2709835 2708611 -1224 -0.0
RAM 132784 132784 0 0.0
all-clusters-app debug unknown 5568 5568 0 0.0
FLASH 5976330 5975074 -1256 -0.0
RAM 531600 531600 0 0.0
all-clusters-minimal-app debug unknown 5464 5464 0 0.0
FLASH 5323874 5322586 -1288 -0.0
RAM 242712 242712 0 0.0
bridge-app debug unknown 5480 5480 0 0.0
FLASH 4682390 4681230 -1160 -0.0
RAM 221448 221448 0 0.0
chip-tool debug unknown 6120 6120 0 0.0
FLASH 13099986 13098792 -1194 -0.0
RAM 596578 596578 0 0.0
chip-tool-ipv6only arm64 unknown 21816 21816 0 0.0
FLASH 11163392 11162160 -1232 -0.0
RAM 648256 648256 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11389003 11387841 -1162 -0.0
RAM 596362 596362 0 0.0
fabric-bridge-app debug unknown 4736 4736 0 0.0
FLASH 4507712 4506552 -1160 -0.0
RAM 208632 208632 0 0.0
fabric-sync debug unknown 4976 4976 0 0.0
FLASH 5613989 5612805 -1184 -0.0
RAM 483504 483504 0 0.0
lighting-app debug+rpc+ui unknown 6144 6152 8 0.1
FLASH 5630465 5645489 15024 0.3
RAM 231792 231792 0 0.0
lock-app debug unknown 5416 5416 0 0.0
FLASH 4731818 4730626 -1192 -0.0
RAM 207696 207696 0 0.0
ota-provider-app debug unknown 4776 4776 0 0.0
FLASH 4360820 4359692 -1128 -0.0
RAM 201336 201336 0 0.0
ota-requestor-app debug unknown 4728 4728 0 0.0
FLASH 4498228 4497036 -1192 -0.0
RAM 205920 205920 0 0.0
shell debug unknown 4256 4256 0 0.0
FLASH 3006572 3005340 -1232 -0.0
RAM 160552 160552 0 0.0
thermostat-no-ble arm64 unknown 9512 9512 0 0.0
FLASH 4097752 4096408 -1344 -0.0
RAM 246024 246024 0 0.0
tv-app debug unknown 5744 5744 0 0.0
FLASH 5952901 5951749 -1152 -0.0
RAM 606904 606904 0 0.0
tv-casting-app debug unknown 5320 5320 0 0.0
FLASH 11272749 11271549 -1200 -0.0
RAM 710864 710864 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 907584 907452 -132 -0.0
RAM 142411 142411 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 902052 901932 -120 -0.0
RAM 124755 124755 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846108 846072 -36 -0.0
RAM 141339 141339 0 0.0
nxp contact k32w0+release FLASH 584792 584744 -48 -0.0
RAM 70876 70876 0 0.0
mcxw71+release FLASH 600232 600184 -48 -0.0
RAM 63096 63096 0 0.0
light k32w0+release FLASH 611084 611052 -32 -0.0
RAM 70268 70268 0 0.0
k32w1+release FLASH 685544 685504 -40 -0.0
RAM 48680 48680 0 0.0
lock mcxw71+release FLASH 749056 749008 -48 -0.0
RAM 67500 67500 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646980 1646732 -248 -0.0
RAM 211576 211576 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1553660 1553500 -160 -0.0
RAM 208392 208392 0 0.0
light cy8ckit_062s2_43012 FLASH 1469604 1469428 -176 -0.0
RAM 200368 200368 0 0.0
lock cy8ckit_062s2_43012 FLASH 1467540 1467364 -176 -0.0
RAM 224704 224704 0 0.0
qpg lighting-app qpg6105+debug FLASH 662356 662324 -32 -0.0
RAM 105220 105220 0 0.0
lock-app qpg6105+debug FLASH 620152 620112 -40 -0.0
RAM 99664 99664 0 0.0
stm32 light STM32WB5MM-DK FLASH 483024 482992 -32 -0.0
RAM 144688 144688 0 0.0
telink bridge-app tl7218x FLASH 665308 665214 -94 -0.0
RAM 90828 90828 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621990 621896 -94 -0.0
RAM 31488 31488 0 0.0
light-app-ota-shell-factory-data tl3218x FLASH 770954 770882 -72 -0.0
RAM 43568 43568 0 0.0
tl7218x FLASH 779456 779352 -104 -0.0
RAM 98704 100752 2048 2.1
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 680770 680666 -104 -0.0
RAM 52192 52192 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 709322 709228 -94 -0.0
RAM 73400 73400 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 626264 626174 -90 -0.0
RAM 142032 142032 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 814102 814004 -98 -0.0
RAM 99608 99608 0 0.0
tizen all-clusters-app arm unknown 5104 5104 0 0.0
FLASH 1752600 1751644 -956 -0.1
RAM 93508 93508 0 0.0
chip-tool-ubsan arm unknown 11396 11396 0 0.0
FLASH 18686646 18683046 -3600 -0.0
RAM 8183340 8181084 -2256 -0.0

Copy link

github-actions bot commented Feb 12, 2025

PR #37005: Size comparison from 03fe653 to 6d80193

Increases above 0.2%:

platform target config section 03fe653 6d80193 change % change
bl702 lighting-app bl702+eth RAM 25273 33633 8360 33.1
bl702+wifi RAM 13981 22341 8360 59.8
bl706+mfd+rpc+littlefs FLASH 1057820 1061752 3932 0.4
RAM 23885 32285 8400 35.2
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888506 892626 4120 0.5
RAM 18496 26912 8416 45.5
lighting-app bl702l+mfd+littlefs FLASH 971548 975740 4192 0.4
RAM 16360 24752 8392 51.3
telink light-app-ota-shell-factory-data tl7218x RAM 98704 100752 2048 2.1
Full report (45 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, nrfconnect, psoc6, qpg, stm32, telink, tizen)
platform target config section 03fe653 6d80193 change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094776 1095998 1222 0.1
RAM 103354 94906 -8448 -8.2
bl702 lighting-app bl702+eth FLASH 650604 651858 1254 0.2
RAM 25273 33633 8360 33.1
bl702+wifi FLASH 828306 828350 44 0.0
RAM 13981 22341 8360 59.8
bl706+mfd+rpc+littlefs FLASH 1057820 1061752 3932 0.4
RAM 23885 32285 8400 35.2
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888506 892626 4120 0.5
RAM 18496 26912 8416 45.5
lighting-app bl702l+mfd+littlefs FLASH 971548 975740 4192 0.4
RAM 16360 24752 8392 51.3
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 838452 838396 -56 -0.0
RAM 123480 123480 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823864 823816 -48 -0.0
RAM 125360 125360 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 771024 770984 -40 -0.0
RAM 113820 113820 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 755292 755244 -48 -0.0
RAM 114028 114028 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538926 538894 -32 -0.0
RAM 205208 205208 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572806 572758 -48 -0.0
RAM 205360 205360 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679801 679765 -36 -0.0
RAM 78548 78548 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699653 699625 -28 -0.0
RAM 81188 81188 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699653 699625 -28 -0.0
RAM 81188 81188 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656593 656549 -44 -0.0
RAM 73616 73616 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 616153 616101 -52 -0.0
RAM 71532 71532 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635789 635745 -44 -0.0
RAM 74076 74076 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635789 635745 -44 -0.0
RAM 74076 74076 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635649 635613 -36 -0.0
RAM 74540 74540 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 655365 655329 -36 -0.0
RAM 77084 77084 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 655365 655329 -36 -0.0
RAM 77084 77084 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 612073 611953 -120 -0.0
RAM 68628 68628 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631933 631813 -120 -0.0
RAM 71268 71268 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631933 631813 -120 -0.0
RAM 71268 71268 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 907584 907452 -132 -0.0
RAM 142411 142411 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 902052 901932 -120 -0.0
RAM 124755 124755 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846108 846072 -36 -0.0
RAM 141339 141339 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646980 1646732 -248 -0.0
RAM 211576 211576 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1553660 1553500 -160 -0.0
RAM 208392 208392 0 0.0
light cy8ckit_062s2_43012 FLASH 1469604 1469428 -176 -0.0
RAM 200368 200368 0 0.0
lock cy8ckit_062s2_43012 FLASH 1467540 1467364 -176 -0.0
RAM 224704 224704 0 0.0
qpg lighting-app qpg6105+debug FLASH 662356 662324 -32 -0.0
RAM 105220 105220 0 0.0
lock-app qpg6105+debug FLASH 620152 620112 -40 -0.0
RAM 99664 99664 0 0.0
stm32 light STM32WB5MM-DK FLASH 483024 482992 -32 -0.0
RAM 144688 144688 0 0.0
telink bridge-app tl7218x FLASH 665308 665214 -94 -0.0
RAM 90828 90828 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621990 621896 -94 -0.0
RAM 31488 31488 0 0.0
light-app-ota-shell-factory-data tl3218x FLASH 770954 770882 -72 -0.0
RAM 43568 43568 0 0.0
tl7218x FLASH 779456 779352 -104 -0.0
RAM 98704 100752 2048 2.1
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 680770 680666 -104 -0.0
RAM 52192 52192 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 709322 709228 -94 -0.0
RAM 73400 73400 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 626264 626174 -90 -0.0
RAM 142032 142032 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 814102 814004 -98 -0.0
RAM 99608 99608 0 0.0
tizen all-clusters-app arm unknown 5104 5104 0 0.0
FLASH 1752600 1751644 -956 -0.1
RAM 93508 93508 0 0.0
chip-tool-ubsan arm unknown 11396 11396 0 0.0
FLASH 18686646 18683046 -3600 -0.0
RAM 8183340 8181084 -2256 -0.0

Copy link

github-actions bot commented Feb 12, 2025

PR #37005: Size comparison from 03fe653 to f2ec8ac

Increases above 0.2%:

platform target config section 03fe653 f2ec8ac change % change
bl702 lighting-app bl702+eth RAM 25273 33633 8360 33.1
bl702+wifi RAM 13981 22341 8360 59.8
bl706+mfd+rpc+littlefs FLASH 1057820 1061752 3932 0.4
RAM 23885 32285 8400 35.2
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888506 892626 4120 0.5
RAM 18496 26912 8416 45.5
lighting-app bl702l+mfd+littlefs FLASH 971548 975740 4192 0.4
RAM 16360 24752 8392 51.3
linux lighting-app debug+rpc+ui FLASH 5630465 5645489 15024 0.3
telink light-app-ota-shell-factory-data tl7218x RAM 98704 100752 2048 2.1
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section 03fe653 f2ec8ac change % change
bl602 lighting-app bl602+mfd+littlefs+rpc FLASH 1094776 1095998 1222 0.1
RAM 103354 94906 -8448 -8.2
bl702 lighting-app bl702+eth FLASH 650604 651858 1254 0.2
RAM 25273 33633 8360 33.1
bl702+wifi FLASH 828306 828350 44 0.0
RAM 13981 22341 8360 59.8
bl706+mfd+rpc+littlefs FLASH 1057820 1061752 3932 0.4
RAM 23885 32285 8400 35.2
bl702l contact-sensor-app bl702l+mfd+littlefs FLASH 888506 892626 4120 0.5
RAM 18496 26912 8416 45.5
lighting-app bl702l+mfd+littlefs FLASH 971548 975740 4192 0.4
RAM 16360 24752 8392 51.3
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 838452 838396 -56 -0.0
RAM 123480 123480 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 823864 823816 -48 -0.0
RAM 125360 125360 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 771024 770984 -40 -0.0
RAM 113820 113820 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 755292 755244 -48 -0.0
RAM 114028 114028 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 538926 538894 -32 -0.0
RAM 205208 205208 0 0.0
lock CC3235SF_LAUNCHXL FLASH 572806 572758 -48 -0.0
RAM 205360 205360 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 679801 679765 -36 -0.0
RAM 78548 78548 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 699653 699625 -28 -0.0
RAM 81188 81188 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 699653 699625 -28 -0.0
RAM 81188 81188 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 656593 656549 -44 -0.0
RAM 73616 73616 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 616153 616101 -52 -0.0
RAM 71532 71532 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 635789 635745 -44 -0.0
RAM 74076 74076 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 635789 635745 -44 -0.0
RAM 74076 74076 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 635649 635613 -36 -0.0
RAM 74540 74540 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 655365 655329 -36 -0.0
RAM 77084 77084 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 655365 655329 -36 -0.0
RAM 77084 77084 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 612073 611953 -120 -0.0
RAM 68628 68628 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 631933 631813 -120 -0.0
RAM 71268 71268 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 631933 631813 -120 -0.0
RAM 71268 71268 0 0.0
efr32 lock-app BRD4187C FLASH 937120 937088 -32 -0.0
RAM 159904 159904 0 0.0
BRD4338a FLASH 730516 730340 -176 -0.0
RAM 234716 234716 0 0.0
window-app BRD4187C FLASH 1029808 1029648 -160 -0.0
RAM 128008 128008 0 0.0
esp32 all-clusters-app c3devkit DRAM 97312 97312 0 0.0
FLASH 1577572 1577422 -150 -0.0
IRAM 83820 83820 0 0.0
m5stack DRAM 116100 116100 0 0.0
FLASH 1545374 1545114 -260 -0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4760 4760 0 0.0
FLASH 2709835 2708611 -1224 -0.0
RAM 132784 132784 0 0.0
all-clusters-app debug unknown 5568 5568 0 0.0
FLASH 5976330 5975074 -1256 -0.0
RAM 531600 531600 0 0.0
all-clusters-minimal-app debug unknown 5464 5464 0 0.0
FLASH 5323874 5322586 -1288 -0.0
RAM 242712 242712 0 0.0
bridge-app debug unknown 5480 5480 0 0.0
FLASH 4682390 4681230 -1160 -0.0
RAM 221448 221448 0 0.0
chip-tool debug unknown 6120 6120 0 0.0
FLASH 13099986 13098792 -1194 -0.0
RAM 596578 596578 0 0.0
chip-tool-ipv6only arm64 unknown 21816 21816 0 0.0
FLASH 11163392 11162160 -1232 -0.0
RAM 648256 648256 0 0.0
fabric-admin debug unknown 5808 5808 0 0.0
FLASH 11389003 11387841 -1162 -0.0
RAM 596362 596362 0 0.0
fabric-bridge-app debug unknown 4736 4736 0 0.0
FLASH 4507712 4506552 -1160 -0.0
RAM 208632 208632 0 0.0
fabric-sync debug unknown 4976 4976 0 0.0
FLASH 5613989 5612805 -1184 -0.0
RAM 483504 483504 0 0.0
lighting-app debug+rpc+ui unknown 6144 6152 8 0.1
FLASH 5630465 5645489 15024 0.3
RAM 231792 231792 0 0.0
lock-app debug unknown 5416 5416 0 0.0
FLASH 4731818 4730626 -1192 -0.0
RAM 207696 207696 0 0.0
ota-provider-app debug unknown 4776 4776 0 0.0
FLASH 4360820 4359692 -1128 -0.0
RAM 201336 201336 0 0.0
ota-requestor-app debug unknown 4728 4728 0 0.0
FLASH 4498228 4497036 -1192 -0.0
RAM 205920 205920 0 0.0
shell debug unknown 4256 4256 0 0.0
FLASH 3006572 3005340 -1232 -0.0
RAM 160552 160552 0 0.0
thermostat-no-ble arm64 unknown 9512 9512 0 0.0
FLASH 4097752 4096408 -1344 -0.0
RAM 246024 246024 0 0.0
tv-app debug unknown 5744 5744 0 0.0
FLASH 5952901 5951749 -1152 -0.0
RAM 606904 606904 0 0.0
tv-casting-app debug unknown 5320 5320 0 0.0
FLASH 11272749 11271549 -1200 -0.0
RAM 710864 710864 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 907584 907452 -132 -0.0
RAM 142411 142411 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 902052 901932 -120 -0.0
RAM 124755 124755 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 846108 846072 -36 -0.0
RAM 141339 141339 0 0.0
nxp contact k32w0+release FLASH 584792 584744 -48 -0.0
RAM 70876 70876 0 0.0
mcxw71+release FLASH 600232 600184 -48 -0.0
RAM 63096 63096 0 0.0
light k32w0+release FLASH 611084 611052 -32 -0.0
RAM 70268 70268 0 0.0
k32w1+release FLASH 685544 685504 -40 -0.0
RAM 48680 48680 0 0.0
lock mcxw71+release FLASH 749056 749008 -48 -0.0
RAM 67500 67500 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1646980 1646732 -248 -0.0
RAM 211576 211576 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1553660 1553500 -160 -0.0
RAM 208392 208392 0 0.0
light cy8ckit_062s2_43012 FLASH 1469604 1469428 -176 -0.0
RAM 200368 200368 0 0.0
lock cy8ckit_062s2_43012 FLASH 1467540 1467364 -176 -0.0
RAM 224704 224704 0 0.0
qpg lighting-app qpg6105+debug FLASH 662356 662324 -32 -0.0
RAM 105220 105220 0 0.0
lock-app qpg6105+debug FLASH 620152 620112 -40 -0.0
RAM 99664 99664 0 0.0
stm32 light STM32WB5MM-DK FLASH 483024 482992 -32 -0.0
RAM 144688 144688 0 0.0
telink bridge-app tl7218x FLASH 665308 665214 -94 -0.0
RAM 90828 90828 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621990 621896 -94 -0.0
RAM 31488 31488 0 0.0
light-app-ota-shell-factory-data tl3218x FLASH 770954 770882 -72 -0.0
RAM 43568 43568 0 0.0
tl7218x FLASH 779456 779352 -104 -0.0
RAM 98704 100752 2048 2.1
light-switch-app-ota-compress-lzma-factory-data tl7218x_retention FLASH 680770 680666 -104 -0.0
RAM 52192 52192 0 0.0
light-switch-app-ota-compress-lzma-shell-factory-data tlsr9528a FLASH 709322 709228 -94 -0.0
RAM 73400 73400 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 626264 626174 -90 -0.0
RAM 142032 142032 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 814102 814004 -98 -0.0
RAM 99608 99608 0 0.0
tizen all-clusters-app arm unknown 5104 5104 0 0.0
FLASH 1752600 1751644 -956 -0.1
RAM 93508 93508 0 0.0
chip-tool-ubsan arm unknown 11396 11396 0 0.0
FLASH 18686646 18683046 -3600 -0.0
RAM 8183340 8181084 -2256 -0.0

@mergify mergify bot added the conflict label Feb 13, 2025
@mergify mergify bot removed the conflict label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changing-submodules-on-purpose Marker that this PR is changing submodules (and it is not a "commit all" typo/mistake) config examples github gn lib platform review - pending scripts shell
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants