From 0adc7f7b0f050c62575b1b59a9b6e7ba826d8cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 31 Jul 2015 17:50:00 +0200 Subject: [PATCH] No FS_IO in the yotta module --- yotta/data/adjust-config.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yotta/data/adjust-config.sh b/yotta/data/adjust-config.sh index 1c10733d4d..9088fd5e34 100755 --- a/yotta/data/adjust-config.sh +++ b/yotta/data/adjust-config.sh @@ -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