##// END OF EJS Templates
Cleaned source tree....
Cleaned source tree. Improved make distclean rules STDGPIO working on stm32f4 STDUART working on stm32f3

File last commit:

r16:194f637a2640 default
r16:194f637a2640 default
Show More
uart.pro
14 lines | 243 B | text/idl | PrologLexer
TEMPLATE = lib
ARCH = stm32f4-arm-none-eabi-gcc
TARGET = libuart
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_UART)
HEADERSINSTALLPATH = $(LIBUC_INC_DIR_UART)
LIBS += UHANDLE STLIB
SOURCES += uart.c
HEADERS +=
INCLUDES += $(LIBUC_INC_DIR_UART)