Skip to content

Commit be18117

Browse files
authored
add nxp_lpc的软件包仓库索引 (#1889)
1 parent b6cc3fb commit be18117

File tree

5 files changed

+113
-0
lines changed

5 files changed

+113
-0
lines changed

peripherals/hal-sdk/nxp/Kconfig

+3
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ menu "NXP HAL & SDK Drivers"
44
source "$PKGS_DIR/packages/peripherals/hal-sdk/nxp/nxp-mcx-cmsis/Kconfig"
55
source "$PKGS_DIR/packages/peripherals/hal-sdk/nxp/nxp-mcx-series/Kconfig"
66

7+
# nxp-lpc
8+
source "$PKGS_DIR/packages/peripherals/hal-sdk/nxp/nxp-lpc-series/Kconfig"
9+
source "$PKGS_DIR/packages/peripherals/hal-sdk/nxp/nxp-lpc55s-series/Kconfig"
710
endmenu
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# Kconfig file for package nxp_lpc_driver
3+
menuconfig PKG_USING_NXP_LPC_DRIVER
4+
bool "NXP LPC DRIVER PACKAGE"
5+
default n
6+
7+
if PKG_USING_NXP_LPC_DRIVER
8+
9+
config PKG_NXP_LPC_DRIVER_PATH
10+
string
11+
default "/packages/peripherals/hal-sdk/nxp/nxp-lpc-series"
12+
13+
choice
14+
prompt "Version"
15+
help
16+
Select the package version
17+
18+
config PKG_USING_NXP_LPC_DRIVER_LATEST_VERSION
19+
bool "latest"
20+
endchoice
21+
22+
config PKG_NXP_LPC_DRIVER_VER
23+
string
24+
default "latest" if PKG_USING_NXP_LPC_DRIVER_LATEST_VERSION
25+
26+
endif
27+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "nxp-lpc-series",
3+
"description": "NXP LPC DRIVER PACKAGE",
4+
"description_zh": "NXP LPC 驱动包",
5+
"enable": "PKG_USING_NXP_LPC_DRIVER",
6+
"keywords": [
7+
"nxp-lpc-series"
8+
],
9+
"category": "peripherals",
10+
"author": {
11+
"name": "RT-Thread-packages",
12+
"email": "package_team@rt-thread.com",
13+
"github": "RT-Thread-packages"
14+
},
15+
"license": "Apache-2.0",
16+
"repository": "https://github.com/RT-Thread-packages/nxp-lpc-series",
17+
"icon": "unknown",
18+
"homepage": "https://github.com/RT-Thread-packages/nxp-lpc-series#readme",
19+
"doc": "unknown",
20+
"site": [
21+
{
22+
"version": "latest",
23+
"URL": "https://github.com/RT-Thread-packages/nxp-lpc-series.git",
24+
"filename": "",
25+
"VER_SHA": "master"
26+
}
27+
]
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
# Kconfig file for package nxp_lpc55s_driver
3+
menuconfig PKG_USING_NXP_LPC55S_DRIVER
4+
bool "NXP LPC55S DRIVER PACKAGE"
5+
default n
6+
7+
if PKG_USING_NXP_LPC55S_DRIVER
8+
9+
config PKG_NXP_LPC55S_DRIVER_PATH
10+
string
11+
default "/packages/peripherals/hal-sdk/nxp/nxp-lpc55s-series"
12+
13+
choice
14+
prompt "Version"
15+
help
16+
Select the package version
17+
18+
config PKG_USING_NXP_LPC55S_DRIVER_LATEST_VERSION
19+
bool "latest"
20+
endchoice
21+
22+
config PKG_NXP_LPC55S_DRIVER_VER
23+
string
24+
default "latest" if PKG_USING_NXP_LPC55S_DRIVER_LATEST_VERSION
25+
26+
endif
27+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "nxp-lpc55s-series",
3+
"description": "NXP LPC DRIVER PACKAGE",
4+
"description_zh": "NXP LPC 驱动包",
5+
"enable": "PKG_USING_NXP_LPC_DRIVER",
6+
"keywords": [
7+
"nxp-lpc55s-series"
8+
],
9+
"category": "peripherals",
10+
"author": {
11+
"name": "RT-Thread-packages",
12+
"email": "package_team@rt-thread.com",
13+
"github": "RT-Thread-packages"
14+
},
15+
"license": "Apache-2.0",
16+
"repository": "https://github.com/RT-Thread-packages/nxp-lpc55s-series",
17+
"icon": "unknown",
18+
"homepage": "https://github.com/RT-Thread-packages/nxp-lpc55s-series#readme",
19+
"doc": "unknown",
20+
"site": [
21+
{
22+
"version": "latest",
23+
"URL": "https://github.com/RT-Thread-packages/nxp-lpc55s-series.git",
24+
"filename": "",
25+
"VER_SHA": "master"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)