tools/pynuttx: update fs.py base on new structure fd and file

Update the Python script based on the PR "Separate file
descriptors from file descriptions" in fs/vfs.

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
dongjiuzhu1
2025-06-07 20:55:34 +08:00
committed by Xiang Xiao
parent b8e30b54ec
commit 7927c8d105
3 changed files with 32 additions and 24 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
#
############################################################################
from .fs import FileList
from .fs import FdList
from .value import Value
@@ -52,7 +52,7 @@ class Group(Value):
tg_envp: Value
tg_envc: Value
itimer: Value
tg_filelist: FileList
tg_fdlist: FdList
tg_mm_map: Value