##// END OF EJS Templates
Sync
Sync

File last commit:

r74:0f2d8fe5497f dev_alexis
r99:3b41c9708f77 dev_alexis
Show More
M4StickV2.pro
15 lines | 191 B | text/idl | PrologLexer
UCMODEl is now a qmake parameter.
r74 !isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
TEMPLATE = app
BSP=M4StickV2
Finished mid-point circle algorithm for ili9328 controler
r48
UCMODEl is now a qmake parameter.
r74 DEFINES += CPUFREQ=80000000
New version totaly integrated to Qt through custom sdk build!...
r47
UCMODEl is now a qmake parameter.
r74 SOURCES += \
main.c
}
}
New version totaly integrated to Qt through custom sdk build!...
r47
Started SSD2119 driver based on ili9328 driver....
r58