Skip to content

Commit 79fafcc

Browse files
committed
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2 parents 3d949d0 + c9d18c4 commit 79fafcc

File tree

475 files changed

+93354
-5823
lines changed

Some content is hidden

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

475 files changed

+93354
-5823
lines changed

.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/bsp_buildings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ jobs:
234234
- "renesas/ra8d1-ek"
235235
- "renesas/ra8d1-vision-board"
236236
- "renesas/rzt2m_rsk"
237+
- "renesas/rzn2l_rsk"
237238
- "frdm-k64f"
238239
- "xplorer4330/M4"
239240
- RTT_BSP: "gd32_n32_apm32"

.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/spell_check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Check Spelling
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
paths:
8-
- 'documentation/**'
94
pull_request:
105
branches:
116
- master

.github/workflows/static_code_analysis.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Set up Python
30-
uses: actions/setup-python@v3
30+
uses: actions/setup-python@main
3131
with:
3232
python-version: 3.8
3333

@@ -36,21 +36,18 @@ jobs:
3636
run: |
3737
sudo apt-get update
3838
pip install click PyYaml
39+
git remote -v
40+
git fetch origin
41+
ls
42+
git branch -a
3943
git clone https://github.com/danmar/cppcheck.git
4044
cd cppcheck
4145
git fetch --tags
4246
latest_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
4347
echo "Latest release tag: $latest_tag"
4448
git checkout $latest_tag
45-
mkdir build
46-
cd build
47-
cmake ..
48-
make
49-
sudo make install FILESDIR=/usr/local/share/Cppcheck CFGDIR=/usr/share/Cppcheck/cfg
49+
make FILESDIR=/usr/local/share/Cppcheck -j2
50+
sudo make install FILESDIR=/usr/local/share/Cppcheck
5051
cppcheck --version
51-
cd ../../
52-
git remote -v
53-
git fetch origin
54-
ls
55-
git branch -a
56-
python tools/ci/cpp_check.py check
52+
cd ..
53+
python tools/ci/cpp_check.py check

bsp/Infineon/libraries/HAL_Drivers/drv_sdcard.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ static const struct _cy_sdio_pin_and_name_config _sdcard_config =
7979
};
8080

8181
#include <dfs_fs.h>
82-
#include <drivers/mmcsd_core.h>
83-
#include <drivers/gpt.h>
82+
#include <drivers/dev_mmcsd_core.h>
83+
#include <drivers/dev_gpt.h>
8484
struct rthw_sdio
8585
{
8686
struct rt_device parent;

bsp/Infineon/libraries/HAL_Drivers/drv_spi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define __DRV_SPI__
1313

1414
#include <rtthread.h>
15-
#include <drivers/spi.h>
15+
#include "drivers/dev_spi.h"
1616

1717
#include "drv_gpio.h"
1818

bsp/airm2m/air105/board/ports/spi_flash_init.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
*/
1010

1111
#include <rtthread.h>
12-
#include "spi_flash.h"
13-
#include "spi_flash_sfud.h"
12+
#include "dev_spi_flash.h"
13+
#include "dev_spi_flash_sfud.h"
1414
#include "drv_spi.h"
1515

1616
#if defined(BSP_USING_SPI_FLASH)

bsp/airm2m/air105/libraries/rt_drivers/drv_wdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
#include "board.h"
12-
#include <drivers/watchdog.h>
12+
#include "drivers/dev_watchdog.h"
1313

1414
#ifdef RT_USING_WDT
1515

0 commit comments

Comments
 (0)