Skip to content

Commit e056797

Browse files
authored
update: auto select posix fs (#1954)
* add:add nes simulator * update: auto select posix fs * fix:替换失效仓库链接为备份仓库链接
1 parent ff53a5e commit e056797

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

multimedia/nes_simulator/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ if PKG_USING_NES_SIMULATOR
5858
config nes to enable sound.
5959

6060
config PKG_NES_USE_FS
61+
select RT_USING_DFS if RT_VER_NUM < 0x40100
62+
select RT_USING_LIBC if RT_VER_NUM < 0x40100
63+
select RT_USING_POSIX_FS if RT_VER_NUM >= 0x40100
6164
bool "Enable File System"
6265
default y
6366
help

peripherals/fingerprint/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"github": "pk-ing"
1414
},
1515
"license": "GPL-3.0",
16-
"repository": "https://github.com/pk-ing/fingerprint",
16+
"repository": "https://github.com/RT-Thread-packages/fingerprint",
1717
"icon": "unknown",
18-
"homepage": "https://github.com/pk-ing/fingerprint",
19-
"doc": "https://github.com/pk-ing/fingerprint/tree/master/doc",
18+
"homepage": "https://github.com/RT-Thread-packages/fingerprint",
19+
"doc": "https://github.com/RT-Thread-packages/fingerprint/tree/master/doc",
2020
"site": [
2121
{
2222
"version": "v1.0.0",
23-
"URL": "https://github.com/pk-ing/fingerprint/archive/v1.0.0.zip",
23+
"URL": "https://github.com/RT-Thread-packages/fingerprint/archive/v1.0.0.zip",
2424
"filename": "fingerprint-1.0.0.zip"
2525
},
2626
{
2727
"version": "latest",
28-
"URL": "https://github.com/pk-ing/fingerprint.git",
28+
"URL": "https://github.com/RT-Thread-packages/fingerprint.git",
2929
"filename": "Null for git package",
3030
"VER_SHA": "master"
3131
}

0 commit comments

Comments
 (0)