OVMS3-idf/examples/peripherals/uart/uart_async_rxtxtasks/main/CMakeLists.txt
morris 8b7b5821c7 example: add nmea0183 parser example
Add NMEA0183 Parser example to illustrate how to use uart event driver together with esp event library to get GPS information.
2018-12-07 10:57:34 +08:00

5 lines
107 B
CMake

set(COMPONENT_SRCS "uart_async_rxtxtasks_main.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()