summaryrefslogtreecommitdiff
path: root/ports/esp8266/uart.c
AgeCommit message (Expand)Author
2021-04-30all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.Damien George
2020-05-08esp8266/uart: Move a few functions from iRAM to iROM.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-06-17esp8266/uart: Fix invalid ringbuf name when event driven REPL enabled.Paul m. p. P
2018-12-05esp8266/machine_uart: Add rxbuf keyword arg to UART constructor/init.Damien George
2018-05-21esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.Damien George
2018-02-26esp8266/uart: Allow to compile with event-driven REPL.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George