-
Notifications
You must be signed in to change notification settings - Fork 7.6k
IDF release/v5.4 #11212
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
Merged
IDF release/v5.4 #11212
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d0ac7fe
IDF release/v5.4 4354c308
me-no-dev 3cf686e
IDF release/v5.4 a218e3f5
me-no-dev b49226a
IDF release/v5.4 17a24612
me-no-dev 631cf8d
IDF release/v5.4 6f13ac08
me-no-dev f80809d
IDF release/v5.4 6897a7bf
me-no-dev 919d403
IDF release/v5.4 72de7111
me-no-dev a904ace
IDF release/v5.4 8e473c6b
me-no-dev 8d85074
IDF release/v5.4 ef1a5075
me-no-dev 24557b9
IDF release/v5.4 3ad36321
me-no-dev 423508e
IDF release/v5.4 b4bbfe16
me-no-dev 320d6e6
IDF release/v5.4 986a52a5
me-no-dev 6d372b3
IDF release/v5.4 92a5676c
me-no-dev d08de53
IDF release/v5.4 b62c2cef
me-no-dev 2d4bbd8
fix(i2c): update i2c_ll_slave_init for IDF 5.4
SuGlider 91d2df4
IDF release/v5.4 8ad0d3d8
me-no-dev 3dbab65
Merge branch 'master' into idf-release/v5.4
me-no-dev 046b7de
ci(pre-commit): Apply automatic fixes
pre-commit-ci-lite[bot] 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
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.
@me-no-dev nitpick The change to test for IDF >= 5.4.0 is not entirely correct. Latest branch IDF release/v5.3 needs this change too. The check could imho completely removed and only the new version left.