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