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
+4
View File
@@ -48,6 +48,10 @@
#include "esp32h4/rom/digital_signature.h"
#endif
#if CONFIG_IDF_TARGET_ESP32H2
#include "esp32h2/rom/digital_signature.h"
#endif
struct esp_ds_context {
const ets_ds_data_t *data;