Skip to content

Commit 5d020cd

Browse files
authored
Merge branch 'RT-Thread:master' into master
2 parents f198635 + 5c660c0 commit 5d020cd

File tree

552 files changed

+1627
-366621
lines changed

Some content is hidden

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

552 files changed

+1627
-366621
lines changed

bsp/gd32/arm/gd32103c-eval/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ menu "On-chip Peripheral Drivers"
200200
endif
201201
endif
202202

203-
rsource "../../libraries/gd32_drivers/Kconfig"
203+
source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"
204204

205205
endmenu
206206

bsp/gd32/arm/gd32105c-eval/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ menu "On-chip Peripheral Drivers"
196196
endif
197197
endif
198198

199-
rsource "../../libraries/gd32_drivers/Kconfig"
199+
source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"
200200

201201
endmenu
202202

bsp/gd32/arm/gd32105r-start/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ menu "On-chip Peripheral Drivers"
204204
endif
205205
endif
206206

207-
rsource "../../libraries/gd32_drivers/Kconfig"
207+
source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"
208208

209209
endmenu
210210

bsp/gd32/arm/gd32107c-eval/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ menu "On-chip Peripheral Drivers"
196196
endif
197197
endif
198198

199-
rsource "../../libraries/gd32_drivers/Kconfig"
199+
source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"
200200

201201
endmenu
202202

bsp/gd32/arm/gd32205r-start/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ menu "On-chip Peripheral Drivers"
199199
endif
200200
endif
201201

202-
rsource "../../libraries/gd32_drivers/Kconfig"
202+
source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"
203203

204204
endmenu
205205

bsp/gd32/arm/gd32207i-eval/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ menu "On-chip Peripheral Drivers"
230230
endif
231231
endif
232232

233-
rsource "../../libraries/gd32_drivers/Kconfig"
233+
source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"
234234

235235
endmenu
236236

bsp/gd32/arm/gd32303c-start/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ menu "On-chip Peripheral Drivers"
4040

4141
endif
4242

43-
rsource "../../libraries/gd32_drivers/Kconfig"
43+
source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"
4444

4545
endmenu
4646

bsp/gd32/arm/gd32303e-eval/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ menu "On-chip Peripheral Drivers"
200200
endif
201201
endif
202202

203-
rsource "../../libraries/gd32_drivers/Kconfig"
203+
source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"
204204

205205
endmenu
206206

bsp/gd32/arm/gd32305r-start/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ menu "On-chip Peripheral Drivers"
196196
endif
197197
endif
198198

199-
rsource "../../libraries/gd32_drivers/Kconfig"
199+
source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"
200200

201201
endmenu
202202

bsp/gd32/arm/gd32307e-start/board/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ menu "On-chip Peripheral Drivers"
197197
endif
198198
endif
199199

200-
rsource "../../libraries/gd32_drivers/Kconfig"
200+
source "$(BSP_DIR)/../libraries/gd32_drivers/Kconfig"
201201

202202
endmenu
203203

0 commit comments

Comments
 (0)