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