nuttx-apps/gpsutils
Huang Qi 1e4165220e gpusutils/minmea: Fix build break by wrong unpack path
minmea is not cover by CI and in current implementations,
the source files from downloaded tarball were put into root path in gpsutils/minmea instead of in $(MINMEA_DIR)/$(MINMEA_UNPACKNAME),
and then:
```
mv: cannot stat 'minmea-db46128e73cee26d6a6eb0482dcba544ee1ea9f5': No such file or directory
```

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2022-08-29 14:26:18 +08:00
..
minmea gpusutils/minmea: Fix build break by wrong unpack path 2022-08-29 14:26:18 +08:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
README.md Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00

gpsutils GPS Utilities

The gpsutils directory is used to include libraries from external projects that are not part of NuttX Applications, but are useful for NuttX developers and users.

minmea GPS NMEA 0183 parser

MINMEA is a NMEA parser developed by Kosma Moczek. Kosma is also a NuttX contributor.