esp-idf/components/hal/esp32h2
Mahavir Jain 2cd1635b86
fix(ecdsa): remove unused k_mode from the ECDSA HAL/LL API
For ESP32-H2 case, the hardware k mode is always enforced through
efuse settings (done in startup code).

For ESP32-P4 case, the software k mode is not supported in the peripheral
itself and code was redundant.
2023-11-20 16:05:15 +05:30
..
include/hal fix(ecdsa): remove unused k_mode from the ECDSA HAL/LL API 2023-11-20 16:05:15 +05:30
clk_tree_hal.c clk_tree: Add basic clock support for esp32h2 2023-02-20 17:15:02 +08:00
efuse_hal.c Merge branch 'bugfix/update_esp32c6eco1_sleep_fosc_cal_cycles_backport_v5.1' into 'release/v5.1' 2023-05-18 19:52:05 +08:00
modem_clock_hal.c fix(esp_hw_support): move fe_32m to fe/adc common clock 2023-11-10 15:39:08 +08:00
pau_hal.c Power Management: fix REGDMA clock issue when wake up form light sleep 2023-07-11 12:03:59 +08:00
pmu_hal.c Power Management: support DFS and PMU feature for esp32h2 2023-07-11 12:02:39 +08:00