Skip to content

Commit 3cfb288

Browse files
Add Project configuration for Lighting CMP so it can use ot_cert_coap_lib if desired (#324)
1 parent c3a0cc5 commit 3cfb288

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

slc/apps/zigbee-matter-light/thread/zigbee-matter-light.slcp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ configuration:
189189
value: 16
190190
- name: SL_MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS
191191
value: 1
192+
# Additional config when using ot_coap_cert_libs
193+
- name: SL_MBEDTLS_KEY_EXCHANGE_PSK_ENABLED
194+
value: 1
195+
condition: [ot_coap_cert_libs]
192196
# series 3 requires more stack in zb stacks
193197
- name: SL_CLI_EXAMPLE_TASK_STACK_SIZE
194198
value: 1500

0 commit comments

Comments
 (0)