##// END OF EJS Templates
CWF_F3 packets are now compliant with the ICD...
CWF_F3 packets are now compliant with the ICD by default: v, e1, e2 are sent b1, b2, b3 are not sent

File last commit:

r38:dd0f2a9dcf94 default
r38:dd0f2a9dcf94 default
Show More
fsw-qt.pro
63 lines | 1.3 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-15
DEFINES += SW_VERSION_N1=0
DEFINES += SW_VERSION_N2=0
DEFINES += SW_VERSION_N3=0
DEFINES += SW_VERSION_N4=15
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
}
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
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