1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-13 07:04:25 +00:00
Commit Graph

6796 Commits

Author SHA1 Message Date
Carles Fernandez
0a111b0d42 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-10-30 12:27:31 +01:00
Carles Fernandez
f25fa45f21 Now GPSTk supports C++20 2019-10-30 11:50:02 +01:00
Carles Fernandez
58af2dc2be
Add Catalina as most recent macOS version 2019-10-29 20:56:02 +01:00
Marc Majoral
8bb25dc682 removed the messages related to the fft blk exponent 2019-10-28 20:21:47 +01:00
Carles Fernandez
e452bd6286 Merge branch 'mmajoral-fix_post_processing_mode_FPGA' into next 2019-10-28 13:00:35 +01:00
Carles Fernandez
37f427844d Apply clang-format 2019-10-28 13:00:18 +01:00
Marc Majoral
f3485bb39b Throttle the DMA to give more time to other signal processing tasks. 2019-10-28 12:51:11 +01:00
Carles Fernandez
124531ba39
Accelerate writing of secondary code
And other cosmetic changes
2019-10-27 22:42:58 +01:00
Carles Fernandez
cde66a0d03
Update changelog 2019-10-27 22:30:49 +01:00
Carles Fernandez
7cf506209e
Merge branch 'volk-alloc' into next
New type alias volk_gnsssdr::vector allows both aligned memory allocation and automatic deallocation.
2019-10-27 21:59:59 +01:00
Carles Fernandez
b4e4c849b1
More usage of volk_gnsssdr::vector 2019-10-27 21:34:19 +01:00
Carles Fernandez
8df7d82ba2
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into volk-alloc 2019-10-27 13:13:51 +01:00
Carles Fernandez
b40fc39aaf
Add receiver runtime to position_test report 2019-10-27 13:12:06 +01:00
Carles Fernandez
9a9c8825ed
Improved usage of reserve/resize 2019-10-27 12:51:01 +01:00
Carles Fernandez
82089979fe
Fix usage of resize instead of reserve 2019-10-27 11:25:31 +01:00
Carles Fernandez
b1166de1a0
Introduce volk:gnsssdr::vector
The usual benefits of using objects as opposed to pointers (RAII) + the type information is manifest (no void* pointers)
The best of both worlds: automatic destruction, aligned memory
2019-10-26 22:24:42 +02:00
Marc Majoral
e0ef72eb75 fixed comments 2019-10-24 21:16:51 +02:00
Marc Majoral
6872097892 fixed the FPGA device file numbers used by the E5A tracking class. 2019-10-24 21:16:51 +02:00
Carles Fernandez
ffea7cd3fd Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-10-23 13:20:49 +02:00
Carles Fernandez
74f6c2e115 Fix reading of Delta_n parameter. Fixes #322 2019-10-23 13:20:14 +02:00
Carles Fernandez
922c582f29 Add fpga-binary job 2019-10-23 11:20:36 +02:00
Carles Fernandez
eb352615e0 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-10-23 11:17:35 +02:00
Carles Fernandez
9e79bb4b8f Fix bug in Beidou nav message. Fixes #320 2019-10-23 11:16:32 +02:00
Carles Fernandez
ff47e3599a
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-10-13 23:38:55 +02:00
Carles Fernandez
a9b0ff184d
Add energy-saving options for AD9361
New flag rf_shutdown, true by default, allows setting the RX and TX streams ON when set to false.
New parameters rx1_enable and rx2_enable, true by default, allow to disable the secondary RX channel when not used
2019-10-13 23:38:06 +02:00
Carles Fernandez
18de3168f2
Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-10-12 19:38:13 +02:00
Carles Fernandez
3c49792aef
Update changelog 2019-10-12 13:25:00 +02:00
Carles Fernandez
75af606c74
Recommend pkg-config, minor editing 2019-10-12 13:23:57 +02:00
Carles Fernandez
1c017e3bae
Add pkg-config 2019-10-12 13:22:49 +02:00
Carles Fernandez
e2fad71f52
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-10-11 19:30:33 +02:00
Carles Fernandez
7126185515
Add and apply readability-braces-around-statements check 2019-10-11 19:24:20 +02:00
Carles Fernandez
8a72605a3d
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-10-11 12:03:20 +02:00
Carles Fernandez
61c22ed53b
Set default freq_dds_tx_hz parameter to 10 kHz 2019-10-11 12:02:53 +02:00
Carles Fernandez
054a20b5bf
Apply clang-format to the whole code tree 2019-10-11 11:57:33 +02:00
Carles Fernandez
c7c5e85297
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-10-10 20:49:50 +02:00
Carles Fernandez
6b7dad2808
Add Debian11 job 2019-10-10 20:48:43 +02:00
Carles Fernandez
5c62b0da4b
Make proper usage of HINTS/PATHS 2019-10-10 20:05:14 +02:00
Carles Fernandez
7bf96a3a86 Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next 2019-10-10 12:27:51 +02:00
Carles Fernandez
3307edc1c9 Add Gnuradio::analog target for old gr-iio versions 2019-10-10 12:26:19 +02:00
Carles Fernandez
fe86f3d2ad Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next 2019-10-10 11:27:55 +02:00
Carles Fernandez
b99f8245d7 Merge branch 'next' of https://gitlab.com/gnss-sdr/gnss-sdr into next 2019-10-10 11:27:39 +02:00
Carles Fernandez
ea047c9017 Solve merging conflicts 2019-10-10 11:24:34 +02:00
Carles Fernandez
bcd80c87c9 Merge branch 'fir' into next
Implement AD9361's FIR configuration options
2019-10-10 11:22:45 +02:00
Carles Fernandez
3f21367587 Fix building in some configurations 2019-10-10 10:40:37 +02:00
Carles Fernandez
21c64787ef Add libad9361-dev package to debian10 job 2019-10-10 10:30:41 +02:00
Carles Fernandez
cb99011de8
Fix building 2019-10-10 08:12:25 +02:00
Carles Fernandez
a6c6e53982
Fix building in Debian Buster 2019-10-10 07:38:27 +02:00
Carles Fernandez
8eca3f7cf0
Fix debian10 building 2019-10-09 22:55:20 +02:00
Carles Fernandez
94bef678af
Set definition to PRIVATE 2019-10-09 22:24:29 +02:00
Carles Fernandez
7e823123a2
Improve doc provided in terminal 2019-10-09 22:17:44 +02:00