Skip to content

Commit

Permalink
docs: add note about newly added mbedtls config to reduce app size fo…
Browse files Browse the repository at this point in the history
…otprint
  • Loading branch information
mahavirj committed Apr 8, 2024
1 parent b6f5573 commit 4893ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/api-guides/performance/size.rst
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ These include:
- :ref:`CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM`
- Change :ref:`CONFIG_MBEDTLS_TLS_MODE` if both server & client functionalities are not needed
- Consider disabling some cipher suites listed in the ``TLS Key Exchange Methods`` sub-menu (i.e., :ref:`CONFIG_MBEDTLS_KEY_EXCHANGE_RSA`)
- Consider disabling :ref:`CONFIG_MBEDTLS_ERROR_STRINGS` if the application is pulling in mbedTLS error strings because of :cpp:func:`mbedtls_strerror` usage

The help text for each option has some more information for reference.

Expand Down

0 comments on commit 4893ae3

Please sign in to comment.