add a helper library, uart_repl, which handles basic ANSI over UART
This commit is contained in:
parent
a89417e26e
commit
f30f57059d
6 changed files with 493 additions and 0 deletions
9
examples/uart_repl_test/Makefile
Normal file
9
examples/uart_repl_test/Makefile
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue