##// END OF EJS Templates
Added Simulator target to run code on x86 and debug functions....
Added Simulator target to run code on x86 and debug functions. Fixed some bugs on terminal widget.

File last commit:

r63:68dfbccdd813 dev_alexis
r63:68dfbccdd813 dev_alexis
Show More
examples.pro
22 lines | 446 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += QtTest/test.pro \
SOLAR_PSU_HELLO/hello.pro \
New version totaly integrated to Qt through custom sdk build!...
r47 SDCARD \
STM32F4IT \
M4StickV2 \
lcdHello \
Added graphical terminal (first shot).
r50 BeagleSynthHello \
Factorised stream device structure to reduce memory usage....
r51 lcdTerminal \
BeagleSynthHelloSupMon \
added 25Q128 eeprom driver...
r53 TEST_CMSIS_FFT \
Started SSD2119 driver based on ili9328 driver....
r58 N25Q128_test \
Added Simulator target to run code on x86 and debug functions....
r63 ssd2119Tests \
TEST_SIMULATOR
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13
New version totaly integrated to Qt through custom sdk build!...
r47