zephyr/drivers/gnss
Jakob Riepler 7512eb0b65 drivers: fix support for U-Blox M10 modules with M8 driver
The U-Blox M10 seems to interleave UBX and NMEA messages in a way that
confuses the M8 driver leading to missing the same message that directly
follows the UBX part every time (leading to no navigation updates).
As the driver does not parse the UBX blocks during normal operation anyways
it can just be disabled.

Signed-off-by: Jakob Riepler <jakob+zephyr@chaosfield.at>
2025-03-26 07:08:27 +01:00
..
gnss_u_blox_protocol
CMakeLists.txt
gnss_dump.c
gnss_dump.h
gnss_emul.c
gnss_luatos_air530z.c
gnss_nmea0183_match.c
gnss_nmea0183_match.h
gnss_nmea0183.c
gnss_nmea0183.h
gnss_nmea_generic.c
gnss_parse.c
gnss_parse.h
gnss_publish.c
gnss_quectel_lcx6g.c
gnss_u_blox_m8.c drivers: fix support for U-Blox M10 modules with M8 driver 2025-03-26 07:08:27 +01:00
Kconfig
Kconfig.emul
Kconfig.generic
Kconfig.luatos_air530z
Kconfig.quectel_lcx6g
Kconfig.u_blox_m8