-
Notifications
You must be signed in to change notification settings - Fork 0
boards: kudu: Telit LE910C1 LTE modem #683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Update zephyr fork with a range of features and fixes to support the Telit LE910C1 LTE modem. Signed-off-by: Jordan Yates <[email protected]>
Enable relevant keys by default when `MODEM_CELLULAR` is enabled. Signed-off-by: Jordan Yates <[email protected]>
Add support for the LTE RPCs when using the `MODEM_CELLULAR` subsystem instead of the native nRF91 library. Signed-off-by: Jordan Yates <[email protected]>
Enable a range of options by default when a `modem` alias exists. Signed-off-by: Jordan Yates <[email protected]>
Add a new backend for the monitor API that uses the `cellular_modem` API. Signed-off-by: Jordan Yates <[email protected]>
cad90ec
to
432fcf3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Add Telit LE910C1 LTE modem to the Kudu board files. Signed-off-by: Jordan Yates <[email protected]>
Recover the co-processor RRAM for the main application as well. Signed-off-by: Jordan Yates <[email protected]>
Add hardware validation tests for the cellular modems. Signed-off-by: Jordan Yates <[email protected]>
Add cellular modem validation for boards that have one. Signed-off-by: Jordan Yates <[email protected]>
Delay the fuel gauge testing by 1 second to give it time to startup properly. The BQ25798 doesn't transition to charging immediately after initialisation, even with charging voltages present. Signed-off-by: Jordan Yates <[email protected]>
Prefer the 2Mbit PHY by default for connections, since that allows a higher data transfer rate. This is still overridden to 1Mbit if the expected data throughput is sufficiently limited. Signed-off-by: Jordan Yates <[email protected]>
Update the application to work with `MODEM_CELLULAR` backend. Signed-off-by: Jordan Yates <[email protected]>
Enable build tests for `kudu`, which uses a `MODEM_CELLULAR` based LTE modem. Signed-off-by: Jordan Yates <[email protected]>
Setup defaults for APN configuration. Shift the default from `MODEM_CELLULAR_APN` to `INFUSE_MODEM_MONITOR_DEFAULT_PDP_APN`. Signed-off-by: Jordan Yates <[email protected]>
432fcf3
to
a7deab6
Compare
|
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.
Updates to support the Telit LE910C1 LTE CAT1 modem on the Kudu board