-
Notifications
You must be signed in to change notification settings - Fork 12
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
New SDK feature disablers + USB disabler fix with DEBUG builds #397
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #397 +/- ##
=======================================
Coverage 69.09% 69.09%
=======================================
Files 11 11
Lines 864 864
=======================================
Hits 597 597
Misses 267 267
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is failing on many apps :/
@@ -33,18 +33,26 @@ void io_start(void) { | |||
void bolos_init_ios(void) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I' didn't know this exists... this is somehow a duplicate of what's done in lib_standard_app/main.c: common_app_init(). Maybe we can merge?
76e4f98
to
b105c0e
Compare
b105c0e
to
88ff945
Compare
e3f4693
to
8921ad5
Compare
Description
Changes include