zephyr/drivers/gnss
Jordan Yates d97cc46bdd gnss: rename u-blox M10 driver to M8
The driver in tree is for u-blox M8 devices, not M10. The M10 series
devices (from Protocol Version 23.01) use a different, non backwards
compatible interface for configuring the modem behaviour.

Of the two boards tested in the original PR, the "VMU RT1170" is
explicitly listed as having a u-blox NEO-M8N modem, while I have
been unable to find any information online about the "FMURT6" board.

Leaving the naming as-is will cause problems when M10 drivers are
contributed.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2024-08-26 17:27:12 -04:00
..
gnss_u_blox_protocol gnss: gnss_u_blox_protocol: fix typos 2024-07-29 14:12:53 +02:00
CMakeLists.txt gnss: rename u-blox M10 driver to M8 2024-08-26 17:27:12 -04:00
Kconfig gnss: rename u-blox M10 driver to M8 2024-08-26 17:27:12 -04:00
Kconfig.emul drivers: gnss: update drivers to select reference frame 2024-07-31 10:07:19 +02:00
Kconfig.generic drivers: gnss: update drivers to select reference frame 2024-07-31 10:07:19 +02:00
Kconfig.luatos_air530z drivers: gnss: update drivers to select reference frame 2024-07-31 10:07:19 +02:00
Kconfig.quectel_lcx6g drivers: gnss: update drivers to select reference frame 2024-07-31 10:07:19 +02:00
Kconfig.u_blox_m8 gnss: rename u-blox M10 driver to M8 2024-08-26 17:27:12 -04:00
gnss_dump.c drivers: gnss: use absolute values for signed fractionals 2023-11-29 14:30:40 +00:00
gnss_dump.h
gnss_emul.c drivers: gnss: make `gnss_xxx_config` and `gnss_driver_api` as `const` 2024-06-12 12:47:34 -04:00
gnss_luatos_air530z.c modem: pipe: Add explicit timeout to sync APIs 2024-07-29 14:14:42 +02:00
gnss_nmea0183.c drivers: gnss: Use correct GGA Elevation field 2024-04-23 19:46:42 -04:00
gnss_nmea0183.h
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: pipe: Add explicit timeout to sync APIs 2024-07-29 14:14:42 +02:00
gnss_parse.c drivers: gnss: Fix typo in __ASSERT statement 2023-11-15 08:46:37 +00:00
gnss_parse.h
gnss_publish.c drivers: gnss: gnss_publish: Use sem for locking 2024-05-02 22:44:19 +01:00
gnss_quectel_lcx6g.c modem: pipe: Add explicit timeout to sync APIs 2024-07-29 14:14:42 +02:00
gnss_u_blox_m8.c gnss: rename u-blox M10 driver to M8 2024-08-26 17:27:12 -04:00