aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/machine_pwm.c
AgeCommit message (Expand)Author
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2020-04-13all: Clean up error strings to use lowercase and change cannot to can't.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-13py: Add mp_raise_msg_varg helper and use it where appropriate.Damien George
2018-12-06esp32/machine_pwm: On deinit stop routing PWM signal to the pin.Damien George
2018-12-06esp32/machine_pwm: Support higher PWM freq by auto-scaling timer res.Damien George
2017-12-13esp32/machine_pwm: Always set the channel in the PWM object.Damien George
2017-12-13esp32: Add new port to Espressif ESP32 SoC.Damien George