9dbdab5c9a
1. add uart rx buffer data length API 2. add uart pattern detect event 3. add uart example code 4. modify uart_isr_register 5. modify uart.rst 6. fix parity err event and frame err event.
9 lines
176 B
Makefile
9 lines
176 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := uart
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|