From 0673e248517b4f152a709ebc4314090663bbda0c Mon Sep 17 00:00:00 2001 From: adustm Date: Tue, 5 Sep 2017 10:25:37 +0200 Subject: [PATCH] Enable AES_ALT mode again (remove workaround) --- .../TARGET_STM32F4/TARGET_STM32F439xI/mbedtls_device.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/mbedtls_device.h b/features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/mbedtls_device.h index 90213bea11..dfbc82055e 100644 --- a/features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/mbedtls_device.h +++ b/features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/mbedtls_device.h @@ -20,9 +20,7 @@ #ifndef MBEDTLS_DEVICE_H #define MBEDTLS_DEVICE_H -/* FIXME: Don't enable AES hardware acceleration until issue #4928 is fixed. - * (https://github.com/ARMmbed/mbed-os/issues/4928) */ -/* #define MBEDTLS_AES_ALT */ +#define MBEDTLS_AES_ALT #define MBEDTLS_SHA256_ALT