##// END OF EJS Templates
3.1.0.3...
3.1.0.3 reaction wheels fitering updated

File last commit:

r296:fb16b781e584 R3_plus
r296:fb16b781e584 R3_plus
Show More
fsw-qt.pro
125 lines | 3.1 KiB | text/idl | PrologLexer
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 TEMPLATE = app
# CONFIG += console v8 sim
paul
EDAC information fetching functions added.
r251 # CONFIG options =
# verbose
# boot_messages
# debug_messages
# cpu_usage_report
# stack_report
# vhdl_dev
# debug_tch
paul
3.0.0.14
r255 # lpp_dpu_destid /!\ REMOVE BEFORE DELIVERY TO LESIA /!\
paul
EDAC information fetching functions added.
r251 # debug_watchdog
paul
PAS filtering implemented
r289 CONFIG += console verbose lpp_dpu_destid cpu_usage_report
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20 CONFIG -= qt
include(./sparc.pri)
paul
commit before going back to 3.1.0.2 for LESIA compilation
r295 INCLUDEPATH += /opt/rtems-4.10/sparc-rtems/leon3/lib/include
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
R3 updates. TC handlers added for the new telecommands:...
r192 DEFINES += SW_VERSION_N1=3 # major
paul
TC_LFR_LOAD_PAS_FILTER_PAR added to the authorized telecommands...
r282 DEFINES += SW_VERSION_N2=1 # minor
paul
R3 updates. TC handlers added for the new telecommands:...
r192 DEFINES += SW_VERSION_N3=0 # patch
paul
3.1.0.3...
r296 DEFINES += SW_VERSION_N4=3 # internal
paul@pc-solar1.lab-lpp.local
Current version with modes NORMAL and SBM1 operational
r21
paul
2.0.1.1...
r168 # <GCOV>
paul
Code modified to measure the execution time of the ISRs on the MINI-LFR board.
r235 #QMAKE_CFLAGS_RELEASE += -fprofile-arcs -ftest-coverage
#LIBS += -lgcov /opt/GCOV/01A/lib/overload.o -lc
paul
2.0.1.1...
r168 # </GCOV>
# <CHANGE BEFORE FLIGHT>
paul
timegen-qt project rebuilt
r167 contains( CONFIG, lpp_dpu_destid ) {
DEFINES += LPP_DPU_DESTID
}
paul
2.0.1.1...
r168 # </CHANGE BEFORE FLIGHT>
paul
timegen-qt project rebuilt
r167
paul
Corrections:...
r107 contains( CONFIG, debug_tch ) {
DEFINES += DEBUG_TCH
}
paul
sync with LFR_basic-parameters
r180 DEFINES += MSB_FIRST_TCH
paul
Corrections:...
r107
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
sync before modifying the snapshot resynchronization
r246 contains( CONFIG, debug_watchdog ) {
DEFINES += DEBUG_WATCHDOG
}
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 += \
paul
Sync
r175 $${PWD}/../src \
$${PWD}/../header \
paul
2.0.2.0 first revision compatibile with the new waveform picker...
r177 $${PWD}/../header/lfr_common_headers \
paul
Sync
r175 $${PWD}/../header/processing \
paul
Integration of basic parameters functions in the flight software...
r179 $${PWD}/../LFR_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
Sources reorganized...
r126 ../src/processing/fsw_processing.c \
../src/processing/avf0_prc0.c \
../src/processing/avf1_prc1.c \
paul
cpu_load added to the housekeeping packets
r134 ../src/processing/avf2_prc2.c \
paul
Sync
r137 ../src/lfr_cpu_usage_report.c \
paul
Integration of basic parameters functions in the flight software...
r179 ../LFR_basic-parameters/basic_parameters.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_misc.h \
../header/fsw_init.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
Sources reorganized...
r126 ../header/processing/fsw_processing.h \
../header/processing/avf0_prc0.h \
../header/processing/avf1_prc1.h \
paul
waveform buffers declaration modified...
r131 ../header/processing/avf2_prc2.h \
paul
cpu_load added to the housekeeping packets
r134 ../header/fsw_params_wf_handler.h \
paul
Sync
r137 ../header/lfr_cpu_usage_report.h \
paul
2.0.2.0 first revision compatibile with the new waveform picker...
r177 ../header/lfr_common_headers/ccsds_types.h \
../header/lfr_common_headers/fsw_params.h \
../header/lfr_common_headers/fsw_params_nb_bytes.h \
../header/lfr_common_headers/fsw_params_processing.h \
paul
Integration of basic parameters functions in the flight software...
r179 ../header/lfr_common_headers/tm_byte_positions.h \
../LFR_basic-parameters/basic_parameters.h \
paul
sync
r181 ../LFR_basic-parameters/basic_parameters_params.h \
../header/GscMemoryLPP.hpp
paul@pc-solar1.lab-lpp.local
Slight changes on the flight software
r20