mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
arch/risc-v/esp32c3: Remove the SHA test from the driver.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
5d1c01aea7
commit
652d77efd2
@@ -1045,15 +1045,6 @@ endmenu # Partition Configuration
|
||||
|
||||
endif
|
||||
|
||||
menu "SHA accelerator"
|
||||
depends on ESP32C3_SHA_ACCELERATOR
|
||||
|
||||
config ESP32C3_SHA_ACCELERATOR_TEST
|
||||
bool "SHA accelerator test"
|
||||
default n
|
||||
|
||||
endmenu # ESP32C3_SHA_ACCELERATOR
|
||||
|
||||
menu "RSA Accelerate Configuration"
|
||||
depends on ESP32C3_RSA_ACCELERATOR
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,6 @@ CONFIG_DEBUG_ASSERTIONS=y
|
||||
CONFIG_DEBUG_FEATURES=y
|
||||
CONFIG_DEV_ZERO=y
|
||||
CONFIG_ESP32C3_SHA_ACCELERATOR=y
|
||||
CONFIG_ESP32C3_SHA_ACCELERATOR_TEST=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=2048
|
||||
CONFIG_INTELHEX_BINARY=y
|
||||
@@ -44,4 +43,4 @@ CONFIG_START_MONTH=11
|
||||
CONFIG_START_YEAR=2019
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
CONFIG_USER_ENTRYPOINT="esp32c3_sha_main"
|
||||
CONFIG_USER_ENTRYPOINT="nsh_main"
|
||||
|
||||
Reference in New Issue
Block a user