No FS_IO in the yotta module

This commit is contained in:
Manuel Pégourié-Gonnard 2015-07-31 17:50:00 +02:00 committed by Manuel Pégourié-Gonnard
parent 32da9f66a8
commit 0adc7f7b0f

View File

@ -14,9 +14,13 @@ conf() {
$SCRIPT -f $FILE $@
}
# not supported on mbed OS, nor used by mbed Client
conf unset MBEDTLS_NET_C
conf unset MBEDTLS_TIMING_C
# not supported on all targets with mbed OS, nor used by mbed Client
conf unset MBEDTLS_FS_IO
conf unset MBEDTLS_CIPHER_MODE_CFB
conf unset MBEDTLS_CIPHER_MODE_CTR
conf unset MBEDTLS_CIPHER_PADDING_ONE_AND_ZEROS