GPS implementation (#216)

Implemented basic GPS support:
- GPS HAL
- GPS Service
- GPS Settings app
This commit is contained in:
Ken Van Hoeylandt
2025-02-11 23:46:52 +01:00
committed by GitHub
parent 2345ba6d13
commit 14e459e50f
36 changed files with 2596 additions and 30 deletions
+6
View File
@@ -39,6 +39,12 @@ Website: https://github.com/nayarsystems/posix_tz_db
License: [MIT](https://github.com/nayarsystems/posix_tz_db/blob/master/LICENSE)
### Minmea
Website: https://github.com/kosma/minmea
License: [WTFPL](https://github.com/kosma/minmea/blob/master/LICENSE.grants), [LGPL 3.0](https://github.com/kosma/minmea/blob/master/LICENSE.LGPL-3.0), [MIT](https://github.com/kosma/minmea/blob/master/LICENSE.MIT)
### Other Components
See `/components` for the respective projects and their licenses.