##// 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:

r10:75324080a75f default
r10:75324080a75f default
Show More
strings.pro
26 lines | 558 B | text/idl | PrologLexer
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9 TEMPLATE = lib
SD card Library started, SDCARD init and detection OK
r10 lpc17XX.ARCH = lpc17XX-arm-noabi-gcc
lpc17XX.TARGET = libucstrings
lpc17XX.TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_UCSTRINGS)
lpc17XX.HEADERSINSTALLPATH = $(LIBUC_INC_DIR_UCSTRINGS)
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9
SD card Library started, SDCARD init and detection OK
r10 lpc17XX.LIBS +=
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9
SD card Library started, SDCARD init and detection OK
r10 lpc17XX.SOURCES += libucstrings.c
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9
SD card Library started, SDCARD init and detection OK
r10 lpc17XX.HEADERS += libucstrings.h
lpc21XX.ARCH = lpc21XX-arm-noabi-gcc
lpc21XX.TARGET = libucstrings
lpc21XX.TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_UCSTRINGS)
lpc21XX.HEADERSINSTALLPATH = $(LIBUC_INC_DIR_UCSTRINGS)
lpc21XX.LIBS +=
lpc21XX.SOURCES += libucstrings.c
lpc21XX.HEADERS += libucstrings.h