Skip to content

Commit 433617f

Browse files
Merge branch 'RT-Thread:master' into master
2 parents b35e0bc + be6181a commit 433617f

File tree

231 files changed

+209704
-2213
lines changed

Some content is hidden

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

231 files changed

+209704
-2213
lines changed

.github/ALL_BSP_COMPILE.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
"renesas/ra6m3-ek",
251251
"renesas/ra6m3-hmi-board",
252252
"renesas/ra6e2-fpb",
253+
"renesas/ra4e2-eco",
253254
"renesas/ra4m2-eco",
254255
"renesas/ra2l1-cpk",
255256
"renesas/ra8m1-ek",
@@ -300,6 +301,7 @@
300301
"gd32/arm/gd32470z-lckfb",
301302
"gd32/arm/gd32h759i-start",
302303
"gd32/arm/gd32e503v-eval",
304+
"gd32/arm/gd32527I-eval",
303305
"n32/n32g43xcl-stb",
304306
"n32/n32g45xcl-stb",
305307
"n32/n32g45xml-stb",

MAINTAINERS

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,17 @@
3838
# path: example/module/path
3939
# owners: John Doe(johndoe)<[email protected]>, Jane Smith(janesmith)<[email protected]>
4040

41-
# Note:
41+
# Note:
4242
# - Each entry includes a `tag` that identifies the module or functionality, a `path` that points to the relevant code location, and `owners` who are the maintainers for that part of the codebase.
4343
# - If there are multiple entries, each entry should be separated by a blank line. Within a single entry, there is no need to insert blank lines between the tag, path, and owners.
4444
# - Each entry must be sorted in alphabetical order with tag as the keyword.
4545

4646
# Below are existing maintainer entries, divided by module:
4747

48+
tag: at
49+
path: components/net/at
50+
owners: Chen Beidou(Ryan-CW-Code)<[email protected]>, lizhen9880(lizhen9880)<[email protected]>
51+
4852
tag: bsp_cvitek
4953
path: bsp/cvitek
5054
owners: Chen Wang(unicornx)<[email protected]>
@@ -57,10 +61,18 @@ tag: bsp_gd32470z-lckfb
5761
path: bsp/gd32/arm/gd32470z-lckfb
5862
owners: Wu Ying Xiang(godmial)<[email protected]>
5963

64+
tag: bsp_gd32e503v-eval
65+
path: bsp/gd32/arm/gd32e503v-eval
66+
owners: 蒙蒙plus(meng-plus)<[email protected]>
67+
6068
tag: bsp_k230
6169
path: bsp/k230
6270
owners: Chen Wang(unicornx)<[email protected]>
6371

72+
tag: bsp_lpc4088
73+
path: bsp/nxp/lpc/lpc408x
74+
owners: 蒙蒙plus(meng-plus)<[email protected]>
75+
6476
tag: bsp_mcxa
6577
path: bsp/nxp/mcx/mcxa
6678
owners: 下里巴人(hywing)<[email protected]>
@@ -69,6 +81,14 @@ tag: bsp_mcxn
6981
path: bsp/nxp/mcx/mcxn
7082
owners: 下里巴人(hywing)<[email protected]>
7183

84+
tag: bsp_mm32f526x
85+
path: bsp/mm32f526x
86+
owners: Huanyi Mai(Maihuanyi)<[email protected]>
87+
88+
tag: bsp_nrf5x
89+
path: bsp/nrf5x
90+
owners: Xiaowei Swenson(ReviewSun)<[email protected]>
91+
7292
tag: bsp_rt-spark
7393
path: bsp/stm32/stm32f407-rt-spark
7494
owners: Bingru Zhang(Rbb666)<[email protected]>, Yuqiang Wang(kurisaW)<[email protected]>
@@ -77,6 +97,11 @@ tag: bsp_ultrarisc
7797
path: bsp/ultrarisc/ur_dp1000_evb
7898
owners: Zhang Jing(zhangjing0303)<[email protected]>
7999

