commit | d8bb7c87cf48aa68ca6ce213ba62eaa40ad21485 | [log] [tgz] |
---|---|---|
author | Bjarki Arge Andreasen <bjarkix123@gmail.com> | Thu Aug 31 18:23:13 2023 +0200 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 30 11:43:19 2023 -0400 |
tree | af7de29fdeb1f5209e70604080f0d8b398d70e71 | |
parent | 4cfea4a520278fd712dd8cb3444f1c4e70cd1153 [diff] |
drivers: gnss: Add parsing utils for NMEA0183 This commit adds utilites to parse the RMC and GGA NMEA0183 messages, which contain all data which shall be published using the struct gnss_data. It also adds a test suite for the added utilities. Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>