##// END OF EJS Templates
sync
sync

File last commit:

r68:104125d87b89 dev_alexis
r69:836356bc2be7 Big Cleanup+qmake integrated dev_alexis
Show More
TEST_SIMULATOR.pro
14 lines | 158 B | text/idl | PrologLexer
Added Simulator target to run code on x86 and debug functions....
r63 TEMPLATE = app
CONFIG += cpu
UCMODEL=simulator
BSP = SIMULATOR
DEFINES += CPUFREQ=100000000
SOURCES += \
main.c \
Removed error on fat32 library, seems now to be able navigate among sectors in...
r68 test_lcd.c \
test_SDCARD.c
Added Simulator target to run code on x86 and debug functions....
r63