mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4934 from Patater/stm32f439xi-aes-hw-disable
mbedtls: STM32F439xI: Don't enable AES acceleration by defaultpull/4776/head
commit
fc4afabab3
|
|
@ -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