esp32h2: enable DS peripheral support in driver and test application

This commit is contained in:
Mahavir Jain
2023-02-10 10:29:21 +05:30
parent 13c8407a19
commit e4e4ffa3f4
6 changed files with 30 additions and 11 deletions
@@ -18,6 +18,8 @@
#include "esp32s3/rom/digital_signature.h"
#elif CONFIG_IDF_TARGET_ESP32C6
#include "esp32c6/rom/digital_signature.h"
#elif CONFIG_IDF_TARGET_ESP32H2
#include "esp32h2/rom/digital_signature.h"
#else
#error "Selected target does not support esp_rsa_sign_alt (for DS)"
#endif