##// END OF EJS Templates
Fixed one more spi driver bug.
Fixed one more spi driver bug.

File last commit:

r47:7126c4937e8d dev_alexis
r54:e6f450090662 dev_alexis
Show More
lib.pro
15 lines | 280 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 \
includes/GRAPHIC/GUI/FONTS/*.h \
includes/GRAPHIC/GUI/Widgets/*.h
headers.path = $$[QT_INSTALL_HEADERS]
INSTALLS += headers
IIC library for lpc17xx started
r6