This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GNSS change only: uGnssGetPortNumber(), uGnssPosGetStreamedStart() wi…
…thout uGnssPosGetStreamedStop(). (#1010) Similar to 795285c, uGnssPosGetStreamedStart() can now be called multiple times, without calling uGnssPosGetStreamedStop() first; the new settings will be applied. Similar to 132f338, uGnssPosGetStreamedStop() had an issue where it would not restore the previous message rates correctly when using the UART port on an M10 GNSS device; this is now fixed. As part of this change, a new GNSS API function is introduced: uGnssGetPortNumber(). This allows the internal port number, as seen by the GNSS device, to be read, required in order to set/get the values of `UBX-CFG-VAL` key IDs that are port-number dependent (e.g. the U_GNSS_CFG_VAL_KEY_ID_MSGOUT_XXX key IDs).
- Loading branch information
Showing
7 changed files
with
292 additions
and
161 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.