Javier Arribas
|
742113c55f
|
Adding timestamp capability to four bits signal source
|
2022-05-23 12:30:12 +02:00 |
|
Marc Majoral
|
c3ec1074db
|
make cmakelint happy
|
2022-04-29 12:45:35 +02:00 |
|
Marc Majoral
|
916b12eef6
|
fix code for 32-bit processor architecture
|
2022-04-29 12:16:48 +02:00 |
|
Marc Majoral
|
d346e763f8
|
use std::array
|
2022-04-29 10:41:44 +02:00 |
|
Marc Majoral
|
ea172f0d36
|
move all DMA control to Fpga_DMA class
|
2022-04-28 22:33:29 +02:00 |
|
Marc Majoral
|
e740244a63
|
removed the code that was commented out and the file headers that were not used
|
2022-04-28 21:24:15 +02:00 |
|
Marc Majoral
|
3f8e22b255
|
added support for the Xilinx dma-proxy driver when using 64-bit processor architectures.
|
2022-04-28 18:41:31 +02:00 |
|
Marc Majoral
|
d3bd4ed626
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fix_FPGA_IP_address_ranges
|
2022-04-19 15:55:30 +02:00 |
|
Marc Majoral
|
337c9c7d1f
|
set the FPGA page size to 0x1000 for compatibility with the FPGA IP cores compiled for the ZynqMP
|
2022-04-19 15:53:00 +02:00 |
|
Carles Fernandez
|
0f65cbeb91
|
Fix defects detected by Coverity Scan 2021.12.1: Declaring variable data without initializer
|
2022-02-17 17:28:34 +01:00 |
|
Carles Fernandez
|
7fa437232a
|
Prefer initialization to assignment in constructors
|
2021-12-14 17:34:35 +01:00 |
|
Carles Fernandez
|
71321581ed
|
Prefer initialization to assignment in constructors
|
2021-12-14 12:59:35 +01:00 |
|
Carles Fernandez
|
33366ef6df
|
Fix uninitialized scalar fields
|
2021-12-14 10:21:31 +01:00 |
|
Carles Fernandez
|
a9538c81f3
|
Avoid unnecessary copies of string
Avoid C-style castings
|
2021-12-06 20:58:33 +01:00 |
|
Javier Arribas
|
03b14a0212
|
Fix cpplint format defects
|
2021-12-05 19:31:43 +01:00 |
|
Javier Arribas
|
91f826b5ca
|
Adding timetag propagation from source to telemetry decoders (currently supported by Galileo telemetry decoder)
|
2021-12-03 12:56:20 +01:00 |
|
Javier Arribas
|
8a4055b5b8
|
Add timetag clock offset configuration parameter in TImeTag File signal source. Timetag code clean
|
2021-12-01 13:18:29 +01:00 |
|
Javier Arribas
|
c262d74e03
|
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into pps_lime
|
2021-11-29 20:54:56 +01:00 |
|
Carles Fernandez
|
bcec8331e6
|
Fixes for building against GNU Radio master
Log4cpp has been replaced by spdlog and fmt
|
2021-11-23 16:38:50 +01:00 |
|
Marc Majoral
|
740a2762bc
|
Initialize the dynamic bit selection shift register
|
2021-11-15 12:47:33 +01:00 |
|
Javier Arribas
|
c9d6688f1b
|
Merge with next
|
2021-10-20 09:47:33 +02:00 |
|
Carles Fernandez
|
ccbe1c9ac9
|
Add includes (make cpplint's build/include_what_you_use filter happy)
|
2021-10-08 11:15:01 +02:00 |
|
Marc Majoral
|
80ccad790d
|
do not write the signal source gain if the AGC is enabled when using the AD9361.
|
2021-09-14 17:46:52 +02:00 |
|
Javier Arribas
|
672edceec3
|
Fix gnss-sdr stop after completing a timestamp source processing
|
2021-05-03 17:30:58 +02:00 |
|
Javier Arribas
|
26bc9c9b5a
|
Debug Build: Measuring signal timestamp vs. GNSS obs RX time
|
2021-04-12 18:37:06 +02:00 |
|
Javier Arribas
|
3353a62296
|
Debug Build: Adding Timetag chain from FileTimestampSource to dllpllVEML tracking and from tracking to GPS L1CA telemetry decoder
|
2021-04-12 12:14:04 +02:00 |
|
Javier Arribas
|
42bece2dd4
|
Added experimental FileTimestampSignalSource to generate timestamp information using stream tags
|
2021-03-11 16:31:02 +01:00 |
|
Carles Fernandez
|
dd60bcf986
|
Replace usage of BOOST_FOREACH macro by a C++ range for
|
2021-02-24 11:54:57 +01:00 |
|
Marc Majoral
|
b06722062d
|
removed unused header files
|
2021-02-18 18:46:59 +01:00 |
|
Carles Fernandez
|
8e23c60fca
|
Do not warn users twice about the overflow
clang-tidy checks applied: modernize-redundant-void-arg, performance-unnecessary-value-param
|
2021-02-18 13:17:46 +01:00 |
|
Marc Majoral
|
e4de9c54de
|
do not stop the receiver when buffer overflow is detected.
|
2021-02-18 12:32:44 +01:00 |
|
Carles Fernandez
|
19c03edf1f
|
Update file header
|
2021-02-16 16:42:10 +01:00 |
|
Marc Majoral
|
440e8f1b3c
|
log FPGA buffer overflow with severity level ERROR + add some comments.
|
2021-02-15 22:27:03 +01:00 |
|
Marc Majoral
|
b279c3bcbd
|
replace exception by receiver stop command
|
2021-02-15 21:44:05 +01:00 |
|
Marc Majoral
|
c0e4b2aee5
|
dump the buffer monitor results to a file
|
2021-02-15 11:53:16 +01:00 |
|
Marc Majoral
|
d8c41a7171
|
removed whitespace
|
2021-02-14 13:40:52 +01:00 |
|
Marc Majoral
|
a3d2763970
|
removed header file
|
2021-02-13 17:29:30 +01:00 |
|
Marc Majoral
|
03e8f97d2e
|
real-time FPGA receiver buffer monitoring
|
2021-02-13 17:10:43 +01:00 |
|
Carles Fernandez
|
ecf20d38d6
|
Merge branch 'clang-tidy-fgpa' into next
|
2021-01-25 22:17:08 +01:00 |
|
Carles Fernandez
|
d6d1fff743
|
Apply clang-tidy fixes when -DENABLE_FPGA=ON
|
2021-01-25 22:07:59 +01:00 |
|
Carles Fernandez
|
2f627581ef
|
Fix error handling issues detected by Coverity Scan 2020.09
|
2021-01-25 13:35:47 +01:00 |
|
Carles Fernandez
|
7308745f05
|
Apply more concise file header format
Re-license CMake scripts with BSD-3-Clause
|
2020-12-30 13:35:06 +01:00 |
|
Carles Fernandez
|
f0e1ef6f9a
|
Add a common shared pointer definition
Makes transition to GNU Radio 3.9 API less verbose
|
2020-11-03 20:51:57 +01:00 |
|
Carles Fernandez
|
287284261c
|
Make use of Doxygen grouping feature
Improve Modules page in generated HTML documentation
|
2020-11-01 13:37:19 +01:00 |
|
Marc Majoral
|
47c23b2738
|
fix dynamic bit selection threshold
|
2020-09-23 16:49:11 +02:00 |
|
Carles Fernandez
|
499de7a9f1
|
Update file headers
|
2020-07-28 16:57:15 +02:00 |
|
Carles Fernandez
|
08fa55c585
|
Add missing includes, use \n instead of endl
|
2020-07-16 19:07:58 +02:00 |
|
Marc Majoral
|
98f1287f0e
|
dynamic bit selection based on the estimated power of the received signal.
|
2020-07-16 15:42:55 +02:00 |
|
Carles Fernandez
|
09bcd1981c
|
Replace std::endl by \n character. There is no need to always flush the stream.
|
2020-07-07 18:53:50 +02:00 |
|
Carles Fernandez
|
03d350551f
|
Sort private members in headers
|
2020-06-26 22:07:41 +02:00 |
|