##// END OF EJS Templates
Sync
Sync

File last commit:

r74:0f2d8fe5497f dev_alexis
r99:3b41c9708f77 dev_alexis
Show More
TEST_SIMULATOR.pro
15 lines | 247 B | text/idl | PrologLexer
UCMODEl is now a qmake parameter.
r74 !isEmpty( UCMODEL ) {
contains( UCMODEL, simulator ){
TEMPLATE = app
BSP = SIMULATOR
Added Simulator target to run code on x86 and debug functions....
r63
UCMODEl is now a qmake parameter.
r74 DEFINES += CPUFREQ=100000000
Added Simulator target to run code on x86 and debug functions....
r63
UCMODEl is now a qmake parameter.
r74 SOURCES += \
main.c \
test_lcd.c \
test_SDCARD.c
}
}
Added Simulator target to run code on x86 and debug functions....
r63