-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
Add support for SEQURE S99, and new Rev. of S60P #1920
Open
jonasius
wants to merge
39
commits into
Ralim:dev
Choose a base branch
from
jonasius:dev
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
653a080
Add support for Sequre S99, copied S60P settings
jonasius 1521b5e
Add S99
jonasius a3b7abb
Add Sequre S99 with correct bootloader offset
jonasius 5ea42a8
Add whitespaces according to coding style
jonasius 2c5d2a0
Add whitespaces according to coding style
jonasius a306de5
Merge branch 'Ralim:dev' into dev
jonasius e327be5
Correct debug menu "Tip R" to "Tip uV"
jonasius a2615a5
Use SettingsOptions::PDNegTimeout in FS2711 driver
jonasius 31ff398
Correct debug menu "Tip R" to "Tip uV"
jonasius 6e53d85
Rename Sequre_S60 folder to Sequre
jonasius 6ef1fbd
Support for S99
jonasius da28492
Add define for USB_PD_TIMEOUT, the default value for PDNegTimeout
jonasius f5d6d8b
Add define for USB_PD_TIMEOUT, the default value for PDNegTimeout
jonasius 8514edf
Fix clang-format code style mismatches
jonasius b772e1d
Add S99 to overview table
jonasius c8c36d2
Fix clang-format code style mismatches
jonasius a626d5a
Fix missing PD related description of menu items and messages for POW…
jonasius c776390
Add pins for S99 v1.5 and probably S60P v1.2
jonasius e911726
Add experimental detection of separate USB-PD I2C bus for S99 v1.5 an…
jonasius 51e08f3
Fix clang-format issues
jonasius 0d74f77
Code cleanup, always init both I2C bus
jonasius 56b91ac
Add missing __HAL_RCC_GPIOB_CLK_ENABLE
jonasius e6a3f38
4x faster PWM, add Timer changes from #1926
jonasius 69493ba
Add missing braces
jonasius 6ad0b65
Correct README to Sequre S60, S60P and S99
jonasius 4634fa8
Fix showing displayPowerMenu for POW_PD and POW_PD_EXT 2
jonasius f21630e
Enable/add DC support for S60P
jonasius 693c1a3
Merge branch 'dev' into dev
jonasius fa3d4d4
Merge branch 'dev' into dev
discip ae21be2
Merge branch 'dev' into dev
discip e79687e
Set equal USB_PD_TIMEOUT for all Sequre irons
jonasius a2734ee
Fix i2c_probe function
jonasius fcb1b37
Merge branch 'dev' of https://github.com/jonasius/IronOS into dev
jonasius a132d37
Merge remote-tracking branch 'upstream/dev' into dev
jonasius e667189
Add MODEL_S99
jonasius 4b340c5
Add THERMAL_RUNAWAY config values for S99
jonasius 2679a79
Merge branch 'dev' into dev
discip b036da9
Merge branch 'dev' into dev
discip 35fd2f5
Merge branch 'dev' into dev
discip 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ jobs: | |
"S60", | ||
"S60P", | ||
"T55", | ||
"S99", | ||
"TS101", | ||
] | ||
fail-fast: true | ||
|
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
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
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
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
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
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
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
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.
👍🏼