100+
tag: bsp_ESP32_C3
101+
path: bsp/ESP32_C3/builtin_imgs
102+
path: bsp/ESP32_C3/drivers
103+
owners: Damoshed_Xu(xu18838022837)<[email protected]>
104+
80105
tag: bsp_renesas
81106
path: bsp/renesas
82107
owners: Yuqiang Wang(kurisaW)<[email protected]>
@@ -85,6 +110,10 @@ tag: bsp_stm32
85110
path: bsp/stm32
86111
owners: Liya Huang(wdfk-prog)<[email protected]>
87112

113+
tag: bsp_stm32f429-atk-apollo
114+
path: bsp/stm32/stm32f429-atk-apollo
115+
owners: lizhen9880(lizhen9880)<[email protected]>
116+
88117
tag: bsp_stm32h723-st-nucleo
89118
path: bsp/stm32/stm32h723-st-nucleo
90119
owners: 下里巴人(hywing)<[email protected]>
@@ -101,6 +130,14 @@ tag: bsp_stm32h750-artpi
101130
path: bsp/stm32/stm32h750-artpi
102131
owners: PengXu(LittleGreyG)<[email protected]>
103132

133+
tag: bsp_wch
134+
path: bsp/wch
135+
owners: Huanyi Mai(Maihuanyi)<[email protected]>
136+
137+
tag: components
138+
path: components
139+
owners: Huanyi Mai(Maihuanyi)<[email protected]>
140+
104141
tag: documentation
105142
path: documentation
106143
owners: Chen Wang(unicornx)<[email protected]>, Guorui Li(GorrayLi)<[email protected]>, Lian Wang(lianux-mm)<[email protected]>, Xiansong Cao(CXSforHPU)<[email protected]>
@@ -131,12 +168,16 @@ owners: Yucai Liu(illustriousness)<[email protected]>
131168

132169
tag: kernel
133170
path: src
134-
owners: Guorui Li(GorrayLi)<[email protected]>, Lian Wang(lianux-mm)<[email protected]>, Liya Huang(wdfk-prog)<[email protected]>
171+
owners: Damoshed_Xu(xu18838022837)<[email protected]>, Guorui Li(GorrayLi)<[email protected]>, Lian Wang(lianux-mm)<[email protected]>, Liya Huang(wdfk-prog)<1425075683@qq.com>, Xiaowei Swenson(ReviewSun)<Sxw1204814381@outlook.com>
135172

136173
tag: libc
137174
path: components/libc
138175
owners: Meco Jianting Man(mysterywolf)<[email protected]>, Guorui Li(GorrayLi)<[email protected]>
139176

177+
tag: lwp
178+
path: components/lwp
179+
owners: Damoshed_Xu(xu18838022837)<[email protected]>
180+
140181
tag: maintainers
141182
path: MAINTAINERS
142183
owners: Bingru Zhang(Rbb666)<[email protected]>, Yuqiang Wang(kurisaW)<[email protected]>
@@ -149,8 +190,10 @@ tag: serial_v2
149190
path: components/drivers/serial/dev_serial_v2.c
150191
path: components/drivers/include/drivers/dev_serial_v2.h
151192
path: examples/utest/testcases/drivers/serial_v2
152-
owners: Chen Bei Dou(Ryan-CW-Code)<[email protected]>
193+
owners: Chen Beidou(Ryan-CW-Code)<[email protected]>
153194

154195
tag: workflow
155196
path: .github
156197
owners: supper thomas(supperthomas)<[email protected]>, Bingru Zhang(Rbb666)<[email protected]>, Yuqiang Wang(kurisaW)<[email protected]>
198+
199+

bsp/cvitek/drivers/drv_spi.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ static rt_err_t spi_configure(struct rt_spi_device *device, struct rt_spi_config
8080

8181
LOG_D("spi_configure input");
8282

83-
/* set cs low when spi idle */
84-
writel(0, (void *)0x030001d0);
85-
8683
if (cfg->mode & RT_SPI_SLAVE)
8784
{
8885
LOG_E("invalid mode: %d", cfg->mode);

0 commit comments

Comments
 (0)