From 7e582932f315d420026670f3e5c261a30be1a82b Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 14 Feb 2023 14:27:05 -0800 Subject: [PATCH] Improve documentation for STM32 PKA support. --- IDE/STM32Cube/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IDE/STM32Cube/README.md b/IDE/STM32Cube/README.md index 688176b76..010c1546d 100644 --- a/IDE/STM32Cube/README.md +++ b/IDE/STM32Cube/README.md @@ -100,7 +100,8 @@ The section for "Hardware platform" may need to be adjusted depending on your pr To use the STM32 Cube HAL support make sure `WOLFSSL_STM32_CUBEMX` is defined. -The L5 and WB55 support ECC PKA acceleration, which is enabled with `WOLFSSL_STM32_PKA`. +The PKA acceleration for ECC is avaialble on some U5, L5 and WB55 chips. +This is enabled with `WOLFSSL_STM32_PKA`. You can see some of the benchmarks [here](STM32_Benchmarks.md). To disable hardware crypto acceleration you can define: