Skip to content
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

Allow users to reconfigure peripheral baudrate #55

Closed
wants to merge 1 commit into from

Conversation

MathiasKoch
Copy link
Member

Add error return types allowing users to reconfigure UART peripheral baudrates above autobauding limits

Fixes #12

@codecov-commenter
Copy link

Codecov Report

Merging #55 (0493f90) into master (0adc3f7) will decrease coverage by 0.18%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #55      +/-   ##
=========================================
- Coverage   10.00%   9.81%   -0.19%     
=========================================
  Files          54      56       +2     
  Lines        1510    1538      +28     
  Branches      345     354       +9     
=========================================
  Hits          151     151              
- Misses       1329    1357      +28     
  Partials       30      30              
Impacted Files Coverage Δ
ublox-cellular/src/client.rs 0.00% <0.00%> (ø)
ublox-cellular/src/command/control/mod.rs 0.00% <0.00%> (ø)
ublox-cellular/src/command/control/responses.rs 0.00% <0.00%> (ø)
ublox-cellular/src/command/control/types.rs 0.00% <0.00%> (ø)
ublox-cellular/src/command/general/responses.rs 0.00% <0.00%> (ø)
ublox-cellular/src/config.rs 0.00% <ø> (ø)
ublox-cellular/src/error.rs 0.00% <0.00%> (ø)
ublox-cellular/src/network.rs 13.22% <0.00%> (-0.06%) ⬇️
ublox-cellular/src/power.rs 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0adc3f7...0493f90. Read the comment docs.

@MathiasKoch
Copy link
Member Author

Closing this, as we want to handle this differently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow increasing baudrate
2 participants