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] Integrating code updates for RW61X and K32W platforms #32615

Merged
merged 65 commits into from
Mar 20, 2024

Conversation

dinabenamar
Copy link
Contributor

  • Integrating code updates for K32W0 & K32W1 platforms
  • Integrating code updates for RW61X & SDK 2.13.3 support
  • Enabling CI workflows for RW61X platform for all-clusters, thermostat, and laundry-washer applications

dinabenamar and others added 30 commits March 14, 2024 11:27
All submodules that don't have a platforms field will be selected
when the script is run. Additionally, if --platform nxp is used,
submodules that have nxp under their platform field will also be
checked out.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
… include in the operational-state-delegate-impl.h
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
…ule update script

+ Updating gn information to build Matter target that will support BR

Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
The "NXPConfig" class member function which is supposed to save the
string keys to persistent storage was, in fact, invoking the
"NvSaveOnIdle" function using the INTEGER keys RAM buffer descriptor,
instead of using the STRING keys RAM buffer descriptor. Most likely
a typical copy-paste error.

Signed-off-by: Marian Chereji <marian.chereji@nxp.com>
 * correct typos
 * remove executable access permissions
 * remove unused files
 * change openthread_root to ot-nxp/openthread-k32w1

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
 * small changes for existing code

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
 * argument has been moved to src/app/icd/icd.gni

Signed-off-by: Andrei Menzopol <andrei.menzopol@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>
…ated storages

To avoid a large KVS RAM buffer and memory allocation issues when running TC-RR-1.1,
move some specific keys in dedicated RAM storage instaces:
* subscription keys will be stored in sSubscriptionStorage.
* groups keys will be stored in sGroupsStorage. This RAM storage will use the extended
search feature, because its size will be greater than current backend region size (2K).

The key/value storage will be selected in each API based on some
criteria: if the key is related to either subscription/groups, then
both the key and the value will be stored in the same storage. Otherwise,
the default keys and values storages are used.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
When CONFIG_CHIP_K32W0_KVS_MOVE_KEYS_TO_SPECIFIC_STORAGE is set to 1,
the application can opt to move some keys from current KVS storage
to a dedicated storage, based on the key name.

Currently, the mechanism supports moving keys and values for:
* subscriptions
* groups

Note: the system is meant to ensure backwards compatibility. This should only
be used once, but, if this feature is still enabled after the first conversion,
the corresponding keys will not be found in KVS default storage. This does
not affect the functionality, but it introduces a delay in the initialization.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
CONFIG_CHIP_ENCRYPTED_FACTORY_DATA is defined by default when factory data
is enabled. The common code should leverage this flag to make some actions
when implicit encrypted factory data is enabled.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Encrypted factory data related code should be enclosed based on the
CONFIG_CHIP_ENCRYPTED_FACTORY_DATA flag.

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

CONFIG_CHIP_OTA_IMAGE_PROCESSOR_HEADER should specify an OTA image processor implementation
header. It can be a custom one, such as the header for OTA multi-image implementation.
This will ease the transition of current reference apps that are not using the processor
from the NXP common area.

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

EMBER_AF_PLUGIN_BINDING is defined when the server side of the Binding cluster is used.
The common app task code should initialize Binding handlers only if this flag is defined.

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

Signed-off-by: Doru Gucea <doru-cristian.gucea@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 upstream-nxp-common-rw-k32w branch from 83c200b to 8038fa0 Compare March 19, 2024 14:09
marius-alex-tache and others added 4 commits March 19, 2024 16:22
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 upstream-nxp-common-rw-k32w branch from ecf192f to 64b964d Compare March 19, 2024 15:37
When official repo CI is used, the docker image sets the west github SDK
to /opt/sdk/core. This caused gn SDK files to mistakenly treat the SDK
as a package SDK, which affected the paths.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Pigweed tokenizer logging and expansion board gn args are enabled by default
in the reference apps args.gni. Disable them explicitly for low power case.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
This type of app specific implementation should reside in the application
space, instead of the device layer.

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
@marius-alex-tache marius-alex-tache force-pushed the upstream-nxp-common-rw-k32w branch from 7fade85 to 4654313 Compare March 20, 2024 07:35
@marius-alex-tache
Copy link
Contributor

This should be the last PR with a lot of changes, since we've switched to a new dev process. The upcoming updates should avoid this kind of major changes and should be easier to review. The aim is to synchronize the upstream/downstream once, such that we can enable upcoming granular updates.

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.

Looked at some common file changes. Since this is a 20K delta PR, I don't think it can be reviewed in detail in a reasonable timeframe.

@mergify mergify bot merged commit 907883f into project-chip:master Mar 20, 2024
70 checks passed
Copy link

PR #32615: Size comparison from 43202d9 to 4654313

Increases above 0.2%:

