##// END OF EJS Templates
SD card Library started, SDCARD init and detection OK
SD card Library started, SDCARD init and detection OK

File last commit:

r11:798f00e676fa default
r11:798f00e676fa default
Show More
uart.pro
12 lines | 202 B | text/idl | PrologLexer
TEMPLATE = lib
ARCH = lpc21XX-arm-noabi-gcc
TARGET = libuart
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR)/UART
HEADERSINSTALLPATH = $(LIBUC_INC_DIR)/UART
LIBS += CORE
SOURCES += uart.c
HEADERS += uart.h