##// END OF EJS Templates
Fat32 library partially working, can read a file.
Fat32 library partially working, can read a file.

File last commit:

r57:5929eacb0c63 dev_alexis
r62:25c982b9ed94 dev_alexis
Show More
lib.pro
16 lines | 319 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += stm32f4
jeandet@PC-DE-JEANDET.lab-lpp.local
sync
r32 SUBDIRS += common
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18
New version totaly integrated to Qt through custom sdk build!...
r47 headers.files = includes/*.h \
includes/GRAPHIC/CONTROLERS/*.h \
Sync
r57 includes/GRAPHIC/TC_CONTROLERS/*.h \
New version totaly integrated to Qt through custom sdk build!...
r47 includes/GRAPHIC/GUI/FONTS/*.h \
includes/GRAPHIC/GUI/Widgets/*.h
headers.path = $$[QT_INSTALL_HEADERS]
INSTALLS += headers
IIC library for lpc17xx started
r6