9 lines
163 B
Makefile
9 lines
163 B
Makefile
PROGRAM=uart_repl_test.c
|
|
EXTRA_COMPONENTS=extras/stdin_uart_interrupt extras/uart_repl
|
|
ESPBAUD=921600
|
|
|
|
include ../../common.mk
|
|
|
|
serial:
|
|
screen $(ESPPORT) 115200
|
|
|