##// END OF EJS Templates
Removed error on fat32 library, seems now to be able navigate among sectors in...
Removed error on fat32 library, seems now to be able navigate among sectors in both directions. Improved SDLCD drawing performances by almost 1000x.

File last commit:

r18:bd9ab647f70a default
r68:104125d87b89 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