Skip to content

Commit 112cfcb

Browse files
authored
Merge branch 'RT-Thread:master' into k230_spi_driver
2 parents 763cc0c + 32d2cf1 commit 112cfcb

File tree

282 files changed

+29678
-5613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+29678
-5613
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
"stm32/stm32f407-atk-explorer",
161161
"stm32/stm32f407-robomaster-c",
162162
"stm32/stm32f407-st-discovery",
163+
"stm32/stm32f407-micu",
163164
"stm32/stm32f410-st-nucleo",
164165
"stm32/stm32f411-st-nucleo",
165166
"stm32/stm32f411-atk-nano",
@@ -195,6 +196,7 @@
195196
"stm32/stm32h563-st-nucleo",
196197
"stm32/stm32h503-st-nucleo",
197198
"stm32/stm32h723-st-nucleo",
199+
"stm32/stm32h723-lxb-disco",
198200
"stm32/stm32h730-esphosted-evb",
199201
"stm32/stm32h743-armfly-v7",
200202
"stm32/stm32h743-atk-apollo",

.github/workflows/bsp_buildings.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -293,15 +293,15 @@ jobs:
293293
name: 00_all_bsp_output_${{ github.sha }}
294294
path: output/
295295

296-
# Post CI status to PR comment
297-
post-ci-status:
298-
needs: build
299-
if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
300-
uses: ./.github/workflows/post_ci_status.yml
301-
with:
302-
workflow_name: "RT-Thread BSP Static Build Check"
303-
workflow_status: ${{ needs.build.result }}
304-
pr_number: ${{ github.event.pull_request.number }}
305-
permissions:
306-
pull-requests: write
307-
issues: write
296+
# # Post CI status to PR comment
297+
# post-ci-status:
298+
# needs: build
299+
# if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
300+
# uses: ./.github/workflows/post_ci_status.yml
301+
# with:
302+
# workflow_name: "RT-Thread BSP Static Build Check"
303+
# workflow_status: ${{ needs.build.result }}
304+
# pr_number: ${{ github.event.pull_request.number }}
305+
# permissions:
306+
# pull-requests: write
307+
# issues: write

.github/workflows/format_check.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
pip install click chardet PyYaml
3232
python tools/ci/file_check.py check 'https://github.com/RT-Thread/rt-thread' 'master'
3333
34-
# Post CI status to PR comment
35-
post-ci-status:
36-
needs: scancode_job
37-
if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
38-
uses: ./.github/workflows/post_ci_status.yml
39-
with:
40-
workflow_name: "Check File Format and License"
41-
workflow_status: ${{ needs.scancode_job.result }}
42-
pr_number: ${{ github.event.pull_request.number }}
43-
permissions:
44-
pull-requests: write
45-
issues: write
34+
# # Post CI status to PR comment
35+
# post-ci-status:
36+
# needs: scancode_job
37+
# if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
38+
# uses: ./.github/workflows/post_ci_status.yml
39+
# with:
40+
# workflow_name: "Check File Format and License"
41+
# workflow_status: ${{ needs.scancode_job.result }}
42+
# pr_number: ${{ github.event.pull_request.number }}
43+
# permissions:
44+
# pull-requests: write
45+
# issues: write

.github/workflows/static_code_analysis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
cd ..
5757
python tools/ci/cpp_check.py check
5858
59-
# Post CI status to PR comment
60-
post-ci-status:
61-
needs: scancode_job
62-
if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
63-
uses: ./.github/workflows/post_ci_status.yml
64-
with:
65-
workflow_name: "Static code analysis"
66-
workflow_status: ${{ needs.scancode_job.result }}
67-
pr_number: ${{ github.event.pull_request.number }}
68-
permissions:
69-
pull-requests: write
70-
issues: write
59+
# # Post CI status to PR comment
60+
# post-ci-status:
61+
# needs: scancode_job
62+
# if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
63+
# uses: ./.github/workflows/post_ci_status.yml
64+
# with:
65+
# workflow_name: "Static code analysis"
66+
# workflow_status: ${{ needs.scancode_job.result }}
67+
# pr_number: ${{ github.event.pull_request.number }}
68+
# permissions:
69+
# pull-requests: write
70+
# issues: write

.github/workflows/utest_auto_run.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -305,15 +305,15 @@ jobs:
305305
break
306306
fi
307307
done
308-
# Post CI status to PR comment
309-
post-ci-status:
310-
needs: test
311-
if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
312-
uses: ./.github/workflows/post_ci_status.yml
313-
with:
314-
workflow_name: "utest_auto_run"
315-
workflow_status: ${{ needs.test.result }}
316-
pr_number: ${{ github.event.pull_request.number }}
317-
permissions:
318-
pull-requests: write
319-
issues: write
308+
# # Post CI status to PR comment
309+
# post-ci-status:
310+
# needs: test
311+
# if: always() && github.event_name == 'pull_request' && github.repository_owner == 'RT-Thread'
312+
# uses: ./.github/workflows/post_ci_status.yml
313+
# with:
314+
# workflow_name: "utest_auto_run"
315+
# workflow_status: ${{ needs.test.result }}
316+
# pr_number: ${{ github.event.pull_request.number }}
317+
# permissions:
318+
# pull-requests: write
319+
# issues: write

MAINTAINERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ tag: bsp_stm32f429-atk-apollo
147147
path: bsp/stm32/stm32f429-atk-apollo
148148
owners: lizhen9880(lizhen9880)<lizhen9880@126.com>
149149

150+
tag: bsp_stm32f407-micu
151+
path: bsp/stm32/stm32f407-micu
152+
owners: DaiLingxiang(Dailingxiang1)<3070269033@qq.com>
153+
150154
tag: bsp_stm32h723-st-nucleo
151155
path: bsp/stm32/stm32h723-st-nucleo
152156
owners: 下里巴人(hywing)<hywing.sir@qq.com>

0 commit comments

Comments
 (0)