platform target config section 43202d9 4654313 change % change
k32w contact k32w1+release .data 2816 2848 32 1.1
light k32w1+release .data 2032 2048 16 0.8
Increases (2 builds for k32w)
platform target config section 43202d9 4654313 change % change
k32w contact k32w1+release .data 2816 2848 32 1.1
light k32w1+release (read/write) 790564 791228 664 0.1
.bss 80604 80628 24 0.0
.data 2032 2048 16 0.8
.text 668568 669192 624 0.1
Decreases (5 builds for efr32, k32w)
platform target config section 43202d9 4654313 change % change
efr32 lighting-app BRD4187C (read/write) 1110432 1110424 -8 -0.0
.text 911820 911812 -8 -0.0
window-app BRD4187C (read/write) 1157152 1157144 -8 -0.0
.text 986380 986372 -8 -0.0
k32w contact k32w0+release (read only) 606368 604944 -1424 -0.2
(read/write) 79660 79460 -200 -0.3
.bss 67476 67300 -176 -0.3
.data 2200 2176 -24 -1.1
.text 605832 604408 -1424 -0.2
light k32w0+release (read only) 610104 606912 -3192 -0.5
(read/write) 79536 79320 -216 -0.3
.bss 67348 67156 -192 -0.3
.data 2204 2180 -24 -1.1
.text 609568 606376 -3192 -0.5
contact k32w1+release (read/write) 747792 699784 -48008 -6.4
.bss 79212 71148 -8064 -10.2
.text 626392 586408 -39984 -6.4
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
platform target config section 43202d9 4654313 change % change
bl602 lighting-app bl602 (read/write) 1437786 1437786 0 0.0
.bss 85352 85352 0 0.0
.data 9496 9496 0 0.0
.rodata 158448 158448 0 0.0
.text 1103848 1103848 0 0.0
bl602+mfd (read/write) 1452210 1452210 0 0.0
.bss 85512 85512 0 0.0
.data 9472 9472 0 0.0
.rodata 157408 157408 0 0.0
.text 1119166 1119166 0 0.0
bl602+rpc (read/write) 1485434 1485434 0 0.0
.bss 93384 93384 0 0.0
.data 9872 9872 0 0.0
.rodata 166016 166016 0 0.0
.text 1135494 1135494 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1202231 1202231 0 0.0
.bss 11133 11133 0 0.0
.data 3680 3680 0 0.0
.rodata 107800 107800 0 0.0
.text 972748 972748 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1213287 1213287 0 0.0
.bss 11309 11309 0 0.0
.data 3656 3656 0 0.0
.rodata 106740 106740 0 0.0
.text 984758 984758 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1293979 1293979 0 0.0
.bss 19613 19613 0 0.0
.data 4216 4216 0 0.0
.rodata 123172 123172 0 0.0
.text 1047712 1047712 0 0.0
bl706-eth (read/write) 1019945 1019945 0 0.0
.bss 23708 23708 0 0.0
.data 3256 3256 0 0.0
.rodata 101132 101132 0 0.0
.text 763876 763876 0 0.0
bl706-wifi (read/write) 1254530 1254530 0 0.0
.bss 10577 10577 0 0.0
.data 3688 3688 0 0.0
.rodata 122132 122132 0 0.0
.text 995722 995722 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1171808 1171808 0 0.0
.bss 16328 16328 0 0.0
.data 5040 5040 0 0.0
.rodata 101804 101804 0 0.0
.text 965846 965846 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1182956 1182956 0 0.0
.bss 16504 16504 0 0.0
.data 5024 5024 0 0.0
.rodata 100744 100744 0 0.0
.text 977912 977912 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 774060 774060 0 0.0
(read/write) 168624 168624 0 0.0
.bss 90628 90628 0 0.0
.data 3560 3560 0 0.0
.rodata 81820 81820 0 0.0
.text 691976 691976 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 790484 790484 0 0.0
(read/write) 178872 178872 0 0.0
.bss 100876 100876 0 0.0
.data 3560 3560 0 0.0
.rodata 76004 76004 0 0.0
.text 714216 714216 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 779124 779124 0 0.0
(read/write) 173312 173312 0 0.0
.bss 95316 95316 0 0.0
.data 3560 3560 0 0.0
.rodata 102756 102756 0 0.0
.text 676104 676104 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 731396 731396 0 0.0
(read/write) 167592 167592 0 0.0
.bss 89360 89360 0 0.0
.data 3552 3552 0 0.0
.rodata 77484 77484 0 0.0
.text 653648 653648 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 716924 716924 0 0.0
(read/write) 167800 167800 0 0.0
.bss 89584 89584 0 0.0
.data 3544 3544 0 0.0
.rodata 73268 73268 0 0.0
.text 643392 643392 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 583402 583402 0 0.0
(read/write) 207992 207992 0 0.0
.bss 201228 201228 0 0.0
.data 1640 1640 0 0.0
.rodata 86610 86610 0 0.0
.text 494668 494668 0 0.0
lock CC3235SF_LAUNCHXL (read only) 628674 628674 0 0.0
(read/write) 208336 208336 0 0.0
.bss 201720 201720 0 0.0
.data 1496 1496 0 0.0
.rodata 107066 107066 0 0.0
.text 519484 519484 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 569195 569195 0 0.0
.app_xip_area 458949 458949 0 0.0
.bss 65080 65080 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 551867 551867 0 0.0
.app_xip_area 436861 436861 0 0.0
.bss 69832 69832 0 0.0
.data 752 752 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 572003 572003 0 0.0
.app_xip_area 463261 463261 0 0.0
.bss 63616 63616 0 0.0
.data 704 704 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 564931 564931 0 0.0
.app_xip_area 452909 452909 0 0.0
.bss 66816 66816 0 0.0
.data 784 784 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 933528 933528 0 0.0
.bss 197960 197960 0 0.0
.data 1396 1396 0 0.0
.text 734148 734148 0 0.0
lock-app BRD4161A+wf200 (read/write) 1122844 1122844 0 0.0
.bss 186788 186788 0 0.0
.data 2800 2800 0 0.0
.text 933236 933236 0 0.0
lighting-app BRD4187C (read/write) 1110432 1110424 -8 -0.0
.bss 195176 195176 0 0.0
.data 3416 3416 0 0.0
.text 911820 911812 -8 -0.0
window-app BRD4187C (read/write) 1157152 1157144 -8 -0.0
.bss 167424 167424 0 0.0
.data 3328 3328 0 0.0
.text 986380 986372 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1211614 1211614 0 0.0
(read/write) 1749760 1749760 0 0.0
.dram0.bss 74320 74320 0 0.0
.dram0.data 13620 13620 0 0.0
.flash.rodata 252288 252288 0 0.0
.flash.text 1211614 1211614 0 0.0
.iram0.text 75530 75530 0 0.0
m5stack (read only) 1253859 1253859 0 0.0
(read/write) 536352 536352 0 0.0
.dram0.bss 81256 81256 0 0.0
.dram0.data 35164 35164 0 0.0
.flash.rodata 284012 284012 0 0.0
.flash.text 1247695 1247695 0 0.0
.iram0.text 125403 125403 0 0.0
k32w contact k32w0+release (read only) 606368 604944 -1424 -0.2
(read/write) 79660 79460 -200 -0.3
.bss 67476 67300 -176 -0.3
.data 2200 2176 -24 -1.1
.text 605832 604408 -1424 -0.2
light k32w0+release (read only) 610104 606912 -3192 -0.5
(read/write) 79536 79320 -216 -0.3
.bss 67348 67156 -192 -0.3
.data 2204 2180 -24 -1.1
.text 609568 606376 -3192 -0.5
contact k32w1+release (read only) 1024 1024 0 0.0
(read/write) 747792 699784 -48008 -6.4
.bss 79212 71148 -8064 -10.2
.data 2816 2848 32 1.1
.text 626392 586408 -39984 -6.4
light k32w1+release (read only) 1024 1024 0 0.0
(read/write) 790564 791228 664 0.1
.bss 80604 80628 24 0.0
.data 2032 2048 16 0.8
.text 668568 669192 624 0.1
linux chip-tool-ipv6only arm64 (read only) 11366260 11366260 0 0.0
(read/write) 587872 587872 0 0.0
.bss 103512 103512 0 0.0
.data 4496 4496 0 0.0
.data.rel.ro 454592 454592 0 0.0
.dynamic 512 512 0 0.0
.got 16944 16944 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 354564 354564 0 0.0
.text 10133384 10133384 0 0.0
thermostat-no-ble arm64 (read only) 4417460 4417460 0 0.0
(read/write) 245496 245496 0 0.0
.bss 121832 121832 0 0.0
.data 3376 3376 0 0.0
.data.rel.ro 103624 103624 0 0.0
.dynamic 512 512 0 0.0
.got 8616 8616 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 159404 159404 0 0.0
.text 3923416 3923416 0 0.0
air-purifier-app debug (read only) 2620877 2620877 0 0.0
(read/write) 128960 128960 0 0.0
.bss 46544 46544 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 74248 74248 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 184528 184528 0 0.0
.text 2258885 2258885 0 0.0
all-clusters-app debug (read only) 5927025 5927025 0 0.0
(read/write) 480432 480432 0 0.0
.bss 134848 134848 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 333640 333640 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1384 1384 0 0.0
.rodata 349264 349264 0 0.0
.text 5144387 5144387 0 0.0
all-clusters-minimal-app debug (read only) 5207825 5207825 0 0.0
(read/write) 236384 236384 0 0.0
.bss 127680 127680 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 97208 97208 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 288266 288266 0 0.0
.text 4684851 4684851 0 0.0
bridge-app debug (read only) 4602273 4602273 0 0.0
(read/write) 217232 217232 0 0.0
.bss 118176 118176 0 0.0
.data 6208 6208 0 0.0
.data.rel.ro 86144 86144 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 228906 228906 0 0.0
.text 4153075 4153075 0 0.0
chip-tool debug (read only) 12044233 12044233 0 0.0
(read/write) 521512 521512 0 0.0
.bss 94424 94424 0 0.0
.data 5122 5122 0 0.0
.data.rel.ro 414744 414744 0 0.0
.dynamic 624 624 0 0.0
.got 5768 5768 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 448569 448569 0 0.0
.text 10889891 10889891 0 0.0
lock-app debug (read only) 4669633 4669633 0 0.0
(read/write) 204816 204816 0 0.0
.bss 113600 113600 0 0.0
.data 4128 4128 0 0.0
.data.rel.ro 80392 80392 0 0.0
.dynamic 624 624 0 0.0
.got 5200 5200 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 254826 254826 0 0.0
.text 4203155 4203155 0 0.0
ota-provider-app debug (read only) 4297961 4297961 0 0.0
(read/write) 193288 193288 0 0.0
.bss 113280 113280 0 0.0
.data 4336 4336 0 0.0
.data.rel.ro 69776 69776 0 0.0
.dynamic 624 624 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 207882 207882 0 0.0
.text 3897107 3897107 0 0.0
ota-requestor-app debug (read only) 4427385 4427385 0 0.0
(read/write) 197720 197720 0 0.0
.bss 114208 114208 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 72896 72896 0 0.0
.dynamic 624 624 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 213994 213994 0 0.0
.text 4015875 4015875 0 0.0
shell debug (read only) 2895017 2895017 0 0.0
(read/write) 156352 156352 0 0.0
.bss 62736 62736 0 0.0
.data 1392 1392 0 0.0
.data.rel.ro 86464 86464 0 0.0
.dynamic 592 592 0 0.0
.got 4072 4072 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 185216 185216 0 0.0
.text 2536482 2536482 0 0.0
tv-app debug (read only) 5716785 5716785 0 0.0
(read/write) 352584 352584 0 0.0
.bss 244368 244368 0 0.0
.data 6528 6528 0 0.0
.data.rel.ro 94424 94424 0 0.0
.dynamic 624 624 0 0.0
.got 5496 5496 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 290026 290026 0 0.0
.text 5184675 5184675 0 0.0
tv-casting-app debug (read only) 9869001 9869001 0 0.0
(read/write) 340296 340296 0 0.0
.bss 156272 156272 0 0.0
.data 2976 2976 0 0.0
.data.rel.ro 174176 174176 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 382552 382552 0 0.0
.text 9020707 9020707 0 0.0
lighting-app debug+rpc+ui (read only) 5525753 5525753 0 0.0
(read/write) 226024 226024 0 0.0
.bss 119144 119144 0 0.0
.data 4832 4832 0 0.0
.data.rel.ro 94544 94544 0 0.0
.dynamic 672 672 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 353812 353812 0 0.0
.text 4925267 4925267 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2532368 2532368 0 0.0
.bss 220472 220472 0 0.0
.data 5200 5200 0 0.0
.text 1495052 1495052 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1103240 1103240 0 0.0
bss 130855 130855 0 0.0
rodata 112928 112928 0 0.0
text 811628 811628 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1051488 1051488 0 0.0
bss 129713 129713 0 0.0
rodata 100288 100288 0 0.0
text 773668 773668 0 0.0
light-switch-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1002524 1002524 0 0.0
bss 123750 123750 0 0.0
rodata 89676 89676 0 0.0
text 741452 741452 0 0.0
lock-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1014900 1014900 0 0.0
bss 124281 124281 0 0.0
rodata 109236 109236 0 0.0
text 733796 733796 0 0.0
pump-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 966288 966288 0 0.0
bss 122982 122982 0 0.0
rodata 84760 84760 0 0.0
text 710980 710980 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 954132 954132 0 0.0
bss 122781 122781 0 0.0
rodata 81612 81612 0 0.0
text 702104 702104 0 0.0
lighting-app nrf52840dk_nrf52840+rpc (read only) 4 4 0 0.0
(read/write) 1102000 1102000 0 0.0
bss 135541 135541 0 0.0
rodata 95352 95352 0 0.0
text 820408 820408 0 0.0
nrf52840dongle_nrf52840 (read only) 4 4 0 0.0
(read/write) 1062032 1062032 0 0.0
bss 143606 143606 0 0.0
rodata 85464 85464 0 0.0
text 777532 777532 0 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 986352 986352 0 0.0
bss 131878 131878 0 0.0
rodata 84416 84416 0 0.0
text 717864 717864 0 0.0
lock-app nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 930136 930136 0 0.0
bss 121878 121878 0 0.0
rodata 103520 103520 0 0.0
text 652532 652532 0 0.0
all-clusters-app nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1222504 1222504 0 0.0
bss 122945 122945 0 0.0
rodata 141792 141792 0 0.0
text 807244 807244 0 0.0
light-switch-app nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1192748 1192748 0 0.0
bss 115057 115057 0 0.0
rodata 167572 167572 0 0.0
text 755680 755680 0 0.0
lighting-app nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1192748 1192748 0 0.0
bss 115057 115057 0 0.0
rodata 167572 167572 0 0.0
text 755680 755680 0 0.0
lock-app nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1205976 1205976 0 0.0
bss 115588 115588 0 0.0
rodata 187124 187124 0 0.0
text 748924 748924 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 834440 834440 0 0.0
(read/write) 1796876 1796876 0 0.0
.bss 196236 196236 0 0.0
.data 2664 2664 0 0.0
.text 1589588 1589588 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 837584 837584 0 0.0
(read/write) 1718924 1718924 0 0.0
.bss 193116 193116 0 0.0
.data 2640 2640 0 0.0
.text 1514780 1514780 0 0.0
light cy8ckit_062s2_43012 (read only) 844312 844312 0 0.0
(read/write) 1638028 1638028 0 0.0
.bss 186580 186580 0 0.0
.data 2448 2448 0 0.0
.text 1440612 1440612 0 0.0
lock cy8ckit_062s2_43012 (read only) 817160 817160 0 0.0
(read/write) 1667676 1667676 0 0.0
.bss 213740 213740 0 0.0
.data 2440 2440 0 0.0
.text 1443108 1443108 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1130052 1130052 0 0.0
.bss 102480 102480 0 0.0
.data 824 824 0 0.0
.text 642432 642432 0 0.0
lock-app qpg6105+debug (read/write) 1090012 1090012 0 0.0
.bss 97224 97224 0 0.0
.data 844 844 0 0.0
.text 602396 602396 0 0.0
stm32 light STM32WB5MM-DK (read/write) 601265 601265 0 0.0
.bss 128344 128344 0 0.0
.data 668 668 0 0.0
.rodata 79716 79716 0 0.0
.text 382808 382808 0 0.0
telink window-covering tlsr9258a (read only) 51584 51584 0 0.0
(read/write) 835696 835696 0 0.0
bss 68104 68104 0 0.0
text 627192 627192 0 0.0
pump-app tlsr9258a_retention (read only) 51774 51774 0 0.0
(read/write) 828382 828382 0 0.0
bss 49840 49840 0 0.0
text 621574 621574 0 0.0
all-clusters-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 1092872 1092872 0 0.0
bss 101804 101804 0 0.0
text 793934 793934 0 0.0
bridge-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 911056 911056 0 0.0
bss 93140 93140 0 0.0
text 652732 652732 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 29122 29122 0 0.0
(read/write) 1074228 1074228 0 0.0
bss 100220 100220 0 0.0
text 778116 778116 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 930028 930028 0 0.0
bss 92720 92720 0 0.0
text 671810 671810 0 0.0
pump-controller-app tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 791956 791956 0 0.0
bss 56040 56040 0 0.0
text 592250 592250 0 0.0
shell tlsr9518adk80d (read only) 29042 29042 0 0.0
(read/write) 677312 677312 0 0.0
bss 73672 73672 0 0.0
text 462570 462570 0 0.0
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 32220 32220 0 0.0
(read/write) 851917 851917 0 0.0
bss 59516 59516 0 0.0
text 636960 636960 0 0.0
thermostat tlsr9518adk80d (read only) 31872 31872 0 0.0
(read/write) 817604 817604 0 0.0
bss 56328 56328 0 0.0
text 611934 611934 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 47960 47960 0 0.0
(read/write) 1050344 1050344 0 0.0
bss 110108 110108 0 0.0
text 765256 765256 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 931368 931368 0 0.0
bss 77732 77732 0 0.0
text 698660 698660 0 0.0
lock-app-dfu tlsr9528a (read only) 51584 51584 0 0.0
(read/write) 903760 903760 0 0.0
bss 69196 69196 0 0.0
text 653924 653924 0 0.0
air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 824026 824026 0 0.0
bss 49684 49684 0 0.0
text 616822 616822 0 0.0
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 825650 825650 0 0.0
bss 49732 49732 0 0.0
text 618512 618512 0 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 833186 833186 0 0.0
bss 51364 51364 0 0.0
text 624882 624882 0 0.0

