esp-idf/components/driver/test_apps/mcpwm
Chen Jichang fc80d3e568 feat(mcpwm): Set group clock prescale dynamically
MCPWM group clock pre scale was originally fixed to 2, which is
inconvenient. Set group clock prescale dynamically. Now the maximum
resolution of the MCPWM timer is up to 160MHz(when the prescale set
to 1). And add a resulotion config for MCPWM capture.
2023-09-08 11:57:29 +08:00
..
main feat(mcpwm): Set group clock prescale dynamically 2023-09-08 11:57:29 +08:00
CMakeLists.txt
README.md
pytest_mcpwm.py
sdkconfig.ci.iram_safe
sdkconfig.ci.release
sdkconfig.defaults

README.md

Supported Targets ESP32 ESP32-C6 ESP32-H2 ESP32-P4 ESP32-S3