##// END OF EJS Templates
waveform picker registers updated to be compliant with the new VHDL design
waveform picker registers updated to be compliant with the new VHDL design

File last commit:

r51:b0e1ec810ca1 default
r52:e2d761f8e287 nov2013
Show More
fsw-qt.pro
74 lines | 1.6 KiB | text/idl | PrologLexer
TEMPLATE = app
# CONFIG += console v8 sim
# CONFIG options = verbose *** boot_messages *** debug_messages *** cpu_usage_report *** stack_report *** gsa
CONFIG += console verbose
CONFIG -= qt
include(./sparc.pri)
# flight software version
SWVERSION=-0-20
DEFINES += SW_VERSION_N1=0
DEFINES += SW_VERSION_N2=0
DEFINES += SW_VERSION_N3=0
DEFINES += SW_VERSION_N4=20
contains( CONFIG, verbose ) {
DEFINES += PRINT_MESSAGES_ON_CONSOLE
}
contains( CONFIG, cpu_usage_report ) {
DEFINES += PRINT_TASK_STATISTICS
}
contains( CONFIG, stack_report ) {
DEFINES += PRINT_STACK_REPORT
}
contains( CONFIG, boot_messages ) {
DEFINES += BOOT_MESSAGES
}
#doxygen.target = doxygen
#doxygen.commands = doxygen ../doc/Doxyfile
#QMAKE_EXTRA_TARGETS += doxygen
TARGET = fsw
contains( CONFIG, gsa ) {
DEFINES += GSA
TARGET = fsw-gsa
}
INCLUDEPATH += \
../src \
../header
SOURCES += \
../src/wf_handler.c \
../src/tc_handler.c \
../src/fsw_processing.c \
../src/fsw_misc.c \
../src/fsw_init.c \
../src/fsw_globals.c \
../src/fsw_spacewire.c \
../src/tc_load_dump_parameters.c \
../src/tm_lfr_tc_exe.c \
../src/tc_acceptance.c
HEADERS += \
../header/wf_handler.h \
../header/tc_handler.h \
../header/grlib_regs.h \
../header/fsw_processing.h \
../header/fsw_params.h \
../header/fsw_misc.h \
../header/fsw_init.h \
../header/ccsds_types.h \
../header/fsw_params_processing.h \
../header/fsw_spacewire.h \
../header/tm_byte_positions.h \
../header/tc_load_dump_parameters.h \
../header/tm_lfr_tc_exe.h \
../header/tc_acceptance.h