##// END OF EJS Templates
Huge cleanup, removed old unmaintained boards/libs/archs....
Huge cleanup, removed old unmaintained boards/libs/archs. Changed from building once the lib in small archives to whole rebuilding from sources for each executable, this will allow to use build-time switchs/optimisations. /!\ Simulator broken.

File last commit:

r100:e8e36f727532 dev_alexis
r105:031afdd64272 tip 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