minmea: bump version to current master#11579
Merged
maribu merged 3 commits intoRIOT-OS:masterfrom May 25, 2019
Merged
Conversation
With `newlib-nano` and other smaller `libc`s the output of floats does not work with `printf()`. Since minmea uses floating point operations I used `fmt` instead.
$ git log --oneline dbf51f03c5058746b4c4b3d6fdcd3d0357c5da36..HEAD ae4dd94 Merge pull request #38 from noahp/noahp/check-url b1371aa 🔗 update Check link 65bf740 Merge pull request #35 from gdpinchina/master 61c6ef7 fix test for gga 4514f6d fix test for gga 113221d fix test for gga 35b00bc fix test in gga 9fcd245 remove indent 59c3e0a fix gga char alignment problem in test.c 79b964a modefy initialization for dgps_age c4a5a01 modify dgps_age type c01cbcf modify dgps_age type cd27e72 Merge pull request #29 from swilson/master 4d97109 Fix compiler warnings. 0456bbb Define timegm 04f1141 Add TI-RTOS compat header 8e4fc4e README.md: formatting fixes 0b02771 minmea.h: add Windows compatibility layer ded4faf Merge pull request #25 from asund/master f50449e Fixup whitespace 80af9b4 * Arrange year interpretation in order of likeliness * Add unit tests ef8bca7 clarity of century use in struct tm 486da2b Small fixes to minmea_gettime * Handle four digit years provided by ZDA in minmea_gettime * Assume GPS epoch to allow dates prior 2000 to be parsed
The reason for the blacklisting was fixed in the current version of minmea.
maribu
approved these changes
May 25, 2019
Member
maribu
left a comment
There was a problem hiding this comment.
Tested successfully on the bluepill using tests/pkg_minmea.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
While reviewing #11227, I noticed, that the problem for ATmega platforms with the
minmeapackage is easily fixable. And indeed it was fixed upstream. In addition to the fix and the removal of the blacklisting of the ATmega platforms for the test application, I also adapted the test application to usefmtso one also gets a sensible output with it for smaller platforms andnewlib-nano.Testing procedure
I tested on
samr21-xpro,native,arduino-mega2560, andarduino-leonardo.Issues/PRs references
None