##// END OF EJS Templates
Commit before working on the ERR 4 due to message queue...
Commit before working on the ERR 4 due to message queue This happens during SWF and CWF emission

File last commit:

r34:c3c11207c46d default
r34:c3c11207c46d default
Show More
fsw-qt.pro
58 lines | 1.2 KiB | text/idl | PrologLexer
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 TEMPLATE = app
# CONFIG += console v8 sim
paul
Commit before working on the ERR 4 due to message queue...
r34 # CONFIG options = verbose *** cpu_usage_report *** gsa *** stack_report
CONFIG += console verbose stack_report cpu_usage_report
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 CONFIG -= qt
include(./sparc.pri)
paul@pc-solar1.lab-lpp.local
Current version with modes NORMAL and SBM1 operational
r21 # flight software version
paul
packet emission task added...
r33 SWVERSION=-0-13
paul@pc-solar1.lab-lpp.local
Current version with modes NORMAL and SBM1 operational
r21 DEFINES += SW_VERSION_N1=0
DEFINES += SW_VERSION_N2=0
DEFINES += SW_VERSION_N3=0
paul
packet emission task added...
r33 DEFINES += SW_VERSION_N4=13
paul@pc-solar1.lab-lpp.local
Current version with modes NORMAL and SBM1 operational
r21
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 contains( CONFIG, verbose ) {
DEFINES += PRINT_MESSAGES_ON_CONSOLE
}
contains( CONFIG, cpu_usage_report ) {
DEFINES += PRINT_TASK_STATISTICS
}
paul
Commit before working on the ERR 4 due to message queue...
r34 contains( CONFIG, stack_report ) {
DEFINES += PRINT_STACK_REPORT
}
paul@pc-solar1.lab-lpp.local
All modes partially implemented...
r22 TARGET = fsw
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 contains( CONFIG, gsa ) {
DEFINES += GSA
paul@pc-solar1.lab-lpp.local
All modes partially implemented...
r22 TARGET = fsw-gsa
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 }
INCLUDEPATH += \
../src \
../header
SOURCES += \
../src/wf_handler.c \
../src/tc_handler.c \
../src/fsw_processing.c \
../src/fsw_misc.c \
../src/fsw_init.c \
paul
packet emission task added...
r33 ../src/fsw_globals.c \
../src/fsw_spacewire.c
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20
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 \
paul
SID corrected in TM_LFR_TC_EXE packets...
r31 ../header/ccsds_types.h \
paul
packet emission task added...
r33 ../header/fsw_params_processing.h \
../header/fsw_spacewire.h
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20