Skip to content

Commit

Permalink
required gsdk changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 13, 2023
1 parent 5b822b9 commit 211ce36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@

#define OPENTHREAD_CONFIG_DETERMINISTIC_ECDSA_ENABLE 0

// Enabling this config temporarly to fix a build issue until
// official fix is pushed
#define OPENTHREAD_CONFIG_MAC_CSL_RECEIVER_ENABLE 1

// Use the SiLabs-supplied default platform configuration for remainder
// of OpenThread config options.
//
Expand Down
6 changes: 6 additions & 0 deletions examples/platform/silabs/matter-platform.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ configuration:
- {name: SL_BOARD_ENABLE_VCOM, value: '0'}
- {name: EMDRV_UARTDRV_FLOW_CONTROL_ENABLE, value: '0'}

template_contribution:
- name: mbedtls_ssl_content_len_in_requirement
value: 900
- name: mbedtls_ssl_content_len_out_requirement
value: 900

requires:
- condition: [device_series_1]
name: uartdrv_usart
Expand Down

0 comments on commit 211ce36

Please sign in to comment.