Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Merging release_candidate: updates for v1.8.8 #155

Merged
merged 42 commits into from
Dec 5, 2020
Merged

Conversation

PaulZC
Copy link
Collaborator

@PaulZC PaulZC commented Dec 1, 2020

No description provided.

vid553 and others added 30 commits September 4, 2020 00:03
This commit adds _all_ the keys from the ZED-F9P Interface Description. The ones Morten extracted plus all the others. They're included as const uint32_t. I was puzzled about why there were no duplications with the existing keys. And the reason is that the existing keys are all prefixed with UBLOX_. So, we have a decision to make. Leave them as-is? Or add UBLOX_ to all of them? Or remove UBLOX_ from all of them?
Adding **all** the keys. **Note:** they are all prefixed UBLOX_
Adds support for auto-reporting DOP values
Add gnssfix valid status and whether differential has been applied
NAV-PVT velocity parameters parsed.
Zephyr port of this library (I2C only)
Corrected some bit fields and ANDs in the dead-reckoning functions.
Added extractSignedLong to avoid casting ambiguity.
Corrected getRELPOSNED for the M8. Function now supports both the M8 and F9.
PaulZC and others added 11 commits November 17, 2020 12:14
… checked against MAX_PAYLOAD_SIZE, but incomingUBX can also be packetAck or packetBuf which have much smaller buffers of only 2 bytes)
pushRawData allows (e.g.) RTCM data to be pushed directly to the module
Tested with updated versions of the ZED-F9P Example3 (RTCM base) and Example5 (Relative Positioning)
@PaulZC PaulZC requested a review from nseidle December 1, 2020 15:35
Copy link
Member

@nseidle nseidle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good. The duplicate Zepyhr cpp and h files worry me that we'll have to maintain to the core library over time but it's workable.

@PaulZC PaulZC merged commit 9fc9c03 into master Dec 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
6 participants