aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/modmachine.c
AgeCommit message (Expand)Author
2020-10-01ports: Add SoftI2C and SoftSPI to machine module where appropriate.Damien George
2020-10-01extmod/machine_i2c: Rename type to SoftI2C and add custom print method.Damien George
2020-09-18all: Rename absolute time-based functions to include "epoch".Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-20esp8266/modmachine: Implement machine.soft_reset().Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-09-04esp8266/machine_adc: Rename pyb_adc_* to machine_adc_*.Damien George
2019-07-01esp8266: Provide custom machine_time_pulse_us that feeds soft WDT.Damien George
2019-05-10esp8266/modmachine: Handle overflow of timer to get longer periods.Damien George
2019-02-28esp8266/modmachine: Call ets_event_poll after waiti in machine.idle.Damien George
2019-01-31esp8266/modmachine: In lightsleep, only waiti if wifi is turned off.Damien George
2019-01-30esp8266/modmachine: Implement simple machine.lightsleep function.Damien George
2019-01-30esp8266/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2019-01-30esp8266/modmachine: Implement optional time_ms arg to machine.deepsleep.Damien George
2018-07-17esp8266,esp32: Implement high-res timers using new tick_hz argument.Nicko van Someren
2018-05-17esp8266/modmachine: Allow I2C and SPI to be configured out of the build.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George