Using Secure Element Global instance#599
Open
andreagilardoni wants to merge 3 commits into
Open
Conversation
8 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #599 +/- ##
=======================================
Coverage 94.73% 94.73%
=======================================
Files 32 32
Lines 1482 1482
=======================================
Hits 1404 1404
Misses 78 78 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Memory usage change @ 7b3cf81
Click for full report table
Click for full report CSV |
f8f3988 to
030737f
Compare
|
Memory usage change @ 030737f
Click for full report table
Click for full report CSV |
030737f to
f9be8a4
Compare
Adding warning message when secure element doesn't define a global instance, in order to favor transition to next version of iot cloud and secure element interaction
tranistion from ECCX08 to SecureElement instance usage
f9be8a4 to
44b6f86
Compare
|
Memory usage change @ 44b6f86
Click for full report table
Click for full report CSV |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generalization of Secure element usage, from ECCX08. Using Secure Element instance, instead of local one.
depends on:
This pr is meant to be merged on top of #600 and #601