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