esp-idf/components/driver/test_apps/ledc/main
Song Ruo Jing 5070e51dde ledc: Fix two bugs inside LEDC driver
1. Regression introduced when refactoring on clock sources selection (0d07f859).
   If channel configuration is called before timer configuration on C6, PWM signal may not be able to output.
2. Missing the improper fade parameter fix inside ledc_set_duty_and_update() function.
2023-04-06 12:37:33 +08:00
..
CMakeLists.txt ledc: Move ledc unit test to test_apps pytest framework 2022-12-21 12:04:42 +08:00
test_app_main.c ledc: Move ledc unit test to test_apps pytest framework 2022-12-21 12:04:42 +08:00
test_ledc.c ledc: Fix two bugs inside LEDC driver 2023-04-06 12:37:33 +08:00