aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/machine_pin.c
AgeCommit message (Expand)Author
2020-05-08esp8266: Clean up Pin intr handler by moving all code to machine_pin.c.Damien George
2020-04-30esp8266/machine_pin: Move pin_intr_handler to iRAM, de-support hard IRQ.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-10esp8266/machine_pin: Disable ets_loop_iter during hard IRQ handler.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-11-05all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George