marius-alex-tache pushed a commit to NXP/matter that referenced this pull request Apr 29, 2024
…orms (project-chip#32615)

* [NXP][platform][common] Adding platform common code

* [NXP][platform][k32w] Adding platform code changes for k32w

* [NXP][platform][rw61x] Adding platform code changes for rw61x

* [NXP][tools][common] Adding nxp tools updates

* [NXP][examples][common] Adding examples common updates

* [NXP][examples][rw61x] Adding examples updates

* [NXP][examples][k32w] Adding examples updates

* [NXP][doc][common] Adding documentation updates

* [NXP][scripts][common] Add checkout_submodules NXP target

All submodules that don't have a platforms field will be selected
when the script is run. Additionally, if --platform nxp is used,
submodules that have nxp under their platform field will also be
checked out.

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

* [NXP][CI][rw61x] Enabling CI workflow for RW61x examples (all-clusters-app, thermostat, laundry-washer)

* [NXP][examples][common] Fix laundry-washer app by removing af-enums.h include in the operational-state-delegate-impl.h

* [NXP][platform][k32w1] Fix clang formatting

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

* [NXP][doc][rw61x] Adding information to run bootstrap script + submodule update script

+ Updating gn information to build Matter target that will support BR

Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>

* [NXP][platform] Fix string keys saving failure

The "NXPConfig" class member function which is supposed to save the
string keys to persistent storage was, in fact, invoking the
"NvSaveOnIdle" function using the INTEGER keys RAM buffer descriptor,
instead of using the STRING keys RAM buffer descriptor. Most likely
a typical copy-paste error.

Signed-off-by: Marian Chereji <marian.chereji@nxp.com>

* [NXP][platform][k32w] Small fixes for k32w platform code

 * correct typos
 * remove executable access permissions
 * remove unused files
 * change openthread_root to ot-nxp/openthread-k32w1

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][examples][k32w] Fixes for k32w examples code

 * small changes for existing code

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][sdk][common] Remove chip_enable_icd_lit

 * argument has been moved to src/app/icd/icd.gni

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][examples][common] Fix missing QR code log

