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_uart.c
Age
Commit message (
Expand
)
Author
2021-04-15
esp32: Add initial support for ESP32S2 SoCs.
Damien George
2021-02-15
esp32: Add support to build with ESP-IDF v4.1.1.
Damien George
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
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2019-10-18
esp32/machine_uart: Add ability to invert UART pins.
Jeremy Herbert
2019-05-15
esp32/machine_uart: Implement UART.deinit() method.
Damien George
2018-12-06
esp32/machine_uart: Implement UART.sendbreak() method.
Damien George
2018-12-05
esp32/machine_uart: Add txbuf/rxbuf keyword args to UART construct/init.
Damien George
2018-04-10
esp32/machine_uart: Remove UART event queue object.
Damien George
2018-03-14
esp32/machine_uart: Return None from UART read if no data is available.
Damien George
2018-01-31
esp32/machine_uart: Fix check of UART id so it only allows valid UARTs.
Damien George
2017-12-13
esp32: Add new port to Espressif ESP32 SoC.
Damien George