Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions peripherals/hal-sdk/nxp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ menu "NXP HAL & SDK Drivers"
source "$PKGS_DIR/packages/peripherals/hal-sdk/nxp/nxp-mcx-cmsis/Kconfig"
source "$PKGS_DIR/packages/peripherals/hal-sdk/nxp/nxp-mcx-series/Kconfig"

# nxp-lpc
source "$PKGS_DIR/packages/peripherals/hal-sdk/nxp/nxp-lpc-series/Kconfig"
source "$PKGS_DIR/packages/peripherals/hal-sdk/nxp/nxp-lpc55s-series/Kconfig"
endmenu
27 changes: 27 additions & 0 deletions peripherals/hal-sdk/nxp/nxp-lpc-series/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

# Kconfig file for package nxp_lpc_driver
menuconfig PKG_USING_NXP_LPC_DRIVER
bool "NXP LPC DRIVER PACKAGE"
default n

if PKG_USING_NXP_LPC_DRIVER

config PKG_NXP_LPC_DRIVER_PATH
string
default "/packages/peripherals/hal-sdk/nxp/nxp-lpc-series"

choice
prompt "Version"
help
Select the package version

config PKG_USING_NXP_LPC_DRIVER_LATEST_VERSION
bool "latest"
endchoice

config PKG_NXP_LPC_DRIVER_VER
string
default "latest" if PKG_USING_NXP_LPC_DRIVER_LATEST_VERSION

endif

28 changes: 28 additions & 0 deletions peripherals/hal-sdk/nxp/nxp-lpc-series/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "nxp-lpc-series",
"description": "NXP LPC DRIVER PACKAGE",
"description_zh": "NXP LPC 驱动包",
"enable": "PKG_USING_NXP_LPC_DRIVER",
"keywords": [
"nxp-lpc-series"
],
"category": "peripherals",
"author": {
"name": "RT-Thread-packages",
"email": "[email protected]",
"github": "RT-Thread-packages"
},
"license": "Apache-2.0",
"repository": "https://github.com/RT-Thread-packages/nxp-lpc-series",
"icon": "unknown",
"homepage": "https://github.com/RT-Thread-packages/nxp-lpc-series#readme",
"doc": "unknown",
"site": [
{
"version": "latest",
"URL": "https://github.com/RT-Thread-packages/nxp-lpc-series.git",
"filename": "",
"VER_SHA": "master"
}
]
}
27 changes: 27 additions & 0 deletions peripherals/hal-sdk/nxp/nxp-lpc55s-series/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

# Kconfig file for package nxp_lpc55s_driver
menuconfig PKG_USING_NXP_LPC55S_DRIVER
bool "NXP LPC55S DRIVER PACKAGE"
default n

if PKG_USING_NXP_LPC55S_DRIVER

config PKG_NXP_LPC55S_DRIVER_PATH
string
default "/packages/peripherals/hal-sdk/nxp/nxp-lpc55s-series"

choice
prompt "Version"
help
Select the package version

config PKG_USING_NXP_LPC55S_DRIVER_LATEST_VERSION
bool "latest"
endchoice

config PKG_NXP_LPC55S_DRIVER_VER
string
default "latest" if PKG_USING_NXP_LPC55S_DRIVER_LATEST_VERSION

endif

28 changes: 28 additions & 0 deletions peripherals/hal-sdk/nxp/nxp-lpc55s-series/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "nxp-lpc55s-series",
"description": "NXP LPC DRIVER PACKAGE",
"description_zh": "NXP LPC 驱动包",
"enable": "PKG_USING_NXP_LPC_DRIVER",
"keywords": [
"nxp-lpc55s-series"
],
"category": "peripherals",
"author": {
"name": "RT-Thread-packages",
"email": "[email protected]",
"github": "RT-Thread-packages"
},
"license": "Apache-2.0",
"repository": "https://github.com/RT-Thread-packages/nxp-lpc55s-series",
"icon": "unknown",
"homepage": "https://github.com/RT-Thread-packages/nxp-lpc55s-series#readme",
"doc": "unknown",
"site": [
{
"version": "latest",
"URL": "https://github.com/RT-Thread-packages/nxp-lpc55s-series.git",
"filename": "",
"VER_SHA": "master"
}
]
}