Ken Van Hoeylandt
b85ef7a2e7
UART refactored ( #236 )
...
`Uart` is now an abstract class with a `UartEsp` and a `UartPosix` implementation.
2025-02-26 17:13:37 +01:00
Ken Van Hoeylandt
5055fa7822
Improved GPS Settings app and GPS service ( #222 )
...
- Fixes and improvements to `GpsSettings` app, `GpsDevice` and `GpsService`
- Implemented location/GPS statusbar icon
- Added app icon
- Added support for other GPS models (based on Meshtastic code)
2025-02-18 22:07:37 +01:00
Ken Van Hoeylandt
55bfb9fe3b
Lockable renamed to Lock ( #219 )
...
Also changed usage from unique_ptr to class value.
2025-02-12 22:28:22 +01:00
Ken Van Hoeylandt
2e86d4774b
Added HAL docs, improved HAL init&locking ( #218 )
2025-02-12 18:12:20 +01:00
Ken Van Hoeylandt
14e459e50f
GPS implementation ( #216 )
...
Implemented basic GPS support:
- GPS HAL
- GPS Service
- GPS Settings app
2025-02-11 23:46:52 +01:00
Ken Van Hoeylandt
c5fc8790bb
Implement UART HAL ( #212 )
...
- Implement UART HAL
- Improved I2C and SPI HAL mocking mechanism (removed mock files)
2025-02-08 23:10:31 +01:00