eren-terzioglu opened a new pull request, #19227:
URL: https://github.com/apache/nuttx/pull/19227
## Summary
Unnecessary select lines and free to choose `ESPRESSIF_TWAI` option (which
should not be) handled to have clearer Kconfig option system
<!-- This field should contain a summary of the changes. It will be
pre-filled with the commit's message and descriptions. Adjust it accordingly -->
* Docs/platforms/esp32p4: Add crypto docs for esp32p4
Add missing crypto accelerator docs for esp32p4
* boards/risc-v/espressif: Add SHA512 and SHA224 board support
Add SHA224 board support for esp32[-c3|-c6|-h2|-p4]
Add SHA512 support for esp32p4
* arch/risc-v/espressif: Add SHA512 and SHA224 support
Add SHA512 and SHA224 support for supported devices
## Impact
<!-- Please fill the following sections with YES/NO and provide a brief
explanation -->
Impact on user: Yes, SHA512 and SHA224 modes supported for ESP32P4, SHA224
supported for ESP32C3, ESP32C6 and ESP32H2
<!-- Does it impact user's applications? How? -->
Impact on build: No
<!-- Does it impact on building NuttX? How? (please describe the required
changes on the build system) -->
Impact on hardware: Yes, SHA512 and SHA224 modes supported for related
devices
<!-- Does it impact a specific hardware supported by NuttX? -->
Impact on documentation: Yes, related docs added
<!-- Does it impact the existing documentation? Please provide additional
documentation to reflect that -->
Impact on security: No
<!-- Does it impact NuttX's security? -->
Impact on compatibility: No
<!-- Does it impact compatibility between previous and current versions? Is
this a breaking change? -->
## Testing
<!-- Please provide all the testing procedure. Consider that upstream
reviewers should be able to reproduce the same testing performed internally -->
These configs used:
```
esp32c3-devkit:crypto
esp32c6-devkitc:crypto
esp32h2-devkit:crypto
esp32p4-function-ev-board:crypto
```
### Building
<!-- Provide how to build the test for each SoC being tested -->
Command to build:
```
make distclean && ./tools/configure.sh esp32p4-function-ev-board:crypto &&
make -j && make download ESPTOOL_PORT=/dev/ttyUSB0
```
### Running
<!-- Provide how to run the test for each SoC being tested -->
`hash` command used
### Results
<!-- Provide tests' results and runtime logs -->
```
nsh> hash
hash sha1 success
hash sha1 success
hash sha1 success
hash sha224 success
hash sha224 success
hash sha224 success
hash sha256 success
hash sha256 success
hash sha256 success
hash sha512 success
hash sha512 success
hash sha512 success
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]