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

[NXP] Update k32w0 folder structure #34772

Merged
merged 11 commits into from
Aug 6, 2024

Conversation

marius-alex-tache
Copy link
Contributor

@marius-alex-tache marius-alex-tache commented Aug 5, 2024

Changelog:

  • src/platform/nxp/k32w/k32w0 becomes src/platform/nxp/k32w0
  • third_party/openthread/platforms/nxp/k32w/k32w0 becomes third_party/openthread/platforms/nxp/k32w0
  • add nxp/k32w/common files to nxp/common/legacy, since they are used by multiple platforms. This stage prepares the full switch to this folder, which will imply deleting the duplicated one from nxp/k32w/common. Keep both for now to ease the synchronization
  • move examples/*/nxp/k32w/k32w0 to nxp_matter_support submodule, except the doc folder
  • bump nxp_matter_support
  • enable chip_generate_link_map_file in contact-sensor and lighting-app by default

Copy link

semanticdiff-com bot commented Aug 5, 2024

Review changes with SemanticDiff.

Analyzed 12 of 147 files.

1 files do not contain logic changes.

File Information
Filename Status
.restyled.yaml Unsupported file format
BUILD.gn Unsupported file format
gn_build.sh Unsupported file format
third_party/openthread/platforms/nxp/k32w0/BUILD.gn Unsupported file format
✔️ third_party/nxp/nxp_matter_support Analyzed
src/platform/nxp/k32w0/BLEManagerImpl.cpp Unsupported file format
src/platform/nxp/k32w0/BLEManagerImpl.h Unsupported file format
src/platform/nxp/k32w0/BUILD.gn Unsupported file format
src/platform/nxp/k32w0/BlePlatformConfig.h Unsupported file format
src/platform/nxp/k32w0/CHIPDevicePlatformConfig.h Unsupported file format
src/platform/nxp/k32w0/CHIPDevicePlatformEvent.h Unsupported file format
src/platform/nxp/k32w0/CHIPDevicePlatformRamStorageConfig.h Unsupported file format
src/platform/nxp/k32w0/CHIPPlatformConfig.h Unsupported file format
src/platform/nxp/k32w0/ConfigurationManagerImpl.cpp Unsupported file format
src/platform/nxp/k32w0/ConfigurationManagerImpl.h Unsupported file format
src/platform/nxp/k32w0/ConnectivityManagerImpl.cpp Unsupported file format
src/platform/nxp/k32w0/ConnectivityManagerImpl.h Unsupported file format
src/platform/nxp/k32w0/DiagnosticDataProviderImpl.cpp Unsupported file format
src/platform/nxp/k32w0/DiagnosticDataProviderImpl.h Unsupported file format
src/platform/nxp/k32w0/FactoryDataProvider.cpp Unsupported file format
src/platform/nxp/k32w0/FactoryDataProvider.h Unsupported file format
src/platform/nxp/k32w0/FactoryDataProviderImpl.cpp Unsupported file format
src/platform/nxp/k32w0/FactoryDataProviderImpl.h Unsupported file format
src/platform/nxp/k32w0/InetPlatformConfig.h Unsupported file format
src/platform/nxp/k32w0/K32W0Config.cpp Unsupported file format
src/platform/nxp/k32w0/K32W0Config.h Unsupported file format
src/platform/nxp/k32w0/KeyValueStoreManagerImpl.cpp Unsupported file format
src/platform/nxp/k32w0/KeyValueStoreManagerImpl.h Unsupported file format
src/platform/nxp/k32w0/Logging.cpp Unsupported file format
src/platform/nxp/k32w0/LowPowerHooks.cpp Unsupported file format
src/platform/nxp/k32w0/NFCManagerImpl.cpp Unsupported file format
src/platform/nxp/k32w0/NFCManagerImpl.h Unsupported file format
src/platform/nxp/k32w0/OTAFactoryDataProcessor.cpp Unsupported file format
src/platform/nxp/k32w0/OTAFactoryDataProcessor.h Unsupported file format
src/platform/nxp/k32w0/OTAFirmwareProcessor.cpp Unsupported file format
src/platform/nxp/k32w0/OTAFirmwareProcessor.h Unsupported file format
src/platform/nxp/k32w0/OTAHooks.cpp Unsupported file format
src/platform/nxp/k32w0/PlatformManagerImpl.cpp Unsupported file format
src/platform/nxp/k32w0/PlatformManagerImpl.h Unsupported file format
src/platform/nxp/k32w0/RamStorage.cpp Unsupported file format
src/platform/nxp/k32w0/RamStorage.h Unsupported file format
src/platform/nxp/k32w0/SystemPlatformConfig.h Unsupported file format
src/platform/nxp/k32w0/SystemTimeSupport.cpp Unsupported file format
src/platform/nxp/k32w0/ThreadStackManagerImpl.cpp Unsupported file format
src/platform/nxp/k32w0/ThreadStackManagerImpl.h Unsupported file format
src/platform/nxp/k32w0/args.gni Unsupported file format
src/platform/nxp/k32w0/ble_function_mux.c Unsupported file format
src/platform/nxp/k32w0/ble_function_mux.h Unsupported file format
src/platform/nxp/k32w0/gatt_db.h Unsupported file format
src/platform/nxp/k32w0/gatt_uuid128.h Unsupported file format
src/platform/nxp/k32w0/k32w0-chip-mbedtls-config.h Unsupported file format
src/platform/nxp/k32w0/crypto/CHIPCryptoPALNXPUltrafastP256.cpp Unsupported file format
src/platform/nxp/k32w/k32w0/DefaultTestEventTriggerDelegate.cpp Unsupported file format
src/platform/nxp/k32w/k32w0/DefaultTestEventTriggerDelegate.h Unsupported file format
src/platform/nxp/common/legacy/BLEManagerCommon.cpp Unsupported file format
src/platform/nxp/common/legacy/BLEManagerCommon.h Unsupported file format
src/platform/nxp/common/legacy/FactoryDataDriver.cpp Unsupported file format
src/platform/nxp/common/legacy/FactoryDataDriver.h Unsupported file format
src/platform/nxp/common/legacy/FactoryDataProvider.cpp Unsupported file format
src/platform/nxp/common/legacy/FactoryDataProvider.h Unsupported file format
src/platform/nxp/common/legacy/OTAFactoryDataProcessor.cpp Unsupported file format
src/platform/nxp/common/legacy/OTAFactoryDataProcessor.h Unsupported file format
src/platform/nxp/common/legacy/OTAImageProcessorImpl.cpp Unsupported file format
src/platform/nxp/common/legacy/OTAImageProcessorImpl.h Unsupported file format
src/platform/nxp/common/legacy/OTATlvProcessor.cpp Unsupported file format
src/platform/nxp/common/legacy/OTATlvProcessor.h Unsupported file format
src/platform/nxp/common/legacy/OTA_README.md Unsupported file format
scripts/setup/requirements.nxp.txt Unsupported file format
✔️ scripts/build/builders/nxp.py Analyzed
examples/platform/nxp/k32w0/doc/CustomFactoryDataProvider.md Unsupported file format
examples/platform/nxp/k32w0/doc/images/chiptool_main_screen.png Unsupported file format
examples/platform/nxp/k32w0/doc/images/flash_location.JPG Unsupported file format
examples/platform/nxp/k32w0/doc/images/form_web.JPG Unsupported file format
examples/platform/nxp/k32w0/doc/images/k32w-dk6-connectors.jpg Unsupported file format
examples/platform/nxp/k32w0/doc/images/k32w-dk6.jpg Unsupported file format
examples/platform/nxp/k32w0/doc/images/k32w-se.jpg Unsupported file format
examples/platform/nxp/k32w0/doc/images/mcux-sdk-download.JPG Unsupported file format
examples/platform/nxp/k32w0/doc/images/nxp_hw_connectivity.JPG Unsupported file format
examples/platform/nxp/k32w0/doc/images/on_off_cluster.png Unsupported file format
examples/platform/nxp/k32w0/doc/images/ota_topology.JPG Unsupported file format
examples/platform/nxp/k32w0/doc/images/pdm_ext_flash.JPG Unsupported file format
examples/platform/nxp/k32w0/doc/images/power_conf.JPG Unsupported file format
examples/platform/nxp/k32w0/doc/images/power_view.JPG Unsupported file format
examples/platform/nxp/k32w0/doc/images/select-sdk.JPG Unsupported file format
examples/platform/nxp/k32w0/doc/images/thread_credentials.png Unsupported file format
examples/platform/nxp/k32w/k32w0/BUILD.gn Unsupported file format
examples/platform/nxp/k32w/k32w0/args.gni Unsupported file format
examples/platform/nxp/k32w/k32w0/util/LEDWidget.cpp Unsupported file format
examples/platform/nxp/k32w/k32w0/util/include/LEDWidget.h Unsupported file format
✔️ examples/platform/nxp/k32w/k32w0/scripts/detokenizer.py Analyzed
✔️ examples/platform/nxp/k32w/k32w0/scripts/sign-outdir.py Analyzed
examples/platform/nxp/k32w/k32w0/scripts/demo_generated_factory_data/demo_factory_data_dut1.bin Unsupported file format
examples/platform/nxp/k32w/k32w0/scripts/demo_generated_factory_data/demo_factory_data_dut2.bin Unsupported file format
examples/platform/nxp/k32w/k32w0/doc/images/ssbl_bin.JPG Unsupported file format
examples/platform/nxp/k32w/k32w0/doc/images/ssbl_multi_image.JPG Unsupported file format
examples/platform/nxp/k32w/k32w0/doc/images/ssbl_select.JPG Unsupported file format
examples/platform/nxp/k32w/k32w0/doc/images/ssbl_simple_hash.JPG Unsupported file format
examples/platform/nxp/k32w/k32w0/common/CustomFactoryDataProvider.cpp Unsupported file format
examples/platform/nxp/k32w/k32w0/common/CustomFactoryDataProvider.h Unsupported file format
examples/platform/nxp/k32w/k32w0/app/BUILD.gn Unsupported file format
examples/platform/nxp/k32w/k32w0/app/args.gni Unsupported file format
examples/platform/nxp/k32w/k32w0/app/support/BUILD.gn Unsupported file format
examples/platform/nxp/k32w/k32w0/app/support/FreeRtosHooks.c Unsupported file format
examples/platform/nxp/k32w/k32w0/app/support/FreeRtosHooks.h Unsupported file format
examples/platform/nxp/k32w/k32w0/app/support/Memconfig.cpp Unsupported file format
examples/platform/nxp/k32w/k32w0/app/project_include/OpenThreadConfig.h Unsupported file format
examples/platform/nxp/k32w/k32w0/app/ldscripts/chip-k32w0x-linker.ld Unsupported file format
examples/lighting-app/nxp/k32w0/.gn Unsupported file format
examples/lighting-app/nxp/k32w0/BUILD.gn Unsupported file format
examples/lighting-app/nxp/k32w0/README.md Unsupported file format
examples/lighting-app/nxp/k32w0/args.gni Unsupported file format
✔️ examples/lighting-app/nxp/k32w0/build_overrides Analyzed
✔️ examples/lighting-app/nxp/k32w0/third_party/connectedhomeip Analyzed
examples/lighting-app/nxp/k32w0/main/AppTask.cpp Unsupported file format
examples/lighting-app/nxp/k32w0/main/LightingManager.cpp Unsupported file format
examples/lighting-app/nxp/k32w0/main/ZclCallbacks.cpp Unsupported file format
examples/lighting-app/nxp/k32w0/main/main.cpp Unsupported file format
examples/lighting-app/nxp/k32w0/main/include/AppEvent.h Unsupported file format
examples/lighting-app/nxp/k32w0/main/include/AppTask.h Unsupported file format
examples/lighting-app/nxp/k32w0/main/include/LightingManager.h Unsupported file format
examples/lighting-app/nxp/k32w0/main/include/app_config.h Unsupported file format
examples/lighting-app/nxp/k32w0/include/CHIPProjectConfig.h Unsupported file format
examples/lighting-app/nxp/k32w0/include/FreeRTOSConfig.h Unsupported file format
✔️ examples/lighting-app/nxp/k32w/k32w0/build_overrides Analyzed
✔️ examples/lighting-app/nxp/k32w/k32w0/third_party/connectedhomeip No logic changes found
examples/contact-sensor-app/nxp/k32w0/.gn Unsupported file format
examples/contact-sensor-app/nxp/k32w0/BUILD.gn Unsupported file format
examples/contact-sensor-app/nxp/k32w0/README.md Unsupported file format
examples/contact-sensor-app/nxp/k32w0/args.gni Unsupported file format
✔️ examples/contact-sensor-app/nxp/k32w0/build_overrides Analyzed
✔️ examples/contact-sensor-app/nxp/k32w0/third_party/connectedhomeip Analyzed
examples/contact-sensor-app/nxp/k32w0/main/AppTask.cpp Unsupported file format
examples/contact-sensor-app/nxp/k32w0/main/ContactSensorManager.cpp Unsupported file format
examples/contact-sensor-app/nxp/k32w0/main/ZclCallbacks.cpp Unsupported file format
examples/contact-sensor-app/nxp/k32w0/main/main.cpp Unsupported file format
examples/contact-sensor-app/nxp/k32w0/main/include/AppEvent.h Unsupported file format
examples/contact-sensor-app/nxp/k32w0/main/include/AppTask.h Unsupported file format
examples/contact-sensor-app/nxp/k32w0/main/include/ContactSensorManager.h Unsupported file format
examples/contact-sensor-app/nxp/k32w0/main/include/app_config.h Unsupported file format
examples/contact-sensor-app/nxp/k32w0/include/CHIPProjectConfig.h Unsupported file format
examples/contact-sensor-app/nxp/k32w0/include/FreeRTOSConfig.h Unsupported file format
✔️ examples/contact-sensor-app/nxp/k32w/k32w0/build_overrides Analyzed
✔️ examples/contact-sensor-app/nxp/k32w/k32w0/third_party/connectedhomeip Analyzed
docs/QUICK_START.md Unsupported file format
docs/guides/nxp/nxp_k32w0_ota_guide.md Unsupported file format
docs/guides/nxp/nxp_k32w_android_commissioning.md Unsupported file format
config/k32w/toolchain/BUILD.gn Unsupported file format

@pullapprove pullapprove bot requested a review from yunhanw-google August 5, 2024 08:41
@marius-alex-tache marius-alex-tache force-pushed the k32w0-update-folder-structure branch from efb63c8 to 7be1316 Compare August 5, 2024 08:42
Copy link

github-actions bot commented Aug 5, 2024

PR #34772: Size comparison from bbef51a to 7be1316

Full report (50 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, stm32, tizen)
platform target config section bbef51a 7be1316 change % change
bl602 lighting-app bl602 FLASH 1277798 1277798 0 0.0
RAM 95896 95896 0 0.0
bl602+mfd FLASH 1292056 1292056 0 0.0
RAM 96048 96048 0 0.0
bl602+rpc FLASH 1317014 1317014 0 0.0
RAM 104320 104320 0 0.0
bl702 lighting-app bl702 FLASH 1098938 1098938 0 0.0
RAM 15249 15249 0 0.0
bl702+mfd FLASH 1109888 1109888 0 0.0
RAM 15393 15393 0 0.0
bl702+rpc FLASH 1189004 1189004 0 0.0
RAM 24245 24245 0 0.0
bl706-eth FLASH 881972 881972 0 0.0
RAM 27352 27352 0 0.0
bl706-wifi FLASH 1135150 1135150 0 0.0
RAM 14685 14685 0 0.0
bl702l lighting-app bl702l FLASH 1086100 1086100 0 0.0
RAM 21804 21804 0 0.0
bl702l+mfd FLASH 1097362 1097362 0 0.0
RAM 21956 21956 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 802792 802792 0 0.0
RAM 117620 117620 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 818628 818628 0 0.0
RAM 125220 125220 0 0.0
lock-mtd LP_EM_CC1354P10_6 FLASH 810904 810904 0 0.0
RAM 119500 119500 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 763244 763244 0 0.0
RAM 113640 113640 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 747768 747768 0 0.0
RAM 113832 113832 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 610502 610502 0 0.0
RAM 205380 205380 0 0.0
lock CC3235SF_LAUNCHXL FLASH 654774 654774 0 0.0
RAM 205620 205620 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 671905 671905 0 0.0
RAM 78348 78348 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 691757 691757 0 0.0
RAM 80980 80980 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 691757 691757 0 0.0
RAM 80980 80980 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 648693 648693 0 0.0
RAM 73416 73416 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 610409 610409 0 0.0
RAM 71340 71340 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 630037 630037 0 0.0
RAM 73892 73892 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 630037 630037 0 0.0
RAM 73892 73892 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 627761 627761 0 0.0
RAM 74356 74356 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 647469 647469 0 0.0
RAM 76908 76908 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 647469 647469 0 0.0
RAM 76908 76908 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 599861 599861 0 0.0
RAM 68372 68372 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 619713 619713 0 0.0
RAM 71004 71004 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 619713 619713 0 0.0
RAM 71004 71004 0 0.0
efr32 lighting-app BRD4187C FLASH 929864 929856 -8 -0.0
RAM 135148 135148 0 0.0
lock-app BRD4338a FLASH 737116 737108 -8 -0.0
RAM 208436 208436 0 0.0
window-app BRD4187C FLASH 1015508 1015508 0 0.0
RAM 127084 127084 0 0.0
esp32 all-clusters-app c3devkit DRAM 94136 94136 0 0.0
FLASH 1530592 1530592 0 0.0
IRAM 82538 82538 0 0.0
m5stack DRAM 115072 115072 0 0.0
FLASH 1541114 1541114 0 0.0
IRAM 117039 117039 0 0.0
linux chip-tool-ipv6only arm64 unknown 20352 20352 0 0.0
FLASH 11173932 11173932 0 0.0
RAM 608320 608320 0 0.0
thermostat-no-ble arm64 unknown 9352 9352 0 0.0
FLASH 4357300 4357300 0 0.0
RAM 242216 242216 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1505732 1505732 0 0.0
RAM 227296 227296 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 906924 906924 0 0.0
RAM 142225 142225 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 879520 879520 0 0.0
RAM 140364 140364 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 838676 838676 0 0.0
RAM 141062 141062 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1636044 1636044 0 0.0
RAM 210912 210912 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1541244 1541244 0 0.0
RAM 207664 207664 0 0.0
light cy8ckit_062s2_43012 FLASH 1463508 1463508 0 0.0
RAM 200776 200776 0 0.0
lock cy8ckit_062s2_43012 FLASH 1462156 1462156 0 0.0
RAM 225120 225120 0 0.0
qpg lighting-app qpg6105+debug FLASH 655596 655596 0 0.0
RAM 105148 105148 0 0.0
lock-app qpg6105+debug FLASH 612912 612912 0 0.0
RAM 99632 99632 0 0.0
stm32 light STM32WB5MM-DK FLASH 477928 477928 0 0.0
RAM 144756 144756 0 0.0
tizen all-clusters-app arm unknown 1588 1588 0 0.0
FLASH 1705388 1705388 0 0.0
RAM 51820 51820 0 0.0
chip-tool-ubsan arm unknown 2404 2404 0 0.0
FLASH 16619594 16619594 0 0.0
RAM 7303840 7303840 0 0.0

@marius-alex-tache marius-alex-tache force-pushed the k32w0-update-folder-structure branch 2 times, most recently from 039e9b2 to 5351758 Compare August 5, 2024 09:57
Copy link

github-actions bot commented Aug 5, 2024

PR #34772: Size comparison from bbef51a to 5351758

Full report (6 builds for cc32xx, mbed, stm32, tizen)
platform target config section bbef51a 5351758 change % change
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 610502 610502 0 0.0
RAM 205380 205380 0 0.0
lock CC3235SF_LAUNCHXL FLASH 654774 654774 0 0.0
RAM 205620 205620 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1505732 1505732 0 0.0
RAM 227296 227296 0 0.0
stm32 light STM32WB5MM-DK FLASH 477928 477928 0 0.0
RAM 144756 144756 0 0.0
tizen all-clusters-app arm unknown 1588 1588 0 0.0
FLASH 1705388 1705388 0 0.0
RAM 51820 51820 0 0.0
chip-tool-ubsan arm unknown 2404 2404 0 0.0
FLASH 16619594 16619594 0 0.0
RAM 7303840 7303840 0 0.0

@marius-alex-tache marius-alex-tache force-pushed the k32w0-update-folder-structure branch from 5351758 to 31ca350 Compare August 5, 2024 10:19
@doru91 doru91 added the changing-submodules-on-purpose Marker that this PR is changing submodules (and it is not a "commit all" typo/mistake) label Aug 5, 2024
Copy link

github-actions bot commented Aug 5, 2024

PR #34772: Size comparison from bbef51a to 0003050

Full report (85 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
platform target config section bbef51a 0003050 change % change
bl602 lighting-app bl602 FLASH 1277798 1277798 0 0.0
RAM 95896 95896 0 0.0
bl602+mfd FLASH 1292056 1292056 0 0.0
RAM 96048 96048 0 0.0
bl602+rpc FLASH 1317014 1317014 0 0.0
RAM 104320 104320 0 0.0
bl702 lighting-app bl702 FLASH 1098938 1098938 0 0.0
RAM 15249 15249 0 0.0
bl702+mfd FLASH 1109888 1109888 0 0.0
RAM 15393 15393 0 0.0
bl702+rpc FLASH 1189004 1189004 0 0.0
RAM 24245 24245 0 0.0
bl706-eth FLASH 881972 881972 0 0.0
RAM 27352 27352 0 0.0
bl706-wifi FLASH 1135150 1135150 0 0.0
RAM 14685 14685 0 0.0
bl702l lighting-app bl702l FLASH 1086100 1086100 0 0.0
RAM 21804 21804 0 0.0
bl702l+mfd FLASH 1097362 1097362 0 0.0
RAM 21956 21956 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 FLASH 802792 802792 0 0.0
RAM 117620 117620 0 0.0
lock-ftd LP_EM_CC1354P10_6 FLASH 818628 818628 0 0.0
RAM 125220 125220 0 0.0
lock-mtd LP_EM_CC1354P10_6 FLASH 810904 810904 0 0.0
RAM 119500 119500 0 0.0
pump-app LP_EM_CC1354P10_6 FLASH 763244 763244 0 0.0
RAM 113640 113640 0 0.0
pump-controller-app LP_EM_CC1354P10_6 FLASH 747768 747768 0 0.0
RAM 113832 113832 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL FLASH 610502 610502 0 0.0
RAM 205380 205380 0 0.0
lock CC3235SF_LAUNCHXL FLASH 654774 654774 0 0.0
RAM 205620 205620 0 0.0
cyw30739 light CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 671905 671905 0 0.0
RAM 78348 78348 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 691757 691757 0 0.0
RAM 80980 80980 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 691757 691757 0 0.0
RAM 80980 80980 0 0.0
CYW930739M2EVB-02 unknown 2040 2040 0 0.0
FLASH 648693 648693 0 0.0
RAM 73416 73416 0 0.0
light-switch CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 610409 610409 0 0.0
RAM 71340 71340 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 630037 630037 0 0.0
RAM 73892 73892 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 630037 630037 0 0.0
RAM 73892 73892 0 0.0
lock CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 627761 627761 0 0.0
RAM 74356 74356 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 647469 647469 0 0.0
RAM 76908 76908 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 647469 647469 0 0.0
RAM 76908 76908 0 0.0
thermostat CYW30739B2-P5-EVK-01 unknown 2040 2040 0 0.0
FLASH 599861 599861 0 0.0
RAM 68372 68372 0 0.0
CYW30739B2-P5-EVK-02 unknown 2040 2040 0 0.0
FLASH 619713 619713 0 0.0
RAM 71004 71004 0 0.0
CYW30739B2-P5-EVK-03 unknown 2040 2040 0 0.0
FLASH 619713 619713 0 0.0
RAM 71004 71004 0 0.0
efr32 lighting-app BRD4187C FLASH 929864 929856 -8 -0.0
RAM 135148 135148 0 0.0
lock-app BRD4338a FLASH 737116 737108 -8 -0.0
RAM 208436 208436 0 0.0
window-app BRD4187C FLASH 1015508 1015508 0 0.0
RAM 127084 127084 0 0.0
esp32 all-clusters-app c3devkit DRAM 94136 94136 0 0.0
FLASH 1530592 1530592 0 0.0
IRAM 82538 82538 0 0.0
m5stack DRAM 115072 115072 0 0.0
FLASH 1541114 1541114 0 0.0
IRAM 117039 117039 0 0.0
linux air-purifier-app debug unknown 4632 4632 0 0.0
FLASH 2746431 2746431 0 0.0
RAM 128368 128368 0 0.0
all-clusters-app debug unknown 5416 5416 0 0.0
FLASH 6028004 6028004 0 0.0
RAM 509904 509904 0 0.0
all-clusters-minimal-app debug unknown 5312 5312 0 0.0
FLASH 5367894 5367894 0 0.0
RAM 240000 240000 0 0.0
bridge-app debug unknown 5296 5296 0 0.0
FLASH 4727640 4727640 0 0.0
RAM 217024 217024 0 0.0
chip-tool debug unknown 5832 5832 0 0.0
FLASH 12496460 12496460 0 0.0
RAM 558362 558362 0 0.0
chip-tool-ipv6only arm64 unknown 20352 20352 0 0.0
FLASH 11173932 11173932 0 0.0
RAM 608320 608320 0 0.0
fabric-admin debug unknown 5672 5672 0 0.0
FLASH 11474703 11474703 0 0.0
RAM 555098 555098 0 0.0
fabric-bridge-app debug unknown 4568 4568 0 0.0
FLASH 4483232 4483232 0 0.0
RAM 202192 202192 0 0.0
lighting-app debug+rpc+ui unknown 5968 5968 0 0.0
FLASH 5661713 5661713 0 0.0
RAM 228112 228112 0 0.0
lock-app debug unknown 5232 5232 0 0.0
FLASH 4782040 4782040 0 0.0
RAM 203840 203840 0 0.0
ota-provider-app debug unknown 4608 4608 0 0.0
FLASH 4422354 4422354 0 0.0
RAM 197824 197824 0 0.0
ota-requestor-app debug unknown 4544 4544 0 0.0
FLASH 4560962 4560962 0 0.0
RAM 202360 202360 0 0.0
shell debug unknown 4176 4176 0 0.0
FLASH 3067117 3067117 0 0.0
RAM 158952 158952 0 0.0
thermostat-no-ble arm64 unknown 9352 9352 0 0.0
FLASH 4357300 4357300 0 0.0
RAM 242216 242216 0 0.0
tv-app debug unknown 5504 5504 0 0.0
FLASH 6004981 6004981 0 0.0
RAM 583552 583552 0 0.0
tv-casting-app debug unknown 5176 5176 0 0.0
FLASH 10700989 10700989 0 0.0
RAM 645608 645608 0 0.0
mbed lock-app-release cy8cproto_062_4343w FLASH 1505732 1505732 0 0.0
RAM 227296 227296 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 FLASH 906924 906924 0 0.0
RAM 142225 142225 0 0.0
nrf7002dk_nrf5340_cpuapp FLASH 879520 879520 0 0.0
RAM 140364 140364 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 FLASH 838676 838676 0 0.0
RAM 141062 141062 0 0.0
nxp contact k32w0+release FLASH 576700 577100 400 0.1
RAM 70416 70472 56 0.1
k32w1+release FLASH 592408 592408 0 0.0
RAM 74456 74456 0 0.0
light k32w0+release FLASH 612424 612544 120 0.0
RAM 69920 69944 24 0.0
k32w1+release FLASH 677376 677376 0 0.0
RAM 83232 83232 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 FLASH 1636044 1636044 0 0.0
RAM 210912 210912 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 FLASH 1541244 1541244 0 0.0
RAM 207664 207664 0 0.0
light cy8ckit_062s2_43012 FLASH 1463508 1463508 0 0.0
RAM 200776 200776 0 0.0
lock cy8ckit_062s2_43012 FLASH 1462156 1462156 0 0.0
RAM 225120 225120 0 0.0
qpg lighting-app qpg6105+debug FLASH 655596 655596 0 0.0
RAM 105148 105148 0 0.0
lock-app qpg6105+debug FLASH 612912 612912 0 0.0
RAM 99632 99632 0 0.0
stm32 light STM32WB5MM-DK FLASH 477928 477928 0 0.0
RAM 144756 144756 0 0.0
telink air-quality-sensor-app tlsr9528a_retention FLASH 619742 619742 0 0.0
RAM 50936 50936 0 0.0
all-clusters-app tlsr9118bdk40d FLASH 678578 678578 0 0.0
RAM 149556 149556 0 0.0
all-clusters-minimal-app tlsr9528a FLASH 771842 771842 0 0.0
RAM 110732 110732 0 0.0
bridge-app tlsr9258a FLASH 678444 678444 0 0.0
RAM 91624 91624 0 0.0
contact-sensor-app tlsr9528a_retention FLASH 621334 621334 0 0.0
RAM 50980 50980 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a FLASH 707198 707198 0 0.0
RAM 74316 74316 0 0.0
lighting-app-ota-factory-data tlsr9118bdk40d FLASH 620198 620198 0 0.0
RAM 145580 145580 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d FLASH 806284 806284 0 0.0
RAM 99504 99504 0 0.0
lock-app-dfu tlsr9528a FLASH 654076 654076 0 0.0
RAM 67012 67012 0 0.0
ota-requestor-app tlsr9258a FLASH 696478 696478 0 0.0
RAM 91308 91308 0 0.0
pump-app-usb tlsr9518adk80d FLASH 630778 630778 0 0.0
RAM 55756 55756 0 0.0
pump-controller-app tlsr9518adk80d FLASH 608290 608290 0 0.0
RAM 53000 53000 0 0.0
shell tlsr9518adk80d FLASH 466810 466810 0 0.0
RAM 68660 68660 0 0.0
smoke_co_alarm-app tlsr9528a_retention FLASH 628102 628102 0 0.0
RAM 52696 52696 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d FLASH 652112 652112 0 0.0
RAM 56636 56636 0 0.0
thermostat tlsr9518adk80d FLASH 631874 631874 0 0.0
RAM 53376 53376 0 0.0
window-covering tlsr9118bdk40d FLASH 522252 522252 0 0.0
RAM 98536 98536 0 0.0
tizen all-clusters-app arm unknown 1588 1588 0 0.0
FLASH 1705388 1705388 0 0.0
RAM 51820 51820 0 0.0
chip-tool-ubsan arm unknown 2404 2404 0 0.0
FLASH 16619594 16619594 0 0.0
RAM 7303840 7303840 0 0.0

marius-alex-tache and others added 11 commits August 6, 2024 18:06
Moving these files here since they are used by multiple platforms.
K32W1 will be updated in the future and the old nxp/k32w/common
will be removed. Keep it for now (duplicated files) to ease the
synchronization of changes.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
- examples/*/nxp/k32w/k32w0 becomes examples/*/nxp/k32w0
- src/platform/nxp/k32w/k32w0 becomes src/platform/nxp/k32w0
- third_party/openthread/platforms/nxp/k32w/k32w0 becomes third_party/openthread/platforms/nxp/k32w0

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
(cherry picked from commit 039c51d1731de3acc583da906583d8fc0f482b8d)
…pt docs

examples/platform/nxp/k32w0/doc will remain in Matter repo.
The other folders were moved to nxp_matter_support submodule.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
(cherry picked from commit c729b5c6f8ac3b21345482d5f1585d1df1032770)
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
(cherry picked from commit 871ea893b3ad1f7d6d7b6943827a666b89f50b8f)
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
@marius-alex-tache marius-alex-tache force-pushed the k32w0-update-folder-structure branch from 0003050 to 1313240 Compare August 6, 2024 15:06
@mergify mergify bot merged commit 83dc1c8 into project-chip:master Aug 6, 2024
72 checks passed
GabrielCouturier pushed a commit to NXP/matter that referenced this pull request Aug 9, 2024
* [platform][common] Add old nxp/k32w/common files

Moving these files here since they are used by multiple platforms.
K32W1 will be updated in the future and the old nxp/k32w/common
will be removed. Keep it for now (duplicated files) to ease the
synchronization of changes.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>

* [NXP][k32w0] Remove k32w parent folder

- examples/*/nxp/k32w/k32w0 becomes examples/*/nxp/k32w0
- src/platform/nxp/k32w/k32w0 becomes src/platform/nxp/k32w0
- third_party/openthread/platforms/nxp/k32w/k32w0 becomes third_party/openthread/platforms/nxp/k32w0

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>

* [NXP][common][k32w0] Update some files after k32w parent removal

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
(cherry picked from commit 039c51d1731de3acc583da906583d8fc0f482b8d)

* [NXP][examples][k32w0] Remove examples/platform/nxp/k32w0 folder except docs

examples/platform/nxp/k32w0/doc will remain in Matter repo.
The other folders were moved to nxp_matter_support submodule.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>

* [NXP][doc][k32w0] Updating path to update_nxp_sdk.py script

Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
(cherry picked from commit c729b5c6f8ac3b21345482d5f1585d1df1032770)

* [NXP][examples][k32w0] Update paths after nxp_matter_support switch

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
(cherry picked from commit 871ea893b3ad1f7d6d7b6943827a666b89f50b8f)

* [NXP][examples][k32w0] Enable chip_generate_link_map_file by default

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>

* [NXP][examples][k32w0] Add OTA encryption info in contact sensor README

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>

* [NXP][docs] Fix spellcheck errors

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>

* [NXP] Bump nxp_matter_support repo

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>

* [k32w0][doc] Remove obsolete python dependency

---------

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Co-authored-by: Mihai Ignat <mihai.ignat@nxp.com>
(cherry picked from commit 83dc1c8)
GabrielCouturier pushed a commit to NXP/matter that referenced this pull request Aug 9, 2024
…hip#34772)"

This reverts commit 7f1f2df.

Signed-off-by: Martin Girardot <martin.girardot@nxp.com>
@marius-alex-tache marius-alex-tache deleted the k32w0-update-folder-structure branch October 1, 2024 14:06
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 documentation Improvements or additions to documentation examples gn platform review - approved scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants