##// 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
TEMPLATE = subdirs
CONFIG += ordered
!isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
SUBDIRS += \
helloWorld \
DAC \
PWM
}
contains( UCMODEL, simulator ){
SUBDIRS += \
helloWorld
}
}