##// END OF EJS Templates
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port instead of the desired bit).

File last commit:

r18:bd9ab647f70a default
r60:17402611bd25 dev_alexis
Show More
fat32.pro
12 lines | 272 B | text/idl | PrologLexer
TEMPLATE = lib
lpc17XX.ARCH = stm32f4-arm-none-eabi-gcc
lpc17XX.TARGET = libfat32
lpc17XX.TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_FAT32)
lpc17XX.HEADERSINSTALLPATH = $(LIBUC_INC_DIR_FAT32)
lpc17XX.LIBS += BLKDEVICE
lpc17XX.SOURCES += fat32.c
lpc17XX.HEADERS += fat32.h