aboutsummaryrefslogtreecommitdiff
path: root/extmod/machine_pulse.c
AgeCommit message (Expand)Author
2019-07-01esp8266: Provide custom machine_time_pulse_us that feeds soft WDT.Damien George
2017-02-05extmod/machine_pulse: Make time_pulse_us() not throw exceptions.Paul Sokolovsky
2016-10-07extmod: Use mp_raise_OSError helper function.Damien George
2016-05-31extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.Damien George
2016-05-31extmod: Add machine time_pulse_us function (at C and Python level).Damien George