| #
1dd3b656 |
| 11-Dec-2024 |
Yann Gautier <yann.gautier@st.com> |
feat(st): use and override default MBedTLS config
Each time MbedTLS is updated, the default config may be updated. As STM32MP platforms have their own config file, this needs to be aligned. To avoid
feat(st): use and override default MBedTLS config
Each time MbedTLS is updated, the default config may be updated. As STM32MP platforms have their own config file, this needs to be aligned. To avoid this alignment, directly include the default config and override some values for ST platforms, mainly heap size. MBEDTLS_MPI_WINDOW_SIZE is also kept to avoid behavior change.
Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I6a9c3141451ab7b11906a7139549d31cfff0581a
show more ...
|