add a helper library, uart_repl, which handles basic ANSI over UART

This commit is contained in:
Alex Hirzel 2018-04-01 20:00:51 -04:00
parent a89417e26e
commit f30f57059d
6 changed files with 493 additions and 0 deletions

View file

@ -0,0 +1,9 @@
PROGRAM=uart_repl_test.c
EXTRA_COMPONENTS=extras/stdin_uart_interrupt extras/uart_repl
ESPBAUD=921600
include ../../common.mk
serial:
screen $(ESPPORT) 115200