##// END OF EJS Templates
UCMODEl is now a qmake parameter.
UCMODEl is now a qmake parameter.

File last commit:

r74:0f2d8fe5497f dev_alexis
r74:0f2d8fe5497f dev_alexis
Show More
TEST_CMSIS_FFT.pro
21 lines | 256 B | text/idl | PrologLexer
!isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
TEMPLATE = app
DEFINES += CPUFREQ=160000000
#BSP = BEAGLESYNTH
#BSP = SOLAR_LFR_PSU
BSP = STM32F4Eval
SOURCES += \
main.c
}
}