-
Notifications
You must be signed in to change notification settings - Fork 53
Offline mode new boards+components. #788
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
tyeth
merged 34 commits into
adafruit:offline-mode
from
tyeth:offline-mode-flattened-new-2025-08-08
Aug 15, 2025
Merged
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
f4c149b
Library updates
tyeth 28661b6
Online build changes - esptool/web-native-usb targets
tyeth 0e7a9db
Offline build task - web-native-usb + boards ref
tyeth 68c597a
New board targets (S3 XIAO/Espressif DevkitC)
tyeth d6d0f7f
Wokwi build defines for platformIO sketch
tyeth 5546bd0
Add .clang-format file
tyeth 33b202e
Add OMRON D6T-1A
tyeth 393e70a
remove commented out milesburton library for v2
tyeth a9ae906
Add global skip option for auto config [exportedFromDevice.autoConfig]
tyeth bf1498f
Add PCF8563 RTC for XIAO expansion board
tyeth 544b78c
WIP: autoConfig getting written as null to config.json
tyeth fe43d5a
fix(autoconfig): stop writing config if global auto off.
tyeth 871ce8e
fix(autoconfig): don't run against 0x51 (PCF8563)
tyeth cae5157
chore(gitignore): cleanup cpp sketch asset
tyeth 4b70a62
fix(clang): add clang format file to root, and run against PR
tyeth 00adc77
clang format
tyeth 0c34fe5
Refactor INA260 and add INA237/238
tyeth 38af67b
Add INA228, set INA2xx shunt/avg/conv.times
tyeth 9615ffb
clang-format
tyeth ed15084
clang-format
tyeth 8fdba69
fix(INA260): millivolts returned by readBusVoltage
tyeth f735ef0
clang format
tyeth 8cd03e5
Merge pull request #6 from tyeth/offline-mode-INA-refactor-from-flat0808
tyeth 940d6c6
fix(rp2): include <functional> in i2c drvBase.h
tyeth 5ddf1e2
Add esp32s3 devkitc-1 N8, and XIAO S3 sense to build targets
tyeth 4e15adb
Stop failing if no esptool section for board
tyeth 626e6f9
Add defaults for remaining fromJson esptool bits
tyeth 50e8153
Test Skip and Generate files for Xiao + Espressif Devkit S3
tyeth 890a87b
Support no default CS pin for espressif S3 devkit
tyeth b04f17c
fix(hdc302x): Add strcmp for hdc302x + header
tyeth 355a444
Swap boards to offline-mode branch
tyeth 3090f58
Drop arch specific SD CS pins
tyeth e12df19
Merge branch 'offline-mode-flattened-new-2025-08-08' of https://githu…
tyeth 346c4c0
Address PR feedback from @brentru
tyeth 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
1 change: 1 addition & 0 deletions
1
examples/Wippersnapper_demo_offline_netiface/.esp32s3_devkitc_1_n8.generate
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
1 change: 1 addition & 0 deletions
1
examples/Wippersnapper_demo_offline_netiface/.xiao_esp32s3.generate
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
1 change: 1 addition & 0 deletions
1
examples/Wippersnapper_demo_offline_nonetiface/.esp32s3_devkitc_1_n8.test.skip
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
1 change: 1 addition & 0 deletions
1
examples/Wippersnapper_demo_offline_nonetiface/.xiao_esp32s3.test.skip
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.