zephyr/drivers/gnss
Rob Newberry 3114ccf568 GNSS: Increase size of hdop
The valid range of hdop (horizontal diffusion of precision) goes
from 0-100000, but because we are using a uint16_t, we truncate
anything above UINT16_MAX.

This fix changes the size of the hdop member to a uint32_t, which
allows us to capture valid (but admittedly very poor) readings.

Signed-off-by: Rob Newberry <rob@zenomoto.com>
2024-04-09 11:05:38 +02:00
..
gnss_u_blox_protocol ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00
CMakeLists.txt ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00
gnss_dump.c drivers: gnss: use absolute values for signed fractionals 2023-11-29 14:30:40 +00:00
gnss_dump.h drivers: gnss: Add gnss_dump library 2023-10-30 11:43:19 -04:00
gnss_nmea0183.c GNSS: Increase size of hdop 2024-04-09 11:05:38 +02:00
gnss_nmea0183.h drivers: gnss: Add parsing utils for NMEA0183 2023-10-30 11:43:19 -04:00
gnss_nmea0183_match.c drivers: gnss: match: Change RMC/GGA sync from timeout to UTC 2024-01-18 10:55:17 +01:00
gnss_nmea0183_match.h drivers: gnss: match: Change RMC/GGA sync from timeout to UTC 2024-01-18 10:55:17 +01:00
gnss_nmea_generic.c modem: chat: remove receive and transmit timeouts 2024-01-25 11:22:42 +01:00
gnss_parse.c drivers: gnss: Fix typo in __ASSERT statement 2023-11-15 08:46:37 +00:00
gnss_parse.h drivers: gnss: Add GNSS parsing utilities 2023-10-30 11:43:19 -04:00
gnss_publish.c drivers: gnss: move gnss_publish.h in include/ 2023-11-29 14:30:40 +00:00
gnss_quectel_lcx6g.c drivers: gnss: lcx7g: Add Kconfigs for configurable buffers 2024-01-29 10:58:58 +00:00
gnss_u_blox_m10.c ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00
Kconfig ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00
Kconfig.generic drivers: gnss: add a generic NMEA GNSS driver 2023-11-28 15:33:28 +01:00
Kconfig.quectel_lcx6g drivers: gnss: lcx7g: Add Kconfigs for configurable buffers 2024-01-29 10:58:58 +00:00
Kconfig.u_blox_m10 ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00