summaryrefslogtreecommitdiff
path: root/extmod/machine_pwm.c
AgeCommit message (Expand)Author
2023-05-04extmod/machine_pwm: Remove PWM_INIT and PWM_DUTY_U16_NS config options.Damien George
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared
2021-09-04extmod/machine_pwm: Factor out machine.PWM bindings to common code.Damien George