-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Esp insights library support #7566
Merged
Merged
Changes from 8 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
0116e1d
ESP Insights: Added library support
sanketwadekar 87d179e
ESP Insights: Added Examples
sanketwadekar 48a6b7b
ESP Insights: Added custom partitions file
sanketwadekar 2456199
ESP Insights: Added API documentation.
sanketwadekar 76977d1
Added recipe and script to create Insights package
sanketwadekar 87accc0
Merge branch 'master' into esp_insights
me-no-dev 86e0600
Fix postobjcopy script on UNIX
me-no-dev 10f7c9a
Fix VariablesClass::deinitNetworkVariables not returning
me-no-dev 227b36a
Updated ESP Insights examples.
sanketwadekar 0bd1a16
Changed Insights Firmware package output directory
sanketwadekar c139bab
Added Insights partition scheme to more boards.
sanketwadekar f059e15
Changed license to include SPDX license
sanketwadekar 98ae75c
Added newline at the end of files
sanketwadekar 6dcea99
Small script fixes
me-no-dev 82620a0
Merge branch 'master' into esp_insights
me-no-dev 8e7c562
Fix Insights package for Windows
me-no-dev d273cbb
Updated .exe of insights script
sanketwadekar edfd14f
Added coredump partition to all schemes
sanketwadekar c501198
Updated header files of Insights diagnostics
sanketwadekar d9d344e
Added example to insights doc
sanketwadekar 595da64
hotfix: Added elf-sha256-offset flag in elf2bin
sanketwadekar edc9b09
Merge branch 'master' into esp_insights
sanketwadekar 14d9c41
Update API to be more Arduino-like and partitions offsets
me-no-dev ca0b512
Revert adding insights partitions
me-no-dev 07b985e
Fix docs
me-no-dev a4d6a40
minor fixed of example and docs
me-no-dev fb38f84
Update DiagnosticsSmokeTest.ino
me-no-dev b1a36ba
Update Insights.cpp
me-no-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
this should be added to the other dev boards as well
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.
PTAL