esp-idf/components/hal/esp32h2
Darian Leung d944e85a57
feat(hal/usb): Update USB WRAP and USJ LL
- Added LL cap macros to distinguish feature differences between the LLs of
  different targets:
    - '..._LL_EXT_PHY_SUPPORTED' indicates whether the USB WRAP/USJ supports
      routing to an external FSLS PHY.
- Tidied up some RCC LL functions and their callers.
- Added 'usb_wrap_types.h' and 'usb_serial_jtag_types.h' to provide types used
  in LLs.
- Fixed some spelling/naming issues as part of code-spell pre-commit
2024-06-04 20:35:49 +08:00
..
include/hal feat(hal/usb): Update USB WRAP and USJ LL 2024-06-04 20:35:49 +08: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): re-initialize icg map in modem_clock_module_enable 2023-12-08 14:18:45 +08:00
pau_hal.c feat(pm): support PMU trigger regdma when PU TOP 2024-01-08 21:23:28 +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