##// 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
19 lines | 284 B | text/x-makefile | MakefileLexer
IIC library for lpc17xx started
r6
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
SD card Library started, SDCARD init and detection OK
r10 make -C lib
IIC library for lpc17xx started
r6 make -C bsp
make -C examples
added pdf template
r8 make -C Doc
IIC library for lpc17xx started
r6 @echo Code compiled
clean:
SD card Library started, SDCARD init and detection OK
r10 make clean -C lib
IIC library for lpc17xx started
r6 make clean -C bsp
make clean -C examples
added pdf template
r8 make clean -C Doc
IIC library for lpc17xx started
r6 @echo Code compiled