* [NXP][platform][k32w1] Fix gn issue

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

* [NXP][examples][k32w0] Update default args.gni for reference apps

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

* [NXP][examples][k32w1] Update default args.gni for reference apps

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

* [NXP][platform][k32w0] Move subscription and groups KVS keys to dedicated storages

To avoid a large KVS RAM buffer and memory allocation issues when running TC-RR-1.1,
move some specific keys in dedicated RAM storage instaces:
* subscription keys will be stored in sSubscriptionStorage.
* groups keys will be stored in sGroupsStorage. This RAM storage will use the extended
search feature, because its size will be greater than current backend region size (2K).

The key/value storage will be selected in each API based on some
criteria: if the key is related to either subscription/groups, then
both the key and the value will be stored in the same storage. Otherwise,
the default keys and values storages are used.

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

* [NXP][platform][k32w0] Add conversion for subscription and groups keys

When CONFIG_CHIP_K32W0_KVS_MOVE_KEYS_TO_SPECIFIC_STORAGE is set to 1,
the application can opt to move some keys from current KVS storage
to a dedicated storage, based on the key name.

Currently, the mechanism supports moving keys and values for:
* subscriptions
* groups

Note: the system is meant to ensure backwards compatibility. This should only
be used once, but, if this feature is still enabled after the first conversion,
the corresponding keys will not be found in KVS default storage. This does
not affect the functionality, but it introduces a delay in the initialization.

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

