esp-idf/components/esp_system/port/soc
Darian Leung 023eae4f0b
feat(hal/usb): Update USB WRAP and USJ LL, add missing ESP32-P4 LL
This commit updates updates the LLs of USB WRAP and USJ as follows:

- Added missing 'usb_wrap_ll.h' and 'usb_serial_jtag_ll.h' for the ESP32-P4
- 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.
    - '..._LL_SWAP_PHY_SUPPORTED' indicates whether the USB WRAP/USJ supports
      swapping between multiple internal FSLS PHYs.
- 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-04-04 02:47:00 +08:00
..
esp32 feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02:00
esp32c2 fix(console): fixed CONSOLE_NONE not working on C2/C3 2024-03-26 13:39:10 +08:00
esp32c3 feat(hal/usb): Update USB WRAP and USJ LL, add missing ESP32-P4 LL 2024-04-04 02:47:00 +08:00
esp32c5 Merge branch 'ci/console_test_coverage' into 'master' 2024-03-28 11:14:57 +08:00
esp32c6 change(hal): control PAU bus clock by hal layer 2024-03-29 00:36:46 +08:00
esp32c61 feat(esp32c61): new chip add system and esp_timer support 2024-03-21 11:31:15 +08:00
esp32h2 change(hal): control PAU bus clock by hal layer 2024-03-29 00:36:46 +08:00
esp32p4 Merge branch 'ci/console_test_coverage' into 'master' 2024-03-28 11:14:57 +08:00
esp32s2 refactor(periph_ctrl): remove orphaned clk_gate_ll.h 2024-03-29 10:53:05 +08:00
esp32s3 feat(hal/usb): Update USB WRAP and USJ LL, add missing ESP32-P4 LL 2024-04-04 02:47:00 +08:00
linux feat(esp_system): Partially buildable on Linux now 2022-11-16 09:03:09 +01:00