- Notifications
You must be signed in to change notification settings - Fork210
Upgrade idf v5.1#354
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Upgrade idf v5.1#354
Changes from1 commit
Commits
Show all changes
21 commits Select commitHold shift + click to select a range
ddf7ce6
fix bootloader build with idf 5.1, remove idf as submodule
hathachb064ed5
add pre-commit hook, codespell dictionary, minor changes
hathach9b4daea
sync bootloader with idf 5.1
hathach7b89de3
add tinyusb_src as a component, fix app compiling with idf 5.1
hathach15a89a1
update ci to build with 5.1.1
hathach26a9feb
add esp32s2 devkitc 1
hathachb793923
add main component (move from top/src)
hathachd3f49c1
able to add self_update as subproject, although app is required to bu…
hathach9497037
try to generate update-tinyuf2.uf2
hathach2e01b60
move self-update to seperated project since it require app to be buil…
hathach20de288
update makefile to refelct changes in self-update cmake
hathach3d2f96c
change all portTICK_RATE_MS to portTICK_PERIOD_MS
hathach9b09592
fix compilation with lilygo boards
hathach1895a94
run pre-commit on ci
hathach0cd557a
update ci precommit
hathachb1c3e01
skip lib/ in pre-commit check. Fixed mostly trailing spaces and end o…
hathachb443ef3
revert uncorrect typo check by codespell
hathach9de5349
Remove forbid submodule
hathachcb07051
Revert changes to s3 devkit flash size
hathach0eda9b6
Revert incorrecr change by codespell
hathach6c7652e
Revert incorrect change by codespell
hathachFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
run pre-commit on ci
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit1895a94615780d911ca31c59aca6ddf4a869fefb
There are no files selected for viewing
22 changes: 22 additions & 0 deletions.github/workflows/pre-commit.yml
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,22 @@ | ||
name: pre-commit | ||
on: | ||
workflow_dispatch: | ||
push: | ||
pull_request: | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
cancel-in-progress: true | ||
jobs: | ||
pre-commit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.x' | ||
- name: Run pre-commit | ||
uses: pre-commit/action@v3.0.0 |
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.