##// 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
Makefile
20 lines | 505 B | text/x-makefile | MakefileLexer
IIC library for lpc17xx started
r6
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
SD card Library started, SDCARD init and detection OK
r10 HEADERSINSTALLPATH = $(LIBUC_INC_DIR_IIC)
IIC library for lpc17xx started
r6 HEADERS += iic.h
LIBSOURCES += iic.c
OBJECTFILES = $(LIBSOURCES:.c=.o)
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9 ARCH = lpc17XX-arm-noabi-gcc
ARCHFOLDER = $(LIBUC)/rules/lpc17XX-arm-noabi-gcc
IIC library for lpc17xx started
r6 TARGET=libiic
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9 LIBUC_INCLUDES=$(LIBUC_INC_DIR_CORE_CMD)
LIBUC_LIBRARIES=$(LIBUC_LIBS_DIR_CORE_CMD) $(LIBUC_LIBS_CORE)
SD card Library started, SDCARD init and detection OK
r10 TARGETINSTALLPATH=$(LIBUC_LIBS_DIR_IIC)
HEADERSINSTALLPATH=$(LIBUC_INC_DIR_IIC)
IIC library for lpc17xx started
r6 BSP=generic
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
r9 include $(ARCHFOLDER)/rules.mk
IIC library for lpc17xx started
r6
all:lib
@echo Code compiled