Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
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