mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
Added target_config.h as a custom header for yotta use
This commit is contained in:
parent
b6a73c9b76
commit
b2c81b12bb
2 changed files with 7 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ conf() {
|
|||
$SCRIPT -f $FILE $@
|
||||
}
|
||||
|
||||
|
||||
# Set the target specific header
|
||||
conf set YOTTA_CFG_MBEDTLS_USER_CONFIG_FILE \"target_config.h\"
|
||||
|
||||
# not supported on mbed OS, nor used by mbed Client
|
||||
conf unset MBEDTLS_NET_C
|
||||
conf unset MBEDTLS_TIMING_C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue