##// END OF EJS Templates
Added OpenOCD target for olimex-arm-usb-tiny....
Added OpenOCD target for olimex-arm-usb-tiny. Working D51E5TA7601 driver. Added Framebuffer interface. Added generic memory to memory DMA api, mmainly used by framebuffer API. ADS7843 work in progress. Added SOSmartPSU bsp.

File last commit:

r100:e8e36f727532 dev_alexis
r103:3311a844031e 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