-
-
Notifications
You must be signed in to change notification settings - Fork 17
Migrate Nina firmwares to plugin system #208
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
Conversation
0fb1e80
to
9397175
Compare
…ds.json` file This way we have to modify this file only to add support for new boards. The `generate_boards_json()` function have been split: this way we can remove the old one when the time comes.
9397175
to
bf3cd6f
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #208 +/- ##
=====================================
Coverage 6.63% 6.63%
=====================================
Files 24 24
Lines 2154 2154
=====================================
Hits 143 143
Misses 1953 1953
Partials 58 58
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
8eb340f
to
bf3cd6f
Compare
I've changed the
generate.py
python script to generate the required json file for theplugin_firmware_index.json
file.Along the way, I performed some optimizations. Further details in the commit messages.
Close #195