Skip to content

2nd prerelease for hw 2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@MaxBaex MaxBaex released this 03 Mar 19:41
· 276 commits to master since this release
2e9b6fc

Improved robustness in case there is a distorted unrealistic GNSS signal by clipping the output values in the NMEA formatters.

Fixed a bug which caused that parts of the DGNSS driver have been used for the M9N module.

There are rarely some crashes caused by the FPU detecting a float, running out its value range (NaN). The system recovers quickly from these crashes. The FPU exception could be disabled by flushing all NaNs to 0. We decided to keep this exception active in order to track the occurrences.