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 multimedia/nes_simulator/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ if PKG_USING_NES_SIMULATOR
config nes to enable sound.

config PKG_NES_USE_FS
select RT_USING_DFS if RT_VER_NUM < 0x40100
select RT_USING_LIBC if RT_VER_NUM < 0x40100
select RT_USING_POSIX_FS if RT_VER_NUM >= 0x40100
bool "Enable File System"
default y
help
Expand Down
10 changes: 5 additions & 5 deletions peripherals/fingerprint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"github": "pk-ing"
},
"license": "GPL-3.0",
"repository": "https://github.com/pk-ing/fingerprint",
"repository": "https://github.com/RT-Thread-packages/fingerprint",
"icon": "unknown",
"homepage": "https://github.com/pk-ing/fingerprint",
"doc": "https://github.com/pk-ing/fingerprint/tree/master/doc",
"homepage": "https://github.com/RT-Thread-packages/fingerprint",
"doc": "https://github.com/RT-Thread-packages/fingerprint/tree/master/doc",
"site": [
{
"version": "v1.0.0",
"URL": "https://github.com/pk-ing/fingerprint/archive/v1.0.0.zip",
"URL": "https://github.com/RT-Thread-packages/fingerprint/archive/v1.0.0.zip",
"filename": "fingerprint-1.0.0.zip"
},
{
"version": "latest",
"URL": "https://github.com/pk-ing/fingerprint.git",
"URL": "https://github.com/RT-Thread-packages/fingerprint.git",
"filename": "Null for git package",
"VER_SHA": "master"
}
Expand Down
Loading