##// END OF EJS Templates
Some more doc.
Some more doc.

File last commit:

r71:608b7f0e27c2 dev_alexis
r73:5e865c663d35 dev_alexis
Show More
SIMULATOR.pro
19 lines | 176 B | text/idl | PrologLexer
Added Simulator target to run code on x86 and debug functions....
r63 TEMPLATE = lib
TARGET=bsp
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 CONFIG += bsp gui fs
Added Simulator target to run code on x86 and debug functions....
r63
BSP = SIMULATOR
UCMODEL=simulator
SOURCES += bsp.c
HEADERS += bsp.h
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 LIBS+= -lgpio -luart -li2c -lspi
Added Simulator target to run code on x86 and debug functions....
r63 BSPFILE = bsp.pri