Commit 1353624d authored by Ravi Dondaputi's avatar Ravi Dondaputi Committed by Benjamin Cabé
Browse files

snippets: wifi-enterprise: Increase MBEDTLS heap size



With NRF security, higher heap requirement is seen for operating
with RSA-3072 based certificates. Add a NRF SoC specific conf in
snippets to handle this.

Signed-off-by: default avatarRavi Dondaputi <ravi.dondaputi@nordicsemi.no>
parent 912ffe27
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
name: wifi-enterprise
append:
  EXTRA_CONF_FILE: wifi-enterprise.conf

boards:
  /.*/nrf.*/cpuapp/:
    append:
      EXTRA_CONF_FILE: wifi-enterprise-nrf.conf
+3 −0
Original line number Diff line number Diff line
# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
# for MbedTLS gives us more control over the heap size.
CONFIG_MBEDTLS_HEAP_SIZE=75000