Merge branch 'feature/esp32p4_hp_ledc_support' into 'master'

feat(ledc): support ledc on esp32p4

Closes IDF-6510

See merge request espressif/esp-idf!25356
This commit is contained in:
Wan Lei
2023-10-18 15:27:54 +08:00
33 changed files with 4556 additions and 869 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
LED Control (LEDC)
==================
{IDF_TARGET_LEDC_MAX_FADE_RANGE_NUM: default="1", esp32c6="16", esp32h2="16"}
{IDF_TARGET_LEDC_MAX_FADE_RANGE_NUM: default="1", esp32c6="16", esp32h2="16", esp32p4="16"}
:link_to_translation:`zh_CN:[中文]`
@@ -150,7 +150,7 @@ The source clock can also limit the PWM frequency. The higher the source clock f
- 40 MHz
- Dynamic Frequency Scaling compatible
.. only:: esp32c6
.. only:: esp32c6 or esp32p4
.. list-table:: Characteristics of {IDF_TARGET_NAME} LEDC source clocks
:widths: 15 15 30