##// END OF EJS Templates
sy_lfr_n_swf_p implemented...
sy_lfr_n_swf_p implemented sy_lfr_n_asm_p implemented in normal mode one ASM_F0 matrix is sent each (100 * sy_lfr_n_asm_p) IRQ GSA => 100 IRQ per second

File last commit:

r32:796c5aa15417 default
r32:796c5aa15417 default
Show More
fsw-qt.pro
52 lines | 1.0 KiB | text/idl | PrologLexer
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 TEMPLATE = app
# CONFIG += console v8 sim
# CONFIG options = verbose *** cpu_usage_report *** gsa
paul
sy_lfr_n_swf_p implemented...
r32 CONFIG += console verbose
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
sy_lfr_n_swf_p implemented...
r32 SWVERSION=-0-12
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
sy_lfr_n_swf_p implemented...
r32 DEFINES += SW_VERSION_N4=12
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@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 \
../src/fsw_globals.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 \
paul
SID corrected in TM_LFR_TC_EXE packets...
r31 ../header/ccsds_types.h \
../header/fsw_params_processing.h
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20