* [NXP][examples][common] Updating laundry washer zap file to be consistent with current PICS

* [NXP][examples][common] Updating thermostat zap files to be consistent with current PICS

* [NXP][platform][rw61x] Add define for encrypted factory data

CONFIG_CHIP_ENCRYPTED_FACTORY_DATA is defined by default when factory data
is enabled. The common code should leverage this flag to make some actions
when implicit encrypted factory data is enabled.

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

* [NXP][examples][common][factory-data] Enclose encryption code

Encrypted factory data related code should be enclosed based on the
CONFIG_CHIP_ENCRYPTED_FACTORY_DATA flag.

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

* [NXP][examples][common] Add a way to include a specific OTAImageProcessor header

CONFIG_CHIP_OTA_IMAGE_PROCESSOR_HEADER should specify an OTA image processor implementation
header. It can be a custom one, such as the header for OTA multi-image implementation.
This will ease the transition of current reference apps that are not using the processor
from the NXP common area.

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

* [NXP][examples][common] Enclose binding usage based on EMBER_AF_PLUGIN_BINDING

EMBER_AF_PLUGIN_BINDING is defined when the server side of the Binding cluster is used.
The common app task code should initialize Binding handlers only if this flag is defined.

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

* [NXP][examples][k32w][contact-sensor][zap] Enable Diagnostic Logs Cluster

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* [NXP][platform][common] Add Diagnostic Logs common

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* [NXP][platform][common] create nxp_diagnostic_logs

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* [NXP][examples][k32w1] enable Diagnostic Logs for contact-sensor app

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* [NXP][example][common] Fixing PLATFORM_InitTimerManager return value check issue

Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>

