Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
hathach merged 21 commits intomasterfromupgrade-idf-v5.1
Nov 10, 2023
Merged
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
hathachNov 7, 2023
b064ed5
add pre-commit hook, codespell dictionary, minor changes
hathachNov 7, 2023
9b4daea
sync bootloader with idf 5.1
hathachNov 7, 2023
7b89de3
add tinyusb_src as a component, fix app compiling with idf 5.1
hathachNov 7, 2023
15a89a1
update ci to build with 5.1.1
hathachNov 7, 2023
26a9feb
add esp32s2 devkitc 1
hathachNov 7, 2023
b793923
add main component (move from top/src)
hathachNov 7, 2023
d3f49c1
able to add self_update as subproject, although app is required to bu…
hathachNov 7, 2023
9497037
try to generate update-tinyuf2.uf2
hathachNov 7, 2023
2e01b60
move self-update to seperated project since it require app to be buil…
hathachNov 8, 2023
20de288
update makefile to refelct changes in self-update cmake
hathachNov 8, 2023
3d2f96c
change all portTICK_RATE_MS to portTICK_PERIOD_MS
hathachNov 8, 2023
9b09592
fix compilation with lilygo boards
hathachNov 8, 2023
1895a94
run pre-commit on ci
hathachNov 8, 2023
0cd557a
update ci precommit
hathachNov 8, 2023
b1c3e01
skip lib/ in pre-commit check. Fixed mostly trailing spaces and end o…
hathachNov 8, 2023
b443ef3
revert uncorrect typo check by codespell
hathachNov 8, 2023
9de5349
Remove forbid submodule
hathachNov 9, 2023
cb07051
Revert changes to s3 devkit flash size
hathachNov 9, 2023
0eda9b6
Revert incorrecr change by codespell
hathachNov 9, 2023
6c7652e
Revert incorrect change by codespell
hathachNov 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
run pre-commit on ci
  • Loading branch information
@hathach
hathach committedNov 8, 2023
commit1895a94615780d911ca31c59aca6ddf4a869fefb
22 changes: 22 additions & 0 deletions.github/workflows/pre-commit.yml
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp