-
Notifications
You must be signed in to change notification settings - Fork 72
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
Remove Nano S target #262
Remove Nano S target #262
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #262 +/- ##
==========================================
Coverage ? 84.77%
==========================================
Files ? 17
Lines ? 2187
Branches ? 0
==========================================
Hits ? 1854
Misses ? 333
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
883ad6e
to
42f8622
Compare
… using a hardcoded binary
…Nano S; default to 'nanosp' in tests
Co-authored-by: François Beutin <[email protected]>
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Removes the Nano S compilation target. Also removes some RAM and code size optimizations that are not longer worth the added code complexity.
The latest Nano S version is kept in the nanos branch.