Skip to content

Commit fc4afab

Browse files
authored
Merge pull request #4934 from Patater/stm32f439xi-aes-hw-disable
mbedtls: STM32F439xI: Don't enable AES acceleration by default
2 parents 4978a08 + bea62d6 commit fc4afab

File tree

1 file changed

+3
-1
lines changed
  • features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI

1 file changed

+3
-1
lines changed

features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/mbedtls_device.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
#ifndef MBEDTLS_DEVICE_H
2121
#define MBEDTLS_DEVICE_H
2222

23-
#define MBEDTLS_AES_ALT
23+
/* FIXME: Don't enable AES hardware acceleration until issue #4928 is fixed.
24+
* (https://github.com/ARMmbed/mbed-os/issues/4928) */
25+
/* #define MBEDTLS_AES_ALT */
2426

2527
#define MBEDTLS_SHA256_ALT
2628

0 commit comments

Comments
 (0)