mmajoral
e1635a735d
Added the class switch_FPGA, which controls the switch in the FPGA that connects the analog frontend and the DMA to the queues of the HW accelerators.
...
Removed some unused variables in the tracking.
2018-04-05 15:05:46 +02:00
Javier Arribas
982af827b4
Group all ad9361 configuration calls in one library
2018-03-27 19:00:25 +02:00
Javier Arribas
428a2eb1b5
Removing unused files
2018-03-27 14:44:56 +02:00
Javier Arribas
ec09016750
Adding Local Oscillator generation for dual band operation using AD9361 FPGA source. Bug fix in FPGA flowgraph
2018-03-27 14:24:07 +02:00
mmajoral
376de5807f
Added FPGA-related changes
2018-03-20 18:06:20 +01:00
Javier Arribas
7c406bb6eb
Merging fpga with next
2018-03-05 11:03:59 +01:00
Carles Fernandez
07b25ebb06
Apply clang-format to the whole source tree
2018-03-04 02:04:27 +01:00
Carles Fernandez
41571db894
Fix markdown
2018-03-03 12:49:27 +01:00
Carles Fernandez
5b2c0e628d
Fix broken build by clang-format
2018-03-03 12:48:54 +01:00
Carles Fernandez
891478cf2c
Apply automated code formatting to volk-gnsssdr
...
See http://gnss-sdr.org/coding-style/#use-tools-for-automated-code-formatting
2018-03-03 12:09:45 +01:00
Carles Fernandez
f924005733
Add mention to
...
http://gnss-sdr.org/coding-style/#use-tools-for-automated-code-formatting
2018-03-03 11:52:27 +01:00
Carles Fernandez
34f24562cf
Apply automated code formatting
...
Documented at .clang-format
See http://clang.llvm.org/docs/ClangFormat.html and http://clang.llvm.org/docs/ClangFormatStyleOptions.html
2018-03-03 02:03:39 +01:00
Javier Arribas
c2fc4b9854
Updating GPS L1 FPGA tracking adapters
2018-03-02 17:40:13 +01:00
Carles Fernandez
c9ac8c78af
Move OpenCL-related files to a folder
2018-03-02 15:48:38 +01:00
Carles Fernandez
3edbb9e084
Fix building when OpenCL is enabled
2018-03-02 14:38:42 +01:00
Javier Arribas
288dd481e7
Updating FPGA acquisition modules
2018-03-02 12:23:10 +01:00
Javier Arribas
dc4c7b9551
Adding AD9361 fpga signal source
2018-03-02 11:30:36 +01:00
Carles Fernandez
2733403a87
Remove unrequired dependency in Fedora / CentOS
2018-03-02 11:18:16 +01:00
Carles Fernandez
332a311328
Delete repeated package
2018-03-01 22:14:58 +01:00
Carles Fernandez
1189605fbb
Fix automatic testing in Debian packaging
2018-03-01 21:02:48 +01:00
Carles Fernandez
1fc9592736
Update test name
2018-03-01 19:52:03 +01:00
Carles Fernandez
c9ae4affc9
Fix automatic testing in Debian packaging
2018-03-01 19:37:29 +01:00
Carles Fernandez
0479d2234f
Fix automatic testing in Debian packaging
2018-03-01 19:07:44 +01:00
Carles Fernandez
56900dd80e
Improve docker instructions and extract pdf file
2018-03-01 17:32:54 +01:00
Carles Fernandez
53095d06ba
Fix make check and add tests
2018-03-01 17:30:47 +01:00
Carles Fernandez
9d23915fee
Fix make check in Ubuntu 16.04
2018-03-01 15:05:04 +01:00
Carles Fernandez
2f2a1d8338
Change folder name
2018-03-01 11:01:20 +01:00
Carles Fernandez
ac18e7a49d
Fix building in Ubuntu 18.04
2018-02-28 15:40:43 +01:00
Carles Fernandez
9829883253
Add reproducibility files for IEEE Access publication
2018-02-28 13:15:46 +01:00
Carles Fernandez
2ca458cea1
Add more flag validators
2018-02-26 21:37:53 +01:00
Carles Fernandez
658e677fc3
Reorder includes: local headers first, then 3rd-party library headers, and finally standard headers
2018-02-26 03:15:53 +01:00
Carles Fernandez
24f6003ba0
Remove iostream from header files
...
and in redundant places such as in unit tests
2018-02-25 22:49:06 +01:00
Carles Fernandez
372790392d
Add info about specification of flags
2018-02-25 22:10:07 +01:00
Carles Fernandez
43d3860a7d
Merge branch 'osqzss-bladerf' into next
2018-02-25 19:14:25 +01:00
Carles Fernandez
f8bbd21006
Merge branch 'bladerf' of https://github.com/osqzss/gnss-sdr into osqzss-bladerf
2018-02-25 19:10:57 +01:00
Carles Fernandez
5c77a394d7
Replace memset by std::fill_n
2018-02-25 13:34:13 +01:00
Carles Fernandez
e17f9268a8
Fix warning in GCC 8.0.1 (Fedora Rawhide)
...
The warning was:
warning: assignment discards 'const' qualifier from pointer target type
[-Wdiscarded-qualifiers]
2018-02-25 13:29:01 +01:00
Carles Fernandez
946d3dae9f
Replace memset by std::fill_n. This fix warnings in GCC 8.0.1 (Fedora
...
Rawhide). The warnings were:
warning: 'void* memset(void*, int, size_t)' clearing an object of
non-trivial type 'struct std::complex<float>'; use assignment or
value-initialization instead [-Wclass-memaccess]
2018-02-25 13:27:27 +01:00
Carles Fernandez
9e37e51447
Be more specific on required boost headers
2018-02-25 01:48:21 +01:00
Carles Fernandez
4561bf9f9c
Update manpage with new -doppler_step flag and add default values.
2018-02-25 01:41:18 +01:00
Carles Fernandez
243b4ecc39
Give priority to RINEX_printer flag over configuration file.
...
Fix building.
2018-02-25 01:10:27 +01:00
Carles Fernandez
eb0b01d0aa
Add doppler_step flag
2018-02-25 01:00:17 +01:00
Carles Fernandez
12f61c6d19
Update manpage
2018-02-24 19:34:46 +01:00
Carles Fernandez
bd6d3fcb28
More verbose info when Matio is found but it is too old
2018-02-24 18:28:52 +01:00
Carles Fernandez
24e1a8f0ac
Set minimal matio version
2018-02-24 18:01:10 +01:00
Carles Fernandez
c3e8f7de7e
Fix typo
2018-02-24 12:13:46 +01:00
Carles Fernandez
6e93bb88ce
Improve markdown
2018-02-24 12:11:10 +01:00
Carles Fernandez
041a634bc5
Add CentOS instructions
2018-02-24 12:02:11 +01:00
osqzss
605de9ad2f
Add bladeRF support
2018-02-24 15:32:38 +09:00
osqzss
995367d776
Add bladeRF support
2018-02-24 15:19:04 +09:00