mbedtls: STM32F439xI: Don't enable AES acceleration by default

STM32F439xI-family AES hardware acceleration occasionally produces
incorrect output (https://github.com/ARMmbed/mbed-os/issues/4928).

Don't enable AES HW acceleration on STM32F439xI-family targets by
default until issue #4928 is fixed.
pull/4934/head
Jaeden Amero 2017-08-18 09:06:25 +01:00
parent 2dc4bef010
commit bea62d6b8c
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@
#ifndef MBEDTLS_DEVICE_H
#define MBEDTLS_DEVICE_H
#define MBEDTLS_AES_ALT
/* 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_SHA256_ALT