ZEEZF7 MSP-based GPS, magnetometer and barometer #6464
Merged
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.
The Zeez F7 (
ZEEZF7
target) does not use I2C which means in its current form it is not really useful for iNav since there is no way to use a magnetometer or barometer. GPS can work over MSP protocol.The MATEKSYS M8Q-CAN GPS module offers the ability to access GPS, magnetometer and barometer all over MSP protocol via UART, therefore it becomes useful to enable this ability in the ZEEZF7 target. The module contains:
This pull request modifies the target definition to enable these devices over MSP protocol.