1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-06-06 12:42:12 +00:00
Commit Graph

8126 Commits

Author SHA1 Message Date
Carles Fernandez 49ce3de848 Merge branch 'mmajoral-fix_config_ad9361_rx' into next 2021-09-15 12:43:56 +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
Carles Fernandez c3fe1bcc79 Add CRC check success rate reporting to all telemetry decoders
Added as std::unique_ptr to minimize memory footprint if not used
C++ logic operators translated to && and ||
2021-09-13 23:19:37 +02:00
Carles Fernandez 69db42f3ee Make Coverity Scan happy: fix uninitialized members in constructor 2021-09-10 22:02:14 +02:00
Carles Fernandez f4699aad07 Fix CI clang-tidy job 2021-09-08 17:32:47 +02:00
Carles Fernandez 4817ec058a Be more explicit on how to retrieve data 2021-09-08 15:34:32 +02:00
Carles Fernandez 0aeb1c28c7 Fix CI jobs 2021-09-07 16:16:25 +02:00
Carles Fernandez b8afa8a4e4 Add src/utils/nav-listener/build to .gitignore file 2021-09-07 16:03:15 +02:00
Carles Fernandez b1cfc427aa Fix CI jobs 2021-09-07 16:02:34 +02:00
Carles Fernandez 0319dd5ae1 Add decoded HAS mmesages to the navigation message monitor 2021-09-07 14:58:16 +02:00
Carles Fernandez 26f72075fc Add example application to receive decoded navigation messages 2021-09-07 12:13:54 +02:00
Carles Fernandez ea88993ef2 Add monitor to send decoded navigation message bits via UDP 2021-09-06 00:05:29 +02:00
Carles Fernandez 14fd13ddec Merge branch 'mmajoral-telem_CRC_stats' into next 2021-08-30 16:12:55 +02:00
Carles Fernandez 1330958e99 Add missing includes 2021-08-30 16:12:13 +02:00
Marc Majoral 969c85fc45 fixed string passing 2021-08-30 14:29:52 +02:00
Marc Majoral d9b1d197fd Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into telem_CRC_stats 2021-08-30 12:51:58 +02:00
Marc Majoral 33d7924cb9 Telemetry CRC statistics 2021-08-30 12:51:31 +02:00
Carles Fernandez 0fc18f13f9 The action continues in the next branch 2021-08-24 09:42:19 +02:00
Carles Fernandez 4e9bdd83b7 Bump version to 0.0.15 v0.0.15 2021-08-23 14:28:30 +02:00
Carles Fernandez f3a22de830 Make Coverity Scan happy 2021-08-20 22:52:13 +02:00
Carles Fernandez 13115e2c7e Update google-benchmarks to 1.5.6 2021-08-11 19:02:58 +02:00
Carles Fernandez e2efc7e9f1 Stop receiver if no channels have been assigned 2021-08-11 19:01:09 +02:00
Carles Fernandez 18005c6ca8 Merge branch 'fix-cpufeatures' into next 2021-08-11 18:59:05 +02:00
Carles Fernandez e0d41e96e9 Add --num_channels parameter to position_test 2021-08-11 16:35:05 +02:00
Carles Fernandez 8982e4d7ad Enable NEON kernels in aarch64 architecture 2021-08-11 13:01:25 +02:00
Carles Fernandez fc85b2df8e Improve detection of the cpu_features library 2021-08-11 11:56:33 +02:00
Carles Fernandez 8c400d1377 Add missing header for PowerPC arch 2021-08-03 22:02:52 +02:00
Carles Fernandez 899830f86a Merge branch 'ttff_reduction' into next 2021-08-03 21:25:16 +02:00
Carles Fernandez b45509a6fb Merge branch 'mmajoral-fix_fpga_tracking' into next 2021-08-03 14:52:12 +02:00
Carles Fernandez 63c0c06728 CI: fix cpplint and prettier-markdown jobs 2021-08-03 14:43:44 +02:00
Javier Arribas 23a2d3ef89 TTFF reduction in GPS L1 and Galileo E1 2021-08-03 14:03:27 +02:00
Marc Majoral 446e09702a perform the carrier phase coherent initialization when extended integration in the FPGA is enabled 2021-08-03 10:18:27 +02:00
Carles Fernandez b4b9c31182 Improve detection of Gnuplot and gnss_sim when cross-compiling 2021-08-02 09:33:16 +02:00
Carles Fernandez 75eafeb44c Report MacOS architecture 2021-07-29 22:24:48 +02:00
Carles Fernandez 5f90820be8 Select C++23 if the environment allows for it
CMake >= 3.21, GCC >= 11, Clang >= 12, UHD < 4.0
2021-07-27 21:18:26 +02:00
Carles Fernandez ce49384004 Fix detection of std::filesystem in recent CMake versions 2021-07-27 11:10:52 +02:00
Carles Fernandez 7672533af5 Minor cosmetics: add two blank lines netween methods for consistency 2021-07-25 21:29:17 +02:00
Carles Fernandez 9d75a376d8 Fix license link in README file 2021-07-25 20:05:29 +02:00
Carles Fernandez 5920500f0e CI: fix prettier-markdown job 2021-07-25 19:44:01 +02:00
Carles Fernandez 7e5f8ecb2a Update changelog 2021-07-25 19:34:35 +02:00
Carles Fernandez c26f27e836 Update Armadillo local version 2021-07-25 19:31:45 +02:00
Carles Fernandez 63463eee71 Set BUILD_TESTIN to OFF by default when building cpu_features 2021-07-25 14:43:27 +02:00
Carles Fernandez 9e921d161c Update cpu_features to 628c50e with support for Apple M1 already merged 2021-07-25 14:09:03 +02:00
Carles Fernandez 9107705ba9 Add support for Apple M1 AArch64 architecture processor
Based on https://github.com/google/cpu_features/pull/150 and michaelld comments
2021-07-25 12:30:39 +02:00
Carles Fernandez b230c7c161 Merge branch 'jt3232-GnssSynchroDecimationFix' into next 2021-07-25 09:20:29 +02:00
Carles Fernandez d50cf07663 Merge branch 'GnssSynchroDecimationFix' of https://github.com/jt3232/gnss-sdr into jt3232-GnssSynchroDecimationFix 2021-07-25 09:20:07 +02:00
Jaxon Taylor c793ae9a77 Fixed GNSS Synchro Decimation
Signed-off-by: Jaxon Taylor <jt_3232@hotmail.com>
2021-07-24 23:10:49 -05:00
Carles Fernandez c6f43d40b6 Update changelog 2021-07-24 20:18:57 +02:00
Carles Fernandez 8ec3749efb Merge branch 'cmake321' into next 2021-07-24 18:55:30 +02:00
Carles Fernandez 80d390600b Merge branch 'update-icd' into next 2021-07-24 14:30:15 +02:00