##// END OF EJS Templates
The flight software is now compatible with the VHDL 0.1.32...
The flight software is now compatible with the VHDL 0.1.32 Still some bugs at startup, may be due to the VHDL

File last commit:

r170:3efd0a6e1344 VHDL_0_1_28
r171:13f27d43af32 VHDL_0_1_28
Show More
timegen-qt.pro
81 lines | 1.8 KiB | text/idl | PrologLexer
paul
timegen-qt project rebuilt
r167 TEMPLATE = app
# CONFIG += console v8 sim
# CONFIG options = verbose *** boot_messages *** debug_messages *** cpu_usage_report *** stack_report *** vhdl_dev *** debug_tch
CONFIG += console verbose
CONFIG -= qt
include(./sparc.pri)
# flight software version
SWVERSION=-1-0
DEFINES += SW_VERSION_N1=0 # major
DEFINES += SW_VERSION_N2=0 # minor
DEFINES += SW_VERSION_N3=0 # patch
paul
timegen version 0.0.0.1
r170 DEFINES += SW_VERSION_N4=1 # internal
paul
timegen-qt project rebuilt
r167
contains( CONFIG, debug_tch ) {
DEFINES += DEBUG_TCH
}
contains( CONFIG, vhdl_dev ) {
DEFINES += VHDL_DEV
}
contains( CONFIG, verbose ) {
DEFINES += PRINT_MESSAGES_ON_CONSOLE
}
contains( CONFIG, debug_messages ) {
DEFINES += DEBUG_MESSAGES
}
contains( CONFIG, cpu_usage_report ) {
DEFINES += PRINT_TASK_STATISTICS
}
contains( CONFIG, stack_report ) {
DEFINES += PRINT_STACK_REPORT
}
contains( CONFIG, boot_messages ) {
DEFINES += BOOT_MESSAGES
}
#doxygen.target = doxygen
#doxygen.commands = doxygen ../doc/Doxyfile
#QMAKE_EXTRA_TARGETS += doxygen
TARGET = timegen
INCLUDEPATH += \
./src \
./header \
./header/processing \
./src/LFR_basic-parameters
SOURCES += \
./src/tc_handler.c \
./src/fsw_misc.c \
./src/fsw_init.c \
./src/fsw_globals.c \
./src/fsw_spacewire.c \
./src/tc_acceptance.c \
./src/LFR_basic-parameters/basic_parameters.c
HEADERS += \
./header/tc_handler.h \
./header/grlib_regs.h \
./header/fsw_params.h \
./header/fsw_misc.h \
./header/fsw_init.h \
./header/ccsds_types.h \
./header/fsw_spacewire.h \
./header/tc_acceptance.h \
./header/fsw_params_nb_bytes.h \
./header/fsw_params_processing.h \
./header/fsw_params_wf_handler.h \
./header/lfr_cpu_usage_report.h \
./src/LFR_basic-parameters/basic_parameters.h \
./src/LFR_basic-parameters/basic_parameters_params.h \
../header/TC_types.h