mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 12:16:07 +00:00
bca85e677b
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
13 lines
329 B
C
13 lines
329 B
C
/**
|
|
* \file config-tfm.h
|
|
*
|
|
* \brief TF-M medium profile, adapted to work on other platforms.
|
|
*/
|
|
/*
|
|
* Copyright The Mbed TLS Contributors
|
|
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
|
*/
|
|
|
|
/* TF-M medium profile: mbedtls legacy configuration */
|
|
#include "../configs/ext/tfm_mbedcrypto_config_profile_medium.h"
|