##// END OF EJS Templates
UCMODEl is now a qmake parameter.
UCMODEl is now a qmake parameter.

File last commit:

r74:0f2d8fe5497f dev_alexis
r74:0f2d8fe5497f dev_alexis
Show More
examples.pro
30 lines | 610 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
UCMODEl is now a qmake parameter.
r74
!isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
SUBDIRS += \
QtTest/test.pro \
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 SOLAR_PSU_HELLO/hello.pro \
New version totaly integrated to Qt through custom sdk build!...
r47 SDCARD \
STM32F4IT \
M4StickV2 \
lcdHello \
Added graphical terminal (first shot).
r50 BeagleSynthHello \
UCMODEl is now a qmake parameter.
r74 lcdTerminal \
Factorised stream device structure to reduce memory usage....
r51 BeagleSynthHelloSupMon \
added 25Q128 eeprom driver...
r53 TEST_CMSIS_FFT \
Started SSD2119 driver based on ili9328 driver....
r58 N25Q128_test \
UCMODEl is now a qmake parameter.
r74 ssd2119Tests
}
contains( UCMODEL, simulator ){
SUBDIRS += \
Added Simulator target to run code on x86 and debug functions....
r63 TEST_SIMULATOR
UCMODEl is now a qmake parameter.
r74 }
}
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13