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

r9:4ce02a06b2a6 default
r11:798f00e676fa default
Show More
Makefile
20 lines | 512 B | text/x-makefile | MakefileLexer
libucmake: Subdir feature added, no need to provide project file
r2
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
lpc17XX Rules OK, Makefile generator OK
r1
HEADERSINSTALLPATH = $(LIBUC_INC_DIR)/UART
HEADERS += uart.h
Core library added, dynamic cpu freq setting enabled, Mbed bsp started, uart lib almost complete for lpc17XX
r4 LIBSOURCES += uart.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
lpc17XX Rules OK, Makefile generator OK
r1 TARGET=libuart
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)
lpc17XX Rules OK, Makefile generator OK
r1 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 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
lpc17XX Rules OK, Makefile generator OK
r1
all:lib
@echo Code compiled