esp32h2: Enable ECC accelerator

This commit is contained in:
Sachin Parekh
2022-06-21 12:28:34 +05:30
parent aa786b34c2
commit 6cfc9c365f
8 changed files with 421 additions and 104 deletions

View File

@@ -7,9 +7,6 @@
#include <string.h>
#include <stdio.h>
#include "soc/ecc_mult_reg.h"
#include "soc/system_reg.h"
#include "esp_private/periph_ctrl.h"
#include "ecc_impl.h"
#include "hal/ecc_hal.h"