aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/esp_mphal.h
AgeCommit message (Expand)Author
2020-05-08esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-01-22esp8266/esp_mphal: Provide mp_hal_pin_od_high_dht so DHT works reliably.Damien George
2018-05-21esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.Damien George
2018-03-12esp8266/esp_mphal.h: Fix I2C glitching by using input mode for od_high.Damien George
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George