Merge branch 'feature/esp32c5_ledc_support' into 'master'

feat(ledc): support ledc on esp32c5

Closes IDF-8684

See merge request espressif/esp-idf!30836
This commit is contained in:
Wan Lei
2024-05-27 17:43:12 +08:00
13 changed files with 2816 additions and 42 deletions

View File

@@ -1237,7 +1237,7 @@ typedef union {
} ledc_channel_gamma_fade_param_t;
typedef struct {
ledc_channel_gamma_fade_param_t entry[16];
volatile ledc_channel_gamma_fade_param_t entry[16];
} ledc_gamma_channel_t;
typedef struct {