Merge branch 'feat/add_ledc_support_on_c61' into 'master'

feat(ledc): add ledc support on c61

Closes IDF-9291

See merge request espressif/esp-idf!32705
This commit is contained in:
Chen Ji Chang
2024-08-16 17:35:19 +08:00
16 changed files with 2824 additions and 88 deletions
+2 -21
View File
@@ -1,7 +1,7 @@
LED Control (LEDC)
==================
{IDF_TARGET_LEDC_MAX_FADE_RANGE_NUM: default="1", esp32c6="16", esp32h2="16", esp32p4="16", esp32c5="16"}
{IDF_TARGET_LEDC_MAX_FADE_RANGE_NUM: default="1", esp32c6="16", esp32h2="16", esp32p4="16", esp32c5="16", esp32c61="16"}
:link_to_translation:`zh_CN:[中文]`
@@ -169,7 +169,7 @@ The source clock can also limit the PWM frequency. The higher the source clock f
- 48 MHz
- Dynamic Frequency Scaling compatible
.. only:: esp32c6
.. only:: esp32c6 or esp32c61 or esp32p4
.. list-table:: Characteristics of {IDF_TARGET_NAME} LEDC source clocks
:widths: 15 15 30
@@ -188,25 +188,6 @@ The source clock can also limit the PWM frequency. The higher the source clock f
- 40 MHz
- Dynamic Frequency Scaling compatible
.. only:: esp32p4
.. list-table:: Characteristics of {IDF_TARGET_NAME} LEDC source clocks
:widths: 15 15 30
:header-rows: 1
* - Clock name
- Clock freq
- Clock capabilities
* - PLL_80M_CLK
- 80 MHz
- /
* - RC_FAST_CLK
- ~ 20 MHz
- Dynamic Frequency Scaling compatible, Light sleep compatible
* - XTAL_CLK
- 40 MHz
- Dynamic Frequency Scaling compatible
.. only:: esp32h2
.. list-table:: Characteristics of {IDF_TARGET_NAME} LEDC source clocks