##// END OF EJS Templates
sync
sync

File last commit:

r78:230ad3b6f43f dev_alexis
r93:f5312c7b7bbb dev_alexis
Show More
examples.pro
31 lines | 639 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 += \
Changed entry point from main to libuc_main, added hello world example.
r78 TEST_SIMULATOR \
helloWorld
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