Carles Fernandez
|
2543b2aae2
|
Fix error
|
2019-03-01 16:59:29 +01:00 |
|
Carles Fernandez
|
ac1f9a87e7
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2019-03-01 16:49:29 +01:00 |
|
Javier
|
3b9f044074
|
Moving LOG(INFO) to DLOG(INFO) for some telemetry decoder messages
|
2019-03-01 16:48:10 +01:00 |
|
Carles Fernandez
|
ae386b5aa9
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2019-03-01 16:41:41 +01:00 |
|
Carles Fernandez
|
e43b8f5284
|
Fix defects detected by Coverity Scan
|
2019-03-01 15:29:43 +01:00 |
|
Carles Fernandez
|
77e8c136ea
|
Enable FPGA blocks in cross-compilation
|
2019-03-01 11:02:07 +01:00 |
|
Carles Fernandez
|
2026c7f2d1
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2019-03-01 10:37:11 +01:00 |
|
Carles Fernandez
|
1d174ea6d5
|
Add FPGA code to Coverity Scan analysis
|
2019-03-01 10:37:01 +01:00 |
|
Carles Fernandez
|
df0a77ee0d
|
Fix warnings
more protection on read/write failures and some code cleaning
|
2019-03-01 10:11:36 +01:00 |
|
Carles Fernandez
|
78d6967d52
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2019-02-28 22:21:49 +01:00 |
|
Carles Fernandez
|
5b87bbbeb6
|
Update changelog
|
2019-02-28 22:11:26 +01:00 |
|
Carles Fernandez
|
7ffec280af
|
Update changelog
|
2019-02-28 22:04:24 +01:00 |
|
Carles Fernandez
|
7c71ed9404
|
Merge branch 'fpga' of https://github.com/gnss-sdr/gnss-sdr into merge-fpga
Applied checks and formatting
|
2019-02-28 21:45:30 +01:00 |
|
Carles Fernandez
|
551279b9ae
|
Provide more info to the user if something fails
|
2019-02-28 18:27:30 +01:00 |
|
Carles Fernandez
|
b1c6e1d91f
|
Make Galileo E1 message decoding less verbose in terminal
|
2019-02-28 18:20:33 +01:00 |
|
Carles Fernandez
|
92d20d0842
|
Fix comparison
|
2019-02-28 16:39:21 +01:00 |
|
Carles Fernandez
|
e6d2776f1b
|
Replace std::deque by faster boost::circular_buffer
|
2019-02-28 14:10:44 +01:00 |
|
Carles Fernandez
|
ccc9222ebe
|
Replace deque by faster boost::circular_buffer
|
2019-02-28 13:40:09 +01:00 |
|
Carles Fernandez
|
2aeb61ba3a
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2019-02-28 09:42:33 +01:00 |
|
Carles Fernandez
|
abd91e0825
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2019-02-28 09:41:19 +01:00 |
|
Carles Fernandez
|
fd64cdd8c2
|
Fix program termination with some configurations
This is not a robust solution but fixes termination when URSP is being used. To be improved
|
2019-02-28 09:33:47 +01:00 |
|
Javier Arribas
|
6c5fc8ed7c
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into observables_fix
|
2019-02-27 17:45:22 +01:00 |
|
Javier Arribas
|
3b30867df0
|
Merge pull request #254 from mmajoral/fpga
FPGA GPS L1 + Galileo E1 + GPS L5 + Galileo E5
|
2019-02-27 17:40:32 +01:00 |
|
Marc Majoral
|
c32e0b427a
|
coding style + removed some unnecessary memory arrays in the FPGA E5A tracking adapter class.
|
2019-02-27 17:27:31 +01:00 |
|
Marc Majoral
|
484b0f4b02
|
removed commented-out code
|
2019-02-27 15:51:01 +01:00 |
|
Marc Majoral
|
46082e9334
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga
|
2019-02-27 14:40:45 +01:00 |
|
Marc Majoral
|
a03ed571e6
|
replaced int and unsigned int by int32_t and uint32_t
removed some unused variables
|
2019-02-27 14:37:07 +01:00 |
|
Marc Majoral
|
8d770d9be9
|
more code cleaning
removed some non used variables
|
2019-02-27 13:30:09 +01:00 |
|
Carles Fernandez
|
6188ee2b9e
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2019-02-27 02:15:24 +01:00 |
|
Carles Fernandez
|
17297ee18f
|
Fix Galileo telemetry
|
2019-02-27 02:09:23 +01:00 |
|
Damian Miralles
|
3096ef4ed4
|
bds_b3i: working with sdrx data
|
2019-02-26 14:56:15 -06:00 |
|
Marc Majoral
|
2b6e7749a8
|
cleaned the source code of the FPGA switch and the FPGA tracking adapters
|
2019-02-26 19:30:08 +01:00 |
|
Marc Majoral
|
5e22e4c50a
|
cleaned the FPGA acquisition code
|
2019-02-26 18:28:14 +01:00 |
|
Javier Arribas
|
dd91ffe139
|
Bug fix that solves a random deadlock of the observables block rx time selector
|
2019-02-26 18:04:59 +01:00 |
|
Damian Miralles
|
75779bd111
|
bds b3i: Adding sample file for b1i and gps processing
|
2019-02-26 09:01:32 -06:00 |
|
Marc Majoral
|
a8e425c814
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga
|
2019-02-26 10:23:59 +01:00 |
|
Carles Fernandez
|
4b325ed56a
|
Apply minor cleaning
|
2019-02-26 09:09:14 +01:00 |
|
Marc Majoral
|
67e53a166e
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga
|
2019-02-26 08:40:00 +01:00 |
|
Carles Fernandez
|
8e66577ee9
|
Reorder PVT
Add includes
Reorder CMake scripts
Put work at the end of the file
|
2019-02-26 01:38:48 +01:00 |
|
Marc Majoral
|
cf0a37300a
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into fpga
|
2019-02-25 19:21:00 +01:00 |
|
Carles Fernandez
|
c3709567a2
|
Accelerate GPS L1 preamble correlation
|
2019-02-25 15:14:13 +01:00 |
|
Marc Majoral
|
40029f789c
|
FPGA hybrid observables tests set track_pilot by default.
|
2019-02-25 12:10:50 +01:00 |
|
Carles Fernandez
|
577331680e
|
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next
|
2019-02-25 00:18:34 +01:00 |
|
Carles Fernandez
|
4fe976ba01
|
Replace boost::thread by std::thread
|
2019-02-25 00:02:53 +01:00 |
|
Carles Fernandez
|
14899a3a77
|
Replace boost::thread by std::thread, get rid of boost::chrono
|
2019-02-24 23:11:19 +01:00 |
|
Carles Fernandez
|
a51ccdca8b
|
Fix termination if GNSS-SDR.telecommand_enabled is set to true
|
2019-02-24 20:57:51 +01:00 |
|
Carles Fernandez
|
6e24bf31e6
|
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
|
2019-02-24 20:22:36 +01:00 |
|
Carles Fernandez
|
d2a3de3c58
|
Improve compilation options
|
2019-02-24 20:22:15 +01:00 |
|
Carles Fernandez
|
ccf575de86
|
Merge branch 'more-modern-cmake' into next
|
2019-02-24 19:32:13 +01:00 |
|
Carles Fernandez
|
869aadc731
|
Pass warning flags only to C++ targets
|
2019-02-24 19:17:32 +01:00 |
|