##// END OF EJS Templates
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...

File last commit:

r4:cbb4685a2e27 default
r9:4ce02a06b2a6 default
Show More
uart.pro
12 lines | 202 B | text/idl | PrologLexer
lpc17XX Rules OK, Makefile generator OK
r1 TEMPLATE = lib
ARCH = lpc17XX-arm-noabi-gcc
TARGET = libuart
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR)/UART
HEADERSINSTALLPATH = $(LIBUC_INC_DIR)/UART
Core library added, dynamic cpu freq setting enabled, Mbed bsp started, uart lib almost complete for lpc17XX
r4 LIBS += CORE
lpc17XX Rules OK, Makefile generator OK
r1
SOURCES += uart.c
HEADERS += uart.h