Skip to content
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 28 commits into from
Dec 22, 2022
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0116e1d
ESP Insights: Added library support
sanketwadekar Dec 1, 2022
87d179e
ESP Insights: Added Examples
sanketwadekar Dec 6, 2022
48a6b7b
ESP Insights: Added custom partitions file
sanketwadekar Dec 7, 2022
2456199
ESP Insights: Added API documentation.
sanketwadekar Dec 9, 2022
76977d1
Added recipe and script to create Insights package
sanketwadekar Dec 13, 2022
87accc0
Merge branch 'master' into esp_insights
me-no-dev Dec 20, 2022
86e0600
Fix postobjcopy script on UNIX
me-no-dev Dec 21, 2022
10f7c9a
Fix VariablesClass::deinitNetworkVariables not returning
me-no-dev Dec 21, 2022
227b36a
Updated ESP Insights examples.
sanketwadekar Dec 21, 2022
0bd1a16
Changed Insights Firmware package output directory
sanketwadekar Dec 21, 2022
c139bab
Added Insights partition scheme to more boards.
sanketwadekar Dec 20, 2022
f059e15
Changed license to include SPDX license
sanketwadekar Dec 21, 2022
98ae75c
Added newline at the end of files
sanketwadekar Dec 21, 2022
6dcea99
Small script fixes
me-no-dev Dec 21, 2022
82620a0
Merge branch 'master' into esp_insights
me-no-dev Dec 21, 2022
8e7c562
Fix Insights package for Windows
me-no-dev Dec 21, 2022
d273cbb
Updated .exe of insights script
sanketwadekar Dec 21, 2022
edfd14f
Added coredump partition to all schemes
sanketwadekar Dec 21, 2022
c501198
Updated header files of Insights diagnostics
sanketwadekar Dec 21, 2022
d9d344e
Added example to insights doc
sanketwadekar Dec 22, 2022
595da64
hotfix: Added elf-sha256-offset flag in elf2bin
sanketwadekar Dec 22, 2022
edc9b09
Merge branch 'master' into esp_insights
sanketwadekar Dec 22, 2022
14d9c41
Update API to be more Arduino-like and partitions offsets
me-no-dev Dec 22, 2022
ca0b512
Revert adding insights partitions
me-no-dev Dec 22, 2022
07b985e
Fix docs
me-no-dev Dec 22, 2022
a4d6a40
minor fixed of example and docs
me-no-dev Dec 22, 2022
fb38f84
Update DiagnosticsSmokeTest.ino
me-no-dev Dec 22, 2022
b1a36ba
Update Insights.cpp
me-no-dev Dec 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ set(LIBRARY_SRCS
libraries/HTTPClient/src/HTTPClient.cpp
libraries/HTTPUpdate/src/HTTPUpdate.cpp
libraries/LittleFS/src/LittleFS.cpp
libraries/Insights/src/Insights.cpp
libraries/Insights/src/Metrics.cpp
libraries/Insights/src/Diagnostics.cpp
libraries/Insights/src/Variables.cpp
libraries/I2S/src/I2S.cpp
libraries/NetBIOS/src/NetBIOS.cpp
libraries/Preferences/src/Preferences.cpp
Expand Down Expand Up @@ -184,6 +188,7 @@ set(includedirs
libraries/HTTPClient/src
libraries/HTTPUpdate/src
libraries/LittleFS/src
libraries/Insights/src
libraries/I2S/src
libraries/NetBIOS/src
libraries/Preferences/src
Expand Down
79 changes: 79 additions & 0 deletions boards.txt

Large diffs are not rendered by default.

Loading