OVMS3-idf/examples/peripherals/uart_async_rxtxtasks/Makefile
Pieter du Preez 479ba94ef7 Added an asynchronous UART example, using separate RX and TX tasks.
Signed-off-by: krzychb <krzychb@gazeta.pl>
2017-10-19 21:46:09 +02:00

9 lines
191 B
Makefile

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := uart_async_rxtxtasks
include $(IDF_PATH)/make/project.mk