##// END OF EJS Templates
Corrected bug 591
Corrected bug 591

File last commit:

r56:bf21d93f0037 dev_alexis
r56:bf21d93f0037 dev_alexis
Show More
BeagleSynthHelloSupMon.pro
23 lines | 481 B | text/idl | PrologLexer
Factorised stream device structure to reduce memory usage....
r51 TEMPLATE = app
CONFIG += cpu
UCMODEL=stm32f4
Corrected bug #591
r56 DEFINES += CPUFREQ=40000000
Factorised stream device structure to reduce memory usage....
r51
Corrected bug #591
r56 BSP = BEAGLESYNTH
Factorised stream device structure to reduce memory usage....
r51 #BSP = SOLAR_LFR_PSU
Corrected bug #591
r56 #BSP = STM32F4Eval
Factorised stream device structure to reduce memory usage....
r51
SOURCES += \
main.c
Corrected bug #591
r56
#beagleCp.target = beagleCp
#beagleCp.commands = cd bin && scp $(QMAKE_TARGET).bin root@192.168.7.2://opt/stm32flashAje/hello.bin
#beagleCp131.target = beagleCp131
#beagleCp131.commands = cd bin && scp $(QMAKE_TARGET).bin root@129.104.27.131://opt/stm32flashAje/hello.bin
#QMAKE_EXTRA_TARGETS += beagleCp beagleCp131