Files
esp-idf/components/esp32s3
Marius Vikhammer fe71a8e340 aes/sha: use a shared lazy allocated GDMA channel for AES and SHA
Removed the old dynamically allocated GDMA channel approach.
It proved too unreliable as we couldn't not ensure consumers of the mbedtls
would properly free the channels after use.

Replaced by a single shared GDMA channel for AES and SHA, which won't be
released unless user specifically calls API for releasing it.
2021-03-09 09:23:05 +08:00
..
2021-02-22 20:23:35 +08:00
2020-07-27 13:05:22 +08:00
2020-11-13 07:49:11 +11:00
2020-07-20 10:51:05 +08:00
2020-07-27 13:05:22 +08:00
2021-03-01 16:51:15 +08:00
2020-07-27 13:05:22 +08:00
2020-07-20 10:51:05 +08:00

ESP32-S3 component

This directory contains support for the upcoming ESP32-S3 SoC. This code is still work in progress and not intended for public use.

Please follow announcements on espressif.com and esp32.com to be informed about the ESP32-S3 SoC.

This note will be removed once the ESP32-S3 initial support is ready.