-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Improve MKS Robin support #19333
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
thinkyhead
merged 46 commits into
MarlinFirmware:bugfix-2.0.x
from
robindubreuil:patch-1
Jan 7, 2021
Merged
Improve MKS Robin support #19333
Changes from 44 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
25b627e
Update pins_MKS_ROBIN.h
robindubreuil a79cbb9
Update pins_MKS_ROBIN.h
robindubreuil 4603812
Update pins_MKS_ROBIN.h
robindubreuil f0edf90
Apply auto-format
thinkyhead ec4da8e
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into pr/19333
thinkyhead 06a6bc8
0xFF
thinkyhead 3267e48
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into pr/19333
thinkyhead 1237a63
Use 0xFF (not 'ff') for byte transfer
thinkyhead 531b402
Move TFT_320x240 pin entries
thinkyhead 5864dd3
Catch undefined SPI_DEVICE
thinkyhead 1e51e45
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into pr/19333
thinkyhead 590076b
Don't fall back to BL24CXX
thinkyhead 52b7721
Allow touch calibration override
thinkyhead 1f0be57
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into pr/19333
thinkyhead 8817ba4
Merge branch 'bugfix-2.0.x' into patch-1
thinkyhead 3c2f121
Merge branch 'bugfix-2.0.x' into patch-1
thinkyhead ac0dfa7
Update pins_MKS_ROBIN.h
thinkyhead f845833
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into pr/19333
thinkyhead 7ed6851
Disable TFT_ILI9328 in the pins file
thinkyhead 839298e
Fix a TFT define
thinkyhead 447ce65
Update pins_MKS_ROBIN.h
robindubreuil 9c5c3ee
Update pins_MKS_ROBIN.h
robindubreuil ae2eacd
Update pins_MKS_ROBIN.h
robindubreuil d934d2d
Update pins_MKS_ROBIN.h
robindubreuil 24e88de
Update pins_MKS_ROBIN.h
robindubreuil 5624257
Update pins_MKS_ROBIN.h
robindubreuil 3d5802f
Apply auto-format
thinkyhead 8bd5ade
Move TFT_320x240 pin entries
thinkyhead db77533
Catch undefined SPI_DEVICE
thinkyhead ddb7fc4
Don't fall back to BL24CXX
thinkyhead d7c816e
Update pins_MKS_ROBIN.h
thinkyhead 6d5ab56
Disable TFT_ILI9328 in the pins file
thinkyhead 717e6d4
Fix a TFT define
thinkyhead c76b17a
Update pins_MKS_ROBIN.h
robindubreuil 366807a
Update pins_MKS_ROBIN.h
robindubreuil 7cee7b7
Align better with upstream changes
sjasonsmith 2eb769c
Rearrange and cleanup
sjasonsmith 569332e
Merge remote-tracking branch 'TheCodeExorcist/patch-1' into PRR/19333…
sjasonsmith e842cd4
Fix failed tests
sjasonsmith 683a6dc
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into pr/19333
thinkyhead 883ea5e
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into PRR/19333_p…
sjasonsmith 0d227ac
Remove ONBOARD SD from Robin
sjasonsmith 42c1496
outdated spi configs
rhapsodyv 8628b41
outdated TFT changes
rhapsodyv dfdaa88
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into pr/19333
thinkyhead 067d5be
Revert W25Qxx.cpp changes
thinkyhead 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
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 change seems like it does not belong with this PR. @rhapsodyv do you know anything about this?
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.
Sure. In fact we can just keep as it is today. I'm changing those spi calls anyway.
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.
Keep it as it is here today? Or keep it as it is in bugfix today, before these changes?