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
1 change: 1 addition & 0 deletions peripherals/hal-sdk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ source "$PKGS_DIR/packages/peripherals/hal-sdk/nuvoton/Kconfig"
source "$PKGS_DIR/packages/peripherals/hal-sdk/gd32/Kconfig"
source "$PKGS_DIR/packages/peripherals/hal-sdk/hpmicro/Kconfig"
source "$PKGS_DIR/packages/peripherals/hal-sdk/ft32/Kconfig"
source "$PKGS_DIR/packages/peripherals/hal-sdk/novosns/Kconfig"
endmenu
6 changes: 6 additions & 0 deletions peripherals/hal-sdk/novosns/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
menu "NOVOSNS Drivers"

#novosns
source "$PKGS_DIR/packages/peripherals/hal-sdk/novosns/novosns-series/Kconfig"

endmenu
27 changes: 27 additions & 0 deletions peripherals/hal-sdk/novosns/novosns-series/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

# Kconfig file for package novosns_series_driver
menuconfig PKG_USING_NOVOSNS_SERIES_DRIVER
bool "NOVOSNS SERIES DRIVER PACKAGE"
default n

if PKG_USING_NOVOSNS_SERIES_DRIVER

config PKG_NOVOSNS_SERIES_DRIVER_PATH
string
default "/packages/peripherals/hal-sdk/novosns/novosns-series"

choice
prompt "Version"
help
Select the package version

config PKG_USING_NOVOSNS_SERIES_DRIVER_LATEST_VERSION
bool "latest"
endchoice

config PKG_NOVOSNS_SERIES_DRIVER_VER
string
default "latest" if PKG_USING_NOVOSNS_SERIES_DRIVER_LATEST_VERSION

endif

28 changes: 28 additions & 0 deletions peripherals/hal-sdk/novosns/novosns-series/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "novosns-series",
"description": "NOVOSNS SERIES DRIVER PACKAGE",
"description_zh": "NOVOSNS SERIES 驱动包",
"enable": "PKG_USING_NOVOSNS_SERIES_DRIVER",
"keywords": [
"novosns-series"
],
"category": "peripherals",
"author": {
"name": "rcitach",
"email": "zhangxianshun@rt-thread.com",
"github": "https://github.com/rcitach"
},
"license": "BSD-3-Clause",
"repository": "https://github.com/RT-Thread-packages/novosns-series",
"icon": "unknown",
"homepage": "https://github.com/RT-Thread-packages/novosns-series#readme",
"doc": "unknown",
"site": [
{
"version": "latest",
"URL": "https://github.com/RT-Thread-packages/novosns-series.git",
"filename": "",
"VER_SHA": "master"
}
]
}
Loading