aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/machine_pin.c
AgeCommit message (Expand)Author
2021-04-15esp32/machine_pin: Use rtc_gpio_deinit instead of gpio_reset_pin.Damien George
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2020-11-12esp32/machine_pin: Reset pin if init sets mode.Jonathan Hogg
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-03-26esp32/machine_pin: Rework pull mode config to fix GPIO hold feature.Damien George
2019-03-14esp32/machine_pin: Add new PULL_HOLD pin pull mode.Damien George
2019-03-14esp32/machine_pin: Make it so None as pull value disables pull up/down.Damien George
2019-01-27esp32: Don't put py/scheduler.o in iRAM, it's no longer needed.Damien George
2019-01-16esp32/machine_pin: Add Pin.off() and Pin.on() methods.Damien George
2018-07-04esp32: Reduce latency for handling of scheduled Python callbacks.Nicko van Someren
2018-02-17esp32/machine_rtc: Move export declaration from .c to common .h file.Damien George
2018-02-17esp32/modesp32: Add new module "esp32" to support extra wake features.Eric Poulsen
2017-12-13esp32: Add new port to Espressif ESP32 SoC.Damien George