-
Notifications
You must be signed in to change notification settings - Fork 89
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
Implement independent ASHv2 protocol parsing #606
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #606 +/- ##
==========================================
- Coverage 99.73% 99.69% -0.04%
==========================================
Files 74 75 +1
Lines 4818 4996 +178
==========================================
+ Hits 4805 4981 +176
- Misses 13 15 +2 ☔ View full report in Codecov by Sentry. |
Implements ASHv2 as a separate protocol layer.
For now, it is independent of the
uart
module.