File tree Expand file tree Collapse file tree 3 files changed +57
-1
lines changed
Expand file tree Collapse file tree 3 files changed +57
-1
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ menu "GD32 Drivers"
33#GD32_ARM
44source "$PKGS_DIR/packages/peripherals/hal-sdk/gd32/gd32-arm-cmsis/Kconfig"
55source "$PKGS_DIR/packages/peripherals/hal-sdk/gd32/gd32-arm-series/Kconfig"
6-
6+ #GD32_RISCV
7+ source "$PKGS_DIR/packages/peripherals/hal-sdk/gd32/gd32-riscv-series/Kconfig"
78endmenu
Original file line number Diff line number Diff line change 1+
2+ # Kconfig file for package gd32_riscv_series_driver
3+ menuconfig PKG_USING_GD32_RISCV_SERIES_DRIVER
4+ bool "GD32 RISCV SERIES DRIVER PACKAGE"
5+ select PKG_USING_GD32_RISCV_CMSIS_DRIVER
6+ default n
7+
8+ if PKG_USING_GD32_RISCV_SERIES_DRIVER
9+
10+ config PKG_GD32_RISCV_SERIES_DRIVER_PATH
11+ string
12+ default "/packages/peripherals/hal-sdk/gd32/gd32-riscv-series"
13+ choice
14+ prompt "Version"
15+ help
16+ Select the package version
17+
18+ config PKG_USING_GD32_RISCV_SERIES_DRIVER_LATEST_VERSION
19+ bool "latest"
20+ endchoice
21+
22+ config PKG_GD32_RISCV_SERIES_DRIVER_VER
23+ string
24+ default "latest" if PKG_USING_GD32_RISCV_SERIES_DRIVER_LATEST_VERSION
25+
26+ endif
27+
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " gd32-riscv-series" ,
3+ "description" : " GD32 RISCV SERIES DRIVER PACKAGE" ,
4+ "description_zh" : " GD32 RISCV SERIES 驱动包" ,
5+ "enable" : " PKG_USING_GD32_RISCV_SERIES_DRIVER" ,
6+ "keywords" : [
7+ " gd32-riscv-series"
8+ ],
9+ "category" : " peripherals" ,
10+ "author" : {
11+ "name" : " RT-Thread-packages" ,
12+ 13+ "github" : " RT-Thread-packages"
14+ },
15+ "license" : " Apache-2.0" ,
16+ "repository" : " https://github.com/RT-Thread-packages/gd32-risc-v-series" ,
17+ "icon" : " unknown" ,
18+ "homepage" : " https://github.com/RT-Thread-packages/gd32-risc-v-series#readme" ,
19+ "doc" : " unknown" ,
20+ "site" : [
21+ {
22+ "version" : " latest" ,
23+ "URL" : " https://github.com/RT-Thread-packages/gd32-risc-v-series.git" ,
24+ "filename" : " " ,
25+ "VER_SHA" : " master"
26+ }
27+ ]
28+ }
You can’t perform that action at this time.
0 commit comments