Skip to content

Commit b0760dc

Browse files
linguini1jerpelea
authored andcommitted
drivers/sensors/l86xxx: Use uORB GNSS lower-half
Changes the implementation of the L86xxx driver to use the gnss_lowerhalf driver implementation, simplifying this driver's logic. It also fixes the `read_line` function which would early return on `\r`, as well as adding some retries for response checking and better mutex locking. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
1 parent a8ac255 commit b0760dc

2 files changed

Lines changed: 84 additions & 180 deletions

File tree

drivers/sensors/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ endif # SENSORS_KXTJ9
841841
config SENSORS_L86_XXX
842842
bool "Quectel L86-XXX GNSS support"
843843
default n
844-
depends on SERIAL && STANDARD_SERIAL && UORB && GNSSUTILS_MINMEA_LIB
844+
depends on SERIAL && STANDARD_SERIAL && UORB && SENSORS_GNSS
845845
---help---
846846
Enable driver support for the L86-XXX series of GNSS modules.
847847

0 commit comments

Comments
 (0)