-
Notifications
You must be signed in to change notification settings - Fork 0
3 update the stcc4 sensor code for the thermometer example #4
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
Merged
v2016e
merged 25 commits into
main
from
3-update-the-stcc4-sensor-code-for-the-thermometer-example
Jun 30, 2026
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
b4283e9
Updati STCC4 driver.
dmitriyk-aethernet 217e4f3
Fixing WiFi SSID name bug.
dmitriyk-aethernet 01c390c
Updating Power ON logic for STCC4 sensor.
dmitriyk-aethernet e86e3ff
Updating IO pins.
dmitriyk-aethernet 698241c
Test build.
dmitriyk-aethernet 251c212
Test build.
dmitriyk-aethernet a3daffc
Test build.
dmitriyk-aethernet b8dbf65
Test build.
dmitriyk-aethernet 02550bb
Test build.
dmitriyk-aethernet d1086a1
Test build.
dmitriyk-aethernet 6a496d7
Fixing Ci/Cd.
dmitriyk-aethernet 33156c1
Fixing BOARD definition for the ULP build.
dmitriyk-aethernet d3268f3
Fixing target_compile_definitions for BOARD.
dmitriyk-aethernet 617ef3f
Fixing Ci/Cd build.
dmitriyk-aethernet 8189829
Merge branch 'main' into 3-update-the-stcc4-sensor-code-for-the-therm…
dmitriyk-aethernet 9b1d1b7
Fixing gitmodules.
dmitriyk-aethernet 258ff5b
Removing submodules.
dmitriyk-aethernet 517b5dc
Deleting aether-client-cpp submodule.
dmitriyk-aethernet ea52a70
Fixing comments.
dmitriyk-aethernet 5510419
Migrating to the new ESP32 I2C driver.
dmitriyk-aethernet 67c5beb
Updating STCC4 ULP code.
dmitriyk-aethernet 8acaaa8
Updating I2C speed.
dmitriyk-aethernet 40f8dce
Merge branch 'main' into 3-update-the-stcc4-sensor-code-for-the-therm…
dmitriyk-aethernet b6a0cab
Fixing issues based on the results of review.
dmitriyk-aethernet cef2dec
Removing some unnecessary preprocessor directives.
dmitriyk-aethernet 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,12 @@ | ||
| sdkconfig* | ||
| !sdkconfig.defaults | ||
|
|
||
| # Build directory | ||
| build/ | ||
|
|
||
| # IDE directory | ||
| .pio | ||
| .vscode | ||
|
|
||
| # CLang | ||
| .clangd |
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
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
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
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
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
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
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
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 looks really complicated!
First of all you should use
configure_filecmake command for this.Did you check what
BOARDvariable is not visible inside ulp/CMakeLists.txt ?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.
Maybe later.