Merge branch 'feature/esp32c6_enable_hmac_and_ds_support' into 'master'

Feature/esp32c6 enable hmac and ds support

Closes IDF-5355 and IDF-5360

See merge request espressif/esp-idf!21761
This commit is contained in:
Mahavir Jain
2023-01-20 20:30:54 +08:00
13 changed files with 393 additions and 17 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ Setup
.. note:: The API *esp_efuse_write_field_bit(ESP_EFUSE_SOFT_DIS_JTAG)* can be used to burn "soft JTAG disable" bit on {IDF_TARGET_NAME}.
.. only:: esp32s3 or esp32c3 or esp32h4
.. only:: not esp32s2
.. note:: The API *esp_efuse_write_field_cnt(ESP_EFUSE_SOFT_DIS_JTAG, ESP_EFUSE_SOFT_DIS_JTAG[0]->bit_count)* can be used to burn "soft JTAG disable" bits on {IDF_TARGET_NAME}.