mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
2dc4bef010
commit
bea62d6b8c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue