Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
paul
- Thu, 12 Jun 2014 06:24:39
Show More
0
FSW-qt/Makefile
FSW-qt/Makefile
+2
-2
@@
-1,6
+1,6
1
#############################################################################
1
#############################################################################
2
# Makefile for building: bin/fsw
2
# Makefile for building: bin/fsw
3
# Generated by qmake (2.01a) (Qt 4.8.6) on: Tue Jun 10 20:58:59 2014
3
# Generated by qmake (2.01a) (Qt 4.8.6) on: Th u Jun 12 08:10:2 9 2014
4
# Project: fsw-qt.pro
4
# Project: fsw-qt.pro
5
# Template: app
5
# Template: app
6
# Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile fsw-qt.pro
6
# Command: /usr/bin/qmake-qt4 -spec /usr/lib64/qt4/mkspecs/linux-g++ -o Makefile fsw-qt.pro
@@
-10,7
+10,7
10
10
11
CC = sparc-rtems-gcc
11
CC = sparc-rtems-gcc
12
CXX = sparc-rtems-g++
12
CXX = sparc-rtems-g++
13
DEFINES = -DSW_VERSION_N1 = 1 -DSW_VERSION_N2 = 0 -DSW_VERSION_N3 = 0 -DSW_VERSION_N4 = 8 -DPRINT_MESSAGES_ON_CONSOLE
13
DEFINES = -DSW_VERSION_N1 = 1 -DSW_VERSION_N2 = 0 -DSW_VERSION_N3 = 0 -DSW_VERSION_N4 = 9 -DPRINT_MESSAGES_ON_CONSOLE
14
CFLAGS = -pipe -O3 -Wall $( DEFINES )
14
CFLAGS = -pipe -O3 -Wall $( DEFINES )
15
CXXFLAGS = -pipe -O3 -Wall $( DEFINES )
15
CXXFLAGS = -pipe -O3 -Wall $( DEFINES )
16
INCPATH = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I../src -I../header -I../header/processing -I../src/LFR_basic-parameters
16
INCPATH = -I/usr/lib64/qt4/mkspecs/linux-g++ -I. -I../src -I../header -I../header/processing -I../src/LFR_basic-parameters
0
header/fsw_params.h
header/fsw_params.h
+1
0
0
src/fsw_init.c
src/fsw_init.c
+8
0
@@
-71,6
+71,8
rtems_task Init( rtems_task_argument ign
71
*
71
*
72
*/
72
*/
73
73
74
unsigned char * vhdlVersion ;
75
74
reset_local_time ();
76
reset_local_time ();
75
77
76
rtems_cpu_usage_reset ();
78
rtems_cpu_usage_reset ();
@@
-92,6
+94,12
rtems_task Init( rtems_task_argument ign
92
PRINTF1 ( "%d." , SW_VERSION_N2 )
94
PRINTF1 ( "%d." , SW_VERSION_N2 )
93
PRINTF1 ( "%d." , SW_VERSION_N3 )
95
PRINTF1 ( "%d." , SW_VERSION_N3 )
94
PRINTF1 ( "%d ** \n " , SW_VERSION_N4 )
96
PRINTF1 ( "%d ** \n " , SW_VERSION_N4 )
97
98
vhdlVersion = ( unsigned char * ) ( REGS_ADDR_VHDL_VERSION );
99
PRINTF ( "** VHDL ** \n " )
100
PRINTF1 ( "** %d." , vhdlVersion [ 1 ])
101
PRINTF1 ( "%d." , vhdlVersion [ 2 ])
102
PRINTF1 ( "%d ** \n " , vhdlVersion [ 3 ])
95
PRINTF ( "************************* \n " )
103
PRINTF ( "************************* \n " )
96
PRINTF ( " \n\n " )
104
PRINTF ( " \n\n " )
97
105
0
src/fsw_misc.c
src/fsw_misc.c
+1
-1
@@
-318,7
+318,7
void init_housekeeping_parameters( void
318
housekeeping_packet . lfr_sw_version [ 2 ] = SW_VERSION_N3 ;
318
housekeeping_packet . lfr_sw_version [ 2 ] = SW_VERSION_N3 ;
319
housekeeping_packet . lfr_sw_version [ 3 ] = SW_VERSION_N4 ;
319
housekeeping_packet . lfr_sw_version [ 3 ] = SW_VERSION_N4 ;
320
// init fpga version
320
// init fpga version
321
parameters = ( unsigned char * ) ( REGS_ADDR_WAVEFORM_PICKER + 0xb0);
321
parameters = ( unsigned char * ) ( REGS_ADDR_VHDL_VERSION );
322
housekeeping_packet . lfr_fpga_version [ 0 ] = parameters [ 1 ]; // n1
322
housekeeping_packet . lfr_fpga_version [ 0 ] = parameters [ 1 ]; // n1
323
housekeeping_packet . lfr_fpga_version [ 1 ] = parameters [ 2 ]; // n2
323
housekeeping_packet . lfr_fpga_version [ 1 ] = parameters [ 2 ]; // n2
324
housekeeping_packet . lfr_fpga_version [ 2 ] = parameters [ 3 ]; // n3
324
housekeeping_packet . lfr_fpga_version [ 2 ] = parameters [ 3 ]; // n3
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages