This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 861125a75ea drivers/audio: Fix audio tone generator
new 940e292cd10 arch/risc-v/espressif: Add SHA512 and SHA224 support
new bd83ffcae7f boards/risc-v/espressif: Add SHA512 and SHA224 board
support
new 5e1b10971db Docs/platforms/esp32p4: Add crypto docs for esp32p4
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/platforms/risc-v/esp32p4/index.rst | 2 +-
arch/risc-v/src/common/espressif/esp_crypto.c | 154 ++++++++++++++
arch/risc-v/src/common/espressif/esp_sha.c | 232 ++++++++++++++++++++-
arch/risc-v/src/common/espressif/esp_sha.h | 79 +++++++
.../esp32c3-devkit/configs/crypto/defconfig | 1 -
.../esp32c6-devkitc/configs/crypto/defconfig | 1 -
.../esp32h2-devkit/configs/crypto/defconfig | 1 -
.../configs/crypto/defconfig | 2 -
8 files changed, 463 insertions(+), 9 deletions(-)