Skip to content

Commit 57ed726

Browse files
OliverFan1ratgr
authored andcommitted
[NXP]Enable SoftwareDiagnostics cluster's feature WTRMRK for laundry-washer and thermostat apps on RW612 Zephyr platform (project-chip#37683)
Signed-off-by: Oliver Fan <oliver.fan@nxp.com>
1 parent 1e4ff01 commit 57ed726

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

examples/laundry-washer-app/nxp/zephyr/prj_ota.conf

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ CONFIG_CHIP_OTA_IMAGE_BUILD=y
2929
# Note: You need to use the same signature key used by MCUBOOT, i.e BOOT_SIGNATURE_KEY_FILE.
3030
# Default CONFIG_BOOT_SIGNATURE_KEY_FILE is defined in config/nxp/app/bootloader.conf
3131
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="./bootloader/mcuboot/root-rsa-2048.pem"
32+
33+
# To enable SoftwareDiagnostics cluster's feature WTRMRK on endpoint 0
34+
CONFIG_CHIP_MALLOC_SYS_HEAP_WATERMARKS_SUPPORT=y

examples/thermostat/nxp/zephyr/prj_ota.conf

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ CONFIG_CHIP_OTA_IMAGE_BUILD=y
2929
# Note: You need to use the same signature key used by MCUBOOT, i.e BOOT_SIGNATURE_KEY_FILE.
3030
# Default CONFIG_BOOT_SIGNATURE_KEY_FILE is defined in config/nxp/app/bootloader.conf
3131
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="./bootloader/mcuboot/root-rsa-2048.pem"
32+
33+
# To enable SoftwareDiagnostics cluster's feature WTRMRK on endpoint 0
34+
CONFIG_CHIP_MALLOC_SYS_HEAP_WATERMARKS_SUPPORT=y

0 commit comments

Comments
 (0)