Commit ca95d3c
committed
nrf_security: Adapt to the TF-M STD configuration
TF-M has an option to select if STD functions like
printf are available with CONFIG_TFM_INCLUDE_STDLIBC.
MbedlTLS also has a relevant option as well:
MBEDTLS_PLATFORM_NO_STD_FUNCTIONS
This makes sure that when inside the TF-M build
no STD functions are available we set the appropriate
configuration in mbedTLS.
Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>1 parent 3c176ea commit ca95d3c
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
0 commit comments