- Add support for differential GPS last time
- Rework library CMake with removed INTERFACE type
- Split
CMakeLists.txt
files between library and executable - Change license year to
2023
- Add
.clang-format
draft - Deprecate lowercase
lwgps_speed_xxx
enumeration. Temporary implement macro to keep backward compatibility. Will be removed in next major release - Improve
C++
port
- Add configuration settings to be consistend with other LwXX libraries
- Apply code style settings with Artistic style options
- Break compatibility with v1.x
- Function prefix set to
lwgps_
- Macros prefix set to
LWGPS_
- Added support for PUBX Ublox statement
- Use pre-increment instead of post-increment
- Remove buffer library and propose ringbuff instead
- Other code style enhancements
- Initial release