esp-idf/components/hal/esp32h2
Mahavir Jain f434d21f4a 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-17 07:13:53 +00:00
..
include/hal fix(ecdsa): remove unused k_mode from the ECDSA HAL/LL API 2023-11-17 07:13:53 +00:00
clk_tree_hal.c clk_tree: Add basic clock support for esp32h2 2023-02-20 17:15:02 +08:00
efuse_hal.c fix(test): check call graph for hal component 2023-07-05 09:09:01 +08:00
modem_clock_hal.c fix(esp_hw_support): move fe_32m to fe/adc common clock 2023-11-16 02:58:16 +00:00
pau_hal.c Power Management: fix REGDMA clock issue when wake up form light sleep 2023-06-26 21:05:10 +08:00
pmu_hal.c fix(esp_pm): fix PM_SLP_IRAM_OPT/PM_RTOS_IDLE_OPT feature 2023-07-14 21:21:19 +08:00