##// END OF EJS Templates
Sync
Sync

File last commit:

r100:e8e36f727532 dev_alexis
r102:988f7eae7e79 dev_alexis
Show More
examples.pro
21 lines | 292 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 += \
Jeandet Alexis
Some cleaning plus DAC library started
r100 helloWorld \
DAC \
PWM
UCMODEl is now a qmake parameter.
r74 }
contains( UCMODEL, simulator ){
SUBDIRS += \
Changed entry point from main to libuc_main, added hello world example.
r78 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