zephyr/drivers/gnss
Tomi Fontanilles b4c8d47536 drivers: gnss: nmea_generic: some fixes/improvements
- Configure a UART TX buffer; the backend would otherwise assert in
its configuration or (if the asserts are off) miserably fail when
trying to send anything to the GNSS modem.
- Fine tune the UART RX buffer size and make it depend on whether
satellite data is received.
- Remove unused k_spinlock.
- Make declaration of Kconfig items dependent on GNSS_NMEA_GENERIC
conditional.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2024-04-24 15:00:10 -04: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
gnss_nmea0183.c drivers: gnss: Use correct GGA Elevation field 2024-04-23 19:46:42 -04: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 drivers: gnss: nmea_generic: some fixes/improvements 2024-04-24 15:00:10 -04: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 modem: chat: implement helper defines/structs 2024-04-24 15:00:10 -04: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: nmea_generic: some fixes/improvements 2024-04-24 15:00:10 -04: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