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

Add support for router firmware #85

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
Open

Conversation

tl-sl
Copy link
Contributor

@tl-sl tl-sl commented Nov 4, 2024

Implement a new protocol for communicating with the builtin CLI on Silabs router firmware and integrate through out. This will allow to probe and flash router firmware

Router firmware must implement a custom CLI command bootloader reboot that calls the bootloader_rebootAndInstall api.

This has been tested both standalone and integrated with sl-web-tools.

Probe of CPC 115200 is fixed in #86, but also requires router firmware built with SL_CLI_LOCAL_ECHO: 0

@codecov-commenter
Copy link

codecov-commenter commented Nov 4, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 36.36364% with 56 lines in your changes missing coverage. Please review.

Project coverage is 66.46%. Comparing base (b009196) to head (d4271df).
Report is 12 commits behind head on dev.

Files with missing lines Patch % Lines
universal_silabs_flasher/router.py 35.21% 46 Missing ⚠️
universal_silabs_flasher/flasher.py 27.27% 8 Missing ⚠️
universal_silabs_flasher/flash.py 33.33% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #85      +/-   ##
==========================================
+ Coverage   61.78%   66.46%   +4.68%     
==========================================
  Files          14       15       +1     
  Lines        1748     1822      +74     
==========================================
+ Hits         1080     1211     +131     
+ Misses        668      611      -57     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@tl-sl
Copy link
Contributor Author

tl-sl commented Nov 24, 2024

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.

3 participants