Skip to content

Commit 458b0ec

Browse files
committed
Enable AES_ALT mode again (remove workaround)
1 parent 5e437fe commit 458b0ec

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

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

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 */
23+
#define MBEDTLS_AES_ALT
2624

2725
#define MBEDTLS_SHA256_ALT
2826

0 commit comments

Comments
 (0)