Merge pull request #4934 from Patater/stm32f439xi-aes-hw-disable

mbedtls: STM32F439xI: Don't enable AES acceleration by default
pull/4776/head
Martin Kojtal 2017-09-04 16:46:24 +01:00 committed by GitHub
commit fc4afabab3
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