esp-idf/components/esp_hw_support/port/esp32s2
nilesh.kale 1cd2bb4b22 fix(esp_hw_support): fix API esp_hmac_disable_jtag() to disable JTAG
After ets_hmac_disable(), invalidating JTAG register process is ineffective.
So, added call to enable hmac begore invalidating JTAG REG.
And similarly disabled it after invalidation.
2024-01-16 14:40:09 +05:30
..
adc2_init_cal.c fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:12:50 +08:00
chip_info.c efuse: Adds major and minor versions and others 2022-07-05 14:38:27 +08:00
CMakeLists.txt fix(esp_hw_support): Removed unused include directories from cmake 2023-12-04 14:12:18 +08:00
esp_crypto_lock.c esp32s2, esp32s3: update copyright notice 2021-08-05 15:01:26 +02:00
esp_ds.c esp32s2, esp32s3: update copyright notice 2021-08-05 15:01:26 +02:00
esp_hmac.c fix(esp_hw_support): fix API esp_hmac_disable_jtag() to disable JTAG 2024-01-16 14:40:09 +05:30
Kconfig.hw_support all: Apply new version logic (major * 100 + minor) 2023-01-06 02:00:52 +08:00
Kconfig.mac esp32: move mac target specific configs 2021-03-31 19:17:33 +08:00
Kconfig.rtc clk_tree: add initial docs for clock tree 2022-05-24 22:59:51 +08:00
memprot.c esp_system: Remove deprecate section from esp_cpu.h 2022-07-22 00:06:06 +08:00
rtc_clk_init.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
rtc_clk.c s2s3 cpu sw freq 2023-09-28 15:02:30 +08:00
rtc_init.c sar: init sar periph power state 2023-04-27 10:52:38 +08:00
rtc_pm.c fix chip broken bug in monitor mode for c2 c3 s2 s3 to v5.0 2023-06-13 10:22:40 +08:00
rtc_sleep.c fix chip broken bug in monitor mode for c2 c3 s2 s3 to v5.0 2023-06-13 10:22:40 +08:00
rtc_time.c rtc_time.c: simplify the rtc_time_get with LL function 2023-05-04 16:46:15 +08:00
sar_periph_ctrl.c sleep: fix sleep current issue caused by sar adc 2023-04-20 11:45:58 +08:00
systimer.c systimer: add helper functions to convert between tick and us 2022-07-25 16:08:52 +08:00