From bbcf0dc23a8232005c14b062c175eb60d6d81a80 Mon Sep 17 00:00:00 2001 From: haopengxiang Date: Thu, 14 Nov 2024 00:10:01 +0800 Subject: [PATCH] libs/libc/gpsutils: add GPSUTILS_MINMEA_VERSION_4_10 support --- libs/libc/gnssutils/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/libs/libc/gnssutils/Kconfig b/libs/libc/gnssutils/Kconfig index 5dde471e758..2b825c2108a 100644 --- a/libs/libc/gnssutils/Kconfig +++ b/libs/libc/gnssutils/Kconfig @@ -12,3 +12,15 @@ config GNSSUTILS_MINMEA_LIB NOTE: This library depends on having some version of math.h at include/nuttx. There are some different ways to accomplish this. See the discussion in the top-level nuttx/README.txt file. + +if GNSSUTILS_MINMEA_LIB + +config GNSSUTILS_MINMEA_VERSION_4_10 + bool "MINMEAD NMEA version 4.10" + default n + ---help--- + Enable support for nmea version 4.10. + NOTE: This library depends on gps gnssutils/minmea. + Open when get nmea data with version 4.10 + +endif