This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from b998528 Documentation: Update "Using QEMU" section for ESP32 new 8288a04 arch/xtensa/esp32: Remove the AES test from the driver. new 5d1c01a arch/risc-v/esp32c3: Remove the AES test from the driver. new 652d77e arch/risc-v/esp32c3: Remove the SHA test from the driver. new 91cb9da arch/risc-v/esp32c3: Remove the RSA test from the driver. new e424241 arch/risc-v/esp32c3: Remove the bignum test from the driver. new c83c107 esp32c3_bignum.c & esp32c3_sha.c: Fix some trivial nxstyle complaints. new 55e8b17 boards/risc-v/esp32c3: Remove the flash encryption test. new 9235d66 boards/esp32&esp32c3: Remove crypto accelerators' defconfigs. The 8 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: arch/risc-v/src/esp32c3/Kconfig | 35 -- arch/risc-v/src/esp32c3/esp32c3_aes.c | 475 ----------------- arch/risc-v/src/esp32c3/esp32c3_bignum.c | 250 +-------- arch/risc-v/src/esp32c3/esp32c3_bignum.h | 20 - arch/risc-v/src/esp32c3/esp32c3_rsa.c | 199 ------- arch/risc-v/src/esp32c3/esp32c3_sha.c | 585 +-------------------- arch/xtensa/src/esp32/Kconfig | 9 - arch/xtensa/src/esp32/esp32_aes.c | 493 ----------------- boards/risc-v/esp32c3/esp32c3-devkit/Kconfig | 16 - .../esp32c3/esp32c3-devkit/configs/aes/defconfig | 45 -- .../esp32c3/esp32c3-devkit/configs/rsa/defconfig | 50 -- .../esp32c3/esp32c3-devkit/configs/sha/defconfig | 47 -- .../esp32c3/esp32c3-devkit/src/esp32c3_bringup.c | 5 - .../esp32c3/esp32c3-devkit/src/esp32c3_spiflash.c | 161 ------ .../esp32/esp32-devkitc/configs/aes/defconfig | 56 -- 15 files changed, 3 insertions(+), 2443 deletions(-) delete mode 100644 boards/risc-v/esp32c3/esp32c3-devkit/configs/aes/defconfig delete mode 100644 boards/risc-v/esp32c3/esp32c3-devkit/configs/rsa/defconfig delete mode 100644 boards/risc-v/esp32c3/esp32c3-devkit/configs/sha/defconfig delete mode 100644 boards/xtensa/esp32/esp32-devkitc/configs/aes/defconfig