##// 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
just backup
r12 TEMPLATE = lib
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 lpc17XX.ARCH = stm32f4-arm-none-eabi-gcc
just backup
r12 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