Skip to content

Commit a19474e

Browse files
committed
Merge branch 'master' into serial_v2
2 parents 7af83ab + 91eca8d commit a19474e

File tree

1,039 files changed

+131630
-11631
lines changed

Some content is hidden

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

1,039 files changed

+131630
-11631
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ The following content must not be changed in the submitted PR message. Otherwise
6161
- [ ] 所有变更均有原因及合理的,并且不会影响到其他软件组件代码或BSP All modifications are justified and not affect other components or BSP
6262
- [ ] 对难懂代码均提供对应的注释 I've commented appropriately where code is tricky
6363
- [ ] 代码是高质量的 Code in this PR is of high quality
64-
- [ ] 已经使用[formatting](https://github.com/mysterywolf/formatting) 等源码格式化工具确保格式符合[RT-Thread代码规范](https://github.com/RT-Thread/rt-thread/blob/master/documentation/contribution_guide/coding_style_cn.md) This PR complies with [RT-Thread code specification](https://github.com/RT-Thread/rt-thread/blob/master/documentation/contribution_guide/coding_style_en.md)
64+
- [ ] 已经使用[formatting](https://github.com/mysterywolf/formatting) 等源码格式化工具确保格式符合[RT-Thread代码规范](https://github.com/RT-Thread/rt-thread/blob/master/documentation/contribution_guide/coding_style_cn.md) This PR complies with [RT-Thread code specification](https://github.com/RT-Thread/rt-thread/blob/master/documentation/contribution_guide/coding_style_en.md)
65+
- [ ] 如果是新增bsp, 已经添加ci检查到[.github/workflows/bsp_buildings.yml](workflows/bsp_buildings.yml) 详细请参考链接[BSP自查](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/development-guide/bsp-selfcheck/bsp_selfcheck)

.github/labeler.yml

Lines changed: 155 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,169 @@ Component:
7272
- changed-files:
7373
- any-glob-to-any-file: components/**
7474

75+
RT-Smart:
76+
- changed-files:
77+
- any-glob-to-any-file: components/lwp/**
78+
7579
'component: lwp':
7680
- changed-files:
77-
- any-glob-to-any-file: components/lwp**
81+
- any-glob-to-any-file: components/lwp/**
7882

7983
'component: dfsv1':
8084
- changed-files:
81-
- any-glob-to-any-file: components/dfs_v1**
85+
- any-glob-to-any-file: components/dfs_v1/**
8286

8387
'component: dfsv2':
8488
- changed-files:
85-
- any-glob-to-any-file: components/dfs_v2**
89+
- any-glob-to-any-file: components/dfs_v2/**
90+
91+
'component: net':
92+
- changed-files:
93+
- any-glob-to-any-file: components/net/**
94+
95+
'component: net/at':
96+
- changed-files:
97+
- any-glob-to-any-file: components/net/at/**
98+
99+
'component: net/lwip':
100+
- changed-files:
101+
- any-glob-to-any-file: components/net/lwip/**
102+
103+
'component: net/netdev':
104+
- changed-files:
105+
- any-glob-to-any-file: components/net/netdev/**
106+
107+
'component: net/sal':
108+
- changed-files:
109+
- any-glob-to-any-file: components/net/sal/**
110+
111+
'component: drivers':
112+
- changed-files:
113+
- any-glob-to-any-file: components/drivers/**
114+
115+
'component: drivers/audio':
116+
- changed-files:
117+
- any-glob-to-any-file: components/drivers/audio/**
118+
119+
'component: drivers/can':
120+
- changed-files:
121+
- any-glob-to-any-file: components/drivers/can/**
122+
123+
'component: drivers/clk':
124+
- changed-files:
125+
- any-glob-to-any-file: components/drivers/clk/**
126+
127+
'component: drivers/core':
128+
- changed-files:
129+
- any-glob-to-any-file: components/drivers/core/**
130+
131+
'component: drivers/cputime':
132+
- changed-files:
133+
- any-glob-to-any-file: components/drivers/cputime/**
134+
135+
'component: drivers/graphic':
136+
- changed-files:
137+
- any-glob-to-any-file: components/drivers/graphic/**
138+
139+
'component: drivers/hwcrypto':
140+
- changed-files:
141+
- any-glob-to-any-file: components/drivers/hwcrypto/**
142+
143+
'component: drivers/hwtimer':
144+
- changed-files:
145+
- any-glob-to-any-file: components/drivers/hwtimer/**
146+
147+
'component: drivers/i2c':
148+
- changed-files:
149+
- any-glob-to-any-file: components/drivers/i2c/**
150+
151+
'component: drivers/ipc':
152+
- changed-files:
153+
- any-glob-to-any-file: components/drivers/ipc/**
154+
155+
'component: drivers/ktime':
156+
- changed-files:
157+
- any-glob-to-any-file: components/drivers/ktime/**
158+
159+
'component: drivers/misc':
160+
- changed-files:
161+
- any-glob-to-any-file: components/drivers/misc/**
162+
163+
'component: drivers/mtd':
164+
- changed-files:
165+
- any-glob-to-any-file: components/drivers/mtd/**
166+
167+
'component: drivers/ofw':
168+
- changed-files:
169+
- any-glob-to-any-file: components/drivers/ofw/**
170+
171+
'component: drivers/pci':
172+
- changed-files:
173+
- any-glob-to-any-file: components/drivers/pci/**
174+
175+
'component: drivers/phy':
176+
- changed-files:
177+
- any-glob-to-any-file: components/drivers/phy/**
178+
179+
'component: drivers/pic':
180+
- changed-files:
181+
- any-glob-to-any-file: components/drivers/pic/**
182+
183+
'component: drivers/pinctrl':
184+
- changed-files:
185+
- any-glob-to-any-file: components/drivers/pinctrl/**
186+
187+
'component: drivers/pm':
188+
- changed-files:
189+
- any-glob-to-any-file: components/drivers/pm/**
190+
191+
'component: drivers/rtc':
192+
- changed-files:
193+
- any-glob-to-any-file: components/drivers/rtc/**
194+
195+
'component: drivers/sdio':
196+
- changed-files:
197+
- any-glob-to-any-file: components/drivers/sdio/**
198+
199+
'component: drivers/sensor_v1':
200+
- changed-files:
201+
- any-glob-to-any-file: components/drivers/sensor/v1/**
202+
203+
'component: drivers/sensor_v2':
204+
- changed-files:
205+
- any-glob-to-any-file: components/drivers/sensor/v2/**
206+
207+
'component: drivers/serial':
208+
- changed-files:
209+
- any-glob-to-any-file: components/drivers/serial/**
210+
211+
'component: drivers/spi':
212+
- changed-files:
213+
- any-glob-to-any-file: components/drivers/spi/**
214+
215+
'component: drivers/touch':
216+
- changed-files:
217+
- any-glob-to-any-file: components/drivers/touch/**
218+
219+
'component: drivers/usb':
220+
- changed-files:
221+
- any-glob-to-any-file: components/drivers/usb/**
222+
223+
'component: drivers/virtio':
224+
- changed-files:
225+
- any-glob-to-any-file: components/drivers/virtio/**
226+
227+
'component: drivers/watchdog':
228+
- changed-files:
229+
- any-glob-to-any-file: components/drivers/watchdog/**
230+
231+
'component: drivers/wlan':
232+
- changed-files:
233+
- any-glob-to-any-file: components/drivers/wlan/**
234+
235+
'component: finsh':
236+
- changed-files:
237+
- any-glob-to-any-file: components/finsh/**
86238

87239
libcpu:
88240
- changed-files:

.github/workflows/action_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
test:
3535
runs-on: ubuntu-latest
3636
name: Tools
37-
if: github.repository_owner == 'RT-Thread' && false
37+
if: github.repository_owner == 'RT-Thread'
3838
strategy:
3939
fail-fast: false
4040
env:

.github/workflows/bsp_buildings.yml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,20 @@ jobs:
9393
- "hc32l196"
9494
- "mm32/mm32f3270-100ask-pitaya"
9595
- "mm32f327x"
96+
- "mm32l07x"
9697
- "sam7x"
9798
- "hk32/hk32f030c8-mini"
9899
- "acm32/acm32f0x0-nucleo"
99100
- "acm32/acm32f4xx-nucleo"
100101
- "rm48x50"
101102
- "ht32/ht32f52352"
102103
- "ht32/ht32f12366"
104+
- "w60x"
105+
- "essemi/es32f0654"
106+
- "essemi/es32f365x"
107+
- "hc32l136"
108+
- "yichip/yc3121-pos"
109+
- "fm33lc026"
103110
- RTT_BSP: "stm32l4_f0_f1"
104111
RTT_TOOL_CHAIN: "sourcery-arm"
105112
SUB_RTT_BSP:
@@ -208,8 +215,8 @@ jobs:
208215
- "nxp/lpc/lpc1114"
209216
- "nxp/lpc/lpc2148"
210217
- "nxp/lpc/lpc2478"
211-
# - "nxp/lpc/lpc5410x"
212-
# - "nxp/lpc/lpc54114-lite"
218+
- "nxp/lpc/lpc5410x"
219+
- "nxp/lpc/lpc54114-lite"
213220
- "nxp/lpc/lpc176x"
214221
#- "nxp/lpc/lpc43xx/M4"
215222
- "nxp/imx/imx6sx/cortex-a9"
@@ -234,8 +241,24 @@ jobs:
234241
- "renesas/ra8d1-ek"
235242
- "renesas/ra8d1-vision-board"
236243
- "renesas/rzt2m_rsk"
244+
- "renesas/rzn2l_rsk"
237245
- "frdm-k64f"
238246
- "xplorer4330/M4"
247+
- RTT_BSP: "nuvoton"
248+
RTT_TOOL_CHAIN: "sourcery-arm"
249+
SUB_RTT_BSP:
250+
- "nuvoton/numaker-pfm-m487"
251+
- "nuvoton/numaker-hmi-ma35d1"
252+
- "nuvoton/numaker-iot-m487"
253+
- "nuvoton/numaker-m032ki"
254+
- "nuvoton/numaker-iot-m467"
255+
- "nuvoton/numaker-m467hj"
256+
- "nuvoton/nk-n9h30"
257+
- "nuvoton/nk-rtu980"
258+
- "nuvoton/ma35-rtp"
259+
- "nuvoton/nk-980iot"
260+
- "nuvoton/numaker-iot-ma35d1"
261+
- "nuvoton/numaker-m2354"
239262
- RTT_BSP: "gd32_n32_apm32"
240263
RTT_TOOL_CHAIN: "sourcery-arm"
241264
SUB_RTT_BSP:

.github/workflows/doxygen.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,13 @@ on:
33
# Runs at 16:00 UTC (BeiJing 00:00) on the 30st of every month
44
schedule:
55
- cron: '0 16 30 * *'
6-
push:
7-
branches:
8-
- master
9-
paths-ignore:
10-
- '**/README.md'
11-
- '**/README_zh.md'
12-
pull_request:
13-
branches:
14-
- master
15-
paths-ignore:
16-
- bsp/**
17-
- examples/**
18-
- .github/**
19-
- '**/README.md'
20-
- '**/README_zh.md'
6+
workflow_dispatch:
217

228
jobs:
239
build:
2410
runs-on: ubuntu-latest
2511
name: doxygen_doc generate
26-
if: github.repository_owner == 'RT-Thread' && false
12+
if: github.repository_owner == 'RT-Thread'
2713
steps:
2814
- uses: actions/checkout@v4
2915
with:

.github/workflows/manual_dist.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ on:
4444
required: true
4545
type: boolean
4646
default: false
47-
debug_flag:
48-
description: 'True to debug action, False not debug'
49-
required: true
50-
type: boolean
51-
default: false
5247

5348
permissions:
5449
contents: read # to fetch code (actions/checkout)
@@ -167,12 +162,6 @@ jobs:
167162
cppcheck --project=bsp/$RTT_BSP/compile_commands.json
168163
pwd
169164
170-
171-
172-
- name: Setup Debug Session
173-
if: ${{ github.event.inputs.debug_flag }}
174-
uses: csexton/debugger-action@master
175-
176165
- uses: actions/upload-artifact@v3
177166
if: ${{ github.event.inputs.dist_flag }}
178167
with:

0 commit comments

Comments
 (0)