##// END OF EJS Templates
Ignore doc files...
Ignore doc files All redmine issues taken into account SpaceWire management rewritten Init task changed to work when SpaceWire is not available at boot time

File last commit:

r46:72fea9e87fcb default
r46:72fea9e87fcb default
Show More
fsw-qt.pro
74 lines | 1.6 KiB | text/idl | PrologLexer
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 TEMPLATE = app
# CONFIG += console v8 sim
paul
Last commit before release 0-13...
r35 # CONFIG options = verbose *** boot_messages *** debug_messages *** cpu_usage_report *** stack_report *** gsa
paul
Ignore doc files...
r46 CONFIG += console verbose 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
Minor bug corrected in the tc_acceptance function...
r42 SWVERSION=-0-16
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
Minor bug corrected in the tc_acceptance function...
r42 DEFINES += SW_VERSION_N4=16
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
Last commit before release 0-13...
r35 contains( CONFIG, boot_messages ) {
DEFINES += BOOT_MESSAGES
}
paul
Header files inclusion reworked...
r40 #doxygen.target = doxygen
#doxygen.commands = doxygen ../doc/Doxyfile
#QMAKE_EXTRA_TARGETS += doxygen
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 \
paul
Header files inclusion reworked...
r40 ../src/fsw_spacewire.c \
../src/tc_load_dump_parameters.c \
paul
Minor changes in .h inclusion
r45 ../src/tm_lfr_tc_exe.c \
../src/tc_acceptance.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 \
paul
TM_LFR_TC_EXE packet sending reworked...
r37 ../header/fsw_spacewire.h \
paul
Header files inclusion reworked...
r40 ../header/tm_byte_positions.h \
../header/tc_load_dump_parameters.h \
paul
Minor changes in .h inclusion
r45 ../header/tm_lfr_tc_exe.h \
../header/tc_acceptance.h
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20