* [NXP][examples][common] Fix contact-sensor zap files

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* [NXP][examples][common] Fix laundry-washer-app build : remove zap_generated_dir from BUILD.gn as it does not exist anymore

* [NXP][doc] Adding support for the laundry-washer example inside docs/examples/index.md

* [NXP][doc][rw61x] Update readme to support SDK 2.13.3

* [NXP][examples][k32w][mw320] Remove not upstreamed and not supported apps

 * drop light-switch-combo-app as it isn't upstreamed yet
 * remove lock-app as it is not supported anymore
   (at least for the moment)
 * remove shell-app as it is not supported anymore
   (at least for the moment)

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][scripts] Remove unsused binaries

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

* [NXP][platform][k32w] Remove duplicated code introduced in a merge conflict

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

* [NXP][common] Update OT-NXP repo commit

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][CI][rw61x] Updating docker image version for SDK support

* [NXP][CI][k32w] Update workflows and docker image version for SDK support

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][examples][k32w] Fix spelling

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][rw61x] Fix doc, spelling and zap errors

* [NXP][rw61x] Fix doc spelling errors

* [NXP][k32w0] Fix SDK path

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

* Restyled by whitespace

* Restyled by clang-format

* Restyled by gn

* Restyled by prettier-markdown

* Restyled by autopep8

* Restyled by isort

* [NXP][doc][k32w] Fix docs issues

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

* [NXP][scripts][common] Fix lint errors

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

