##// END OF EJS Templates
The HK packet contains v, e1 and e2 valid data at f3....
The HK packet contains v, e1 and e2 valid data at f3. The ACTN task mode is set to NO_PREEMPT In BURST, f3 flow is enabled to allow the v, e1 and e2 data pick-up for HK

File last commit:

r129:85c441b3b744 VHDLib206
r129:85c441b3b744 VHDLib206
Show More
fsw-qt.pro
91 lines | 2.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
Corrections:...
r107 # CONFIG options = verbose *** boot_messages *** debug_messages *** cpu_usage_report *** stack_report *** vhdl_dev *** debug_tch
paul
The HK packet contains v, e1 and e2 valid data at f3....
r129 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
fsw-1-0...
r81 SWVERSION=-1-0
paul
fsw-1-0...
r82 DEFINES += SW_VERSION_N1=1 # major
DEFINES += SW_VERSION_N2=0 # minor
DEFINES += SW_VERSION_N3=0 # patch
paul
The HK packet contains v, e1 and e2 valid data at f3....
r129 DEFINES += SW_VERSION_N4=7 # internal
paul@pc-solar1.lab-lpp.local
Current version with modes NORMAL and SBM1 operational
r21
paul
Corrections:...
r107 contains( CONFIG, debug_tch ) {
DEFINES += DEBUG_TCH
}
paul
snapshots extraction fully functionnal in SBM1 and SBM2
r106 contains( CONFIG, vhdl_dev ) {
DEFINES += VHDL_DEV
}
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 contains( CONFIG, verbose ) {
DEFINES += PRINT_MESSAGES_ON_CONSOLE
}
paul
fsw-0-21...
r64 contains( CONFIG, debug_messages ) {
DEFINES += DEBUG_MESSAGES
}
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 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
Integration of the VHDL_DEV option...
r90
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 INCLUDEPATH += \
../src \
paul
Sync
r95 ../header \
paul
Sources reorganized...
r126 ../header/processing \
../src/basic_parameters
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20
SOURCES += \
../src/wf_handler.c \
../src/tc_handler.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 \
paul
Sync
r95 ../src/tc_acceptance.c \
paul
avf2 prc2 tasks added...
r124 ../src/basic_parameters/basic_parameters.c \
paul
Sources reorganized...
r126 ../src/processing/fsw_processing.c \
../src/processing/avf0_prc0.c \
../src/processing/avf1_prc1.c \
../src/processing/avf2_prc2.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_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
TM_LFR_TC_EXE packet sending reworked...
r37 ../header/fsw_spacewire.h \
paul
Header files inclusion reworked...
r40 ../header/tc_load_dump_parameters.h \
paul
Minor changes in .h inclusion
r45 ../header/tm_lfr_tc_exe.h \
paul
Minor modifications to meet Logiscope requirements
r77 ../header/tc_acceptance.h \
paul
Sync
r95 ../header/fsw_params_nb_bytes.h \
paul
avf2 prc2 tasks added...
r124 ../src/basic_parameters/basic_parameters.h \
paul
Sync
r127 ../header/fsw_params_processing.h \
paul
Sources reorganized...
r126 ../header/processing/fsw_processing.h \
../header/processing/avf0_prc0.h \
../header/processing/avf1_prc1.h \
../header/processing/avf2_prc2.h
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20