##// 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 | 498 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
HEADERS +=
APPSOURCES += main.c
OBJECTFILES = $(APPSOURCES:.c=.o)
ARCH = lpc17XX-arm-noabi-gcc
ARCHFOLDER = $(LIBUC)/rules/lpc17XX-arm-noabi-gcc
TARGET=lpc1768_led_blink
LIBUC_INCLUDES=$(LIBUC_INC_DIR_UART_CMD) $(LIBUC_INC_DIR_CORE_CMD)
LIBUC_LIBRARIES=$(LIBUC_LIBS_DIR_UART_CMD) $(LIBUC_LIBS_UART) $(LIBUC_LIBS_DIR_CORE_CMD) $(LIBUC_LIBS_CORE)
TARGETINSTALLPATH=
HEADERSINSTALLPATH=
BSP=mbed
include $(ARCHFOLDER)/rules.mk
all:bin
@echo Code compiled