* [NXP][CI][k32w] Remove deprecated examples

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

* [NXP][docs] Remove lock app from commissioning guide

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

* [NXP][platform][common] Remove unused header

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

* [NXP][platform][k32w1] Remove custom openthread_root

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

* [NXP][platform][rw61x] Fix lint code error

* [NXP][k32w0] Fix gn import order

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

* [NXP][sdk][k32w0] Fix SDK path condition

When official repo CI is used, the docker image sets the west github SDK
to /opt/sdk/core. This caused gn SDK files to mistakenly treat the SDK
as a package SDK, which affected the paths.

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

* [NXP][scripts][k32w] Take into account low power flags for k32w0

Pigweed tokenizer logging and expansion board gn args are enabled by default
in the reference apps args.gni. Disable them explicitly for low power case.

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

* [NXP][examples][k32w1] Move diagnostic_logs to a common examples area

This type of app specific implementation should reside in the application
space, instead of the device layer.

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

---------

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
Signed-off-by: Marian Chereji <marian.chereji@nxp.com>
Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>
Co-authored-by: marius-alex-tache <marius.tache@nxp.com>
Co-authored-by: Gatien Chapon <gatien.chapon@nxp.com>
Co-authored-by: Marian Chereji <marian.chereji@nxp.com>
Co-authored-by: Andrei Menzopol <andrei.menzopol@nxp.com>
Co-authored-by: Martin Girardot <martin.girardot@nxp.com>
Co-authored-by: Doru Gucea <doru-cristian.gucea@nxp.com>
Co-authored-by: Restyled.io <commits@restyled.io>
(cherry-picked from commit 907883f)
marius-alex-tache pushed a commit to NXP/matter that referenced this pull request Apr 29, 2024
…2W platforms (project-chip#32615)"

This reverts commit e66d7af.

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
@marius-alex-tache marius-alex-tache deleted the upstream-nxp-common-rw-k32w branch October 1, 2024 14:04
GabrielCouturier pushed a commit to NXP/matter that referenced this pull request Oct 31, 2024
…orms (project-chip#32615)

* [NXP][platform][common] Adding platform common code

* [NXP][platform][k32w] Adding platform code changes for k32w

* [NXP][platform][rw61x] Adding platform code changes for rw61x

* [NXP][tools][common] Adding nxp tools updates

* [NXP][examples][common] Adding examples common updates

* [NXP][examples][rw61x] Adding examples updates

* [NXP][examples][k32w] Adding examples updates

* [NXP][doc][common] Adding documentation updates

* [NXP][scripts][common] Add checkout_submodules NXP target

All submodules that don't have a platforms field will be selected
when the script is run. Additionally, if --platform nxp is used,
submodules that have nxp under their platform field will also be
checked out.

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

* [NXP][CI][rw61x] Enabling CI workflow for RW61x examples (all-clusters-app, thermostat, laundry-washer)

* [NXP][examples][common] Fix laundry-washer app by removing af-enums.h include in the operational-state-delegate-impl.h

* [NXP][platform][k32w1] Fix clang formatting

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

* [NXP][doc][rw61x] Adding information to run bootstrap script + submodule update script

+ Updating gn information to build Matter target that will support BR

Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>

* [NXP][platform] Fix string keys saving failure

The "NXPConfig" class member function which is supposed to save the
string keys to persistent storage was, in fact, invoking the
"NvSaveOnIdle" function using the INTEGER keys RAM buffer descriptor,
instead of using the STRING keys RAM buffer descriptor. Most likely
a typical copy-paste error.

Signed-off-by: Marian Chereji <marian.chereji@nxp.com>

* [NXP][platform][k32w] Small fixes for k32w platform code

 * correct typos
 * remove executable access permissions
 * remove unused files
 * change openthread_root to ot-nxp/openthread-k32w1

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][examples][k32w] Fixes for k32w examples code

 * small changes for existing code

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][sdk][common] Remove chip_enable_icd_lit

 * argument has been moved to src/app/icd/icd.gni

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][examples][common] Fix missing QR code log

* [NXP][platform][k32w1] Fix gn issue

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

* [NXP][examples][k32w0] Update default args.gni for reference apps

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

* [NXP][examples][k32w1] Update default args.gni for reference apps

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

* [NXP][platform][k32w0] Move subscription and groups KVS keys to dedicated storages

To avoid a large KVS RAM buffer and memory allocation issues when running TC-RR-1.1,
move some specific keys in dedicated RAM storage instaces:
* subscription keys will be stored in sSubscriptionStorage.
* groups keys will be stored in sGroupsStorage. This RAM storage will use the extended
search feature, because its size will be greater than current backend region size (2K).

The key/value storage will be selected in each API based on some
criteria: if the key is related to either subscription/groups, then
both the key and the value will be stored in the same storage. Otherwise,
the default keys and values storages are used.

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

* [NXP][platform][k32w0] Add conversion for subscription and groups keys

When CONFIG_CHIP_K32W0_KVS_MOVE_KEYS_TO_SPECIFIC_STORAGE is set to 1,
the application can opt to move some keys from current KVS storage
to a dedicated storage, based on the key name.

