Tactility/Drivers/gps-generic-module
Ken Van Hoeylandt b3860a2640 Fix
2026-07-25 14:47:24 +02:00
..
2026-07-25 01:37:53 +02:00
2026-07-25 01:37:53 +02:00
Fix
2026-07-25 14:47:24 +02:00
2026-07-25 01:37:53 +02:00
2026-07-25 01:37:53 +02:00
2026-07-25 01:37:53 +02:00
2026-07-25 14:27:41 +02:00

gps-generic-module

Kernel driver implementing the GPS_TYPE/GpsApi interface with for generic UART-connected GPS/GNSS receivers: NMEA parsing for MTK, Airoha/AG33xx, ATGM336H/CASIC, Unicore UC6580 and u-blox 6/7/8/9/10 modules.

It is ported from Meshtastic Firmware, so it has a GPL v3.0 license.

License

This module is licensed under GPL-3.0-or-later (see LICENSE-GPL-3.0.md), separately from the rest of Tactility (Apache-2.0). The probing and initialization logic (source/probe.cpp, source/init.cpp, source/ublox.cpp and their private headers) is ported from meshtastic/firmware (GPL-3.0-or-later); see the From: <url> comments in those files for the exact origin of each ported function.