Currently, the mechanism supports moving keys and values for:
* subscriptions
* groups

Note: the system is meant to ensure backwards compatibility. This should only
be used once, but, if this feature is still enabled after the first conversion,
the corresponding keys will not be found in KVS default storage. This does
not affect the functionality, but it introduces a delay in the initialization.

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

* [NXP][examples][common] Updating laundry washer zap file to be consistent with current PICS

* [NXP][examples][common] Updating thermostat zap files to be consistent with current PICS

* [NXP][platform][rw61x] Add define for encrypted factory data

CONFIG_CHIP_ENCRYPTED_FACTORY_DATA is defined by default when factory data
is enabled. The common code should leverage this flag to make some actions
when implicit encrypted factory data is enabled.

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

* [NXP][examples][common][factory-data] Enclose encryption code

Encrypted factory data related code should be enclosed based on the
CONFIG_CHIP_ENCRYPTED_FACTORY_DATA flag.

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

* [NXP][examples][common] Add a way to include a specific OTAImageProcessor header

CONFIG_CHIP_OTA_IMAGE_PROCESSOR_HEADER should specify an OTA image processor implementation
header. It can be a custom one, such as the header for OTA multi-image implementation.
This will ease the transition of current reference apps that are not using the processor
from the NXP common area.

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

* [NXP][examples][common] Enclose binding usage based on EMBER_AF_PLUGIN_BINDING

EMBER_AF_PLUGIN_BINDING is defined when the server side of the Binding cluster is used.
The common app task code should initialize Binding handlers only if this flag is defined.

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

* [NXP][examples][k32w][contact-sensor][zap] Enable Diagnostic Logs Cluster

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* [NXP][platform][common] Add Diagnostic Logs common

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* [NXP][platform][common] create nxp_diagnostic_logs

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* [NXP][examples][k32w1] enable Diagnostic Logs for contact-sensor app

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* [NXP][example][common] Fixing PLATFORM_InitTimerManager return value check issue

Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>

* [NXP][examples][common] Fix contact-sensor zap files

Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>

* [NXP][examples][common] Fix laundry-washer-app build : remove zap_generated_dir from BUILD.gn as it does not exist anymore

* [NXP][doc] Adding support for the laundry-washer example inside docs/examples/index.md

* [NXP][doc][rw61x] Update readme to support SDK 2.13.3

* [NXP][examples][k32w][mw320] Remove not upstreamed and not supported apps

 * drop light-switch-combo-app as it isn't upstreamed yet
 * remove lock-app as it is not supported anymore
   (at least for the moment)
 * remove shell-app as it is not supported anymore
   (at least for the moment)

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][scripts] Remove unsused binaries

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

* [NXP][platform][k32w] Remove duplicated code introduced in a merge conflict

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

* [NXP][common] Update OT-NXP repo commit

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][CI][rw61x] Updating docker image version for SDK support

* [NXP][CI][k32w] Update workflows and docker image version for SDK support

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][examples][k32w] Fix spelling

Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>

* [NXP][rw61x] Fix doc, spelling and zap errors

* [NXP][rw61x] Fix doc spelling errors

* [NXP][k32w0] Fix SDK path

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

* Restyled by whitespace

* Restyled by clang-format

* Restyled by gn

* Restyled by prettier-markdown

* Restyled by autopep8

* Restyled by isort

* [NXP][doc][k32w] Fix docs issues

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

* [NXP][scripts][common] Fix lint errors

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

* [NXP][CI][k32w] Remove deprecated examples

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

* [NXP][docs] Remove lock app from commissioning guide

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

* [NXP][platform][common] Remove unused header

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

* [NXP][platform][k32w1] Remove custom openthread_root

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

* [NXP][platform][rw61x] Fix lint code error

* [NXP][k32w0] Fix gn import order

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

* [NXP][sdk][k32w0] Fix SDK path condition

When official repo CI is used, the docker image sets the west github SDK
to /opt/sdk/core. This caused gn SDK files to mistakenly treat the SDK
as a package SDK, which affected the paths.

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

* [NXP][scripts][k32w] Take into account low power flags for k32w0

Pigweed tokenizer logging and expansion board gn args are enabled by default
in the reference apps args.gni. Disable them explicitly for low power case.

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

* [NXP][examples][k32w1] Move diagnostic_logs to a common examples area

This type of app specific implementation should reside in the application
space, instead of the device layer.

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

---------

Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
Signed-off-by: Marian Chereji <marian.chereji@nxp.com>
Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com>
Co-authored-by: marius-alex-tache <marius.tache@nxp.com>
Co-authored-by: Gatien Chapon <gatien.chapon@nxp.com>
Co-authored-by: Marian Chereji <marian.chereji@nxp.com>
Co-authored-by: Andrei Menzopol <andrei.menzopol@nxp.com>
Co-authored-by: Martin Girardot <martin.girardot@nxp.com>
Co-authored-by: Doru Gucea <doru-cristian.gucea@nxp.com>
Co-authored-by: Restyled.io <commits@restyled.io>
(cherry-picked from commit 907883f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants