Home
last modified time | relevance | path

Searched defs:files (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.4.0/scripts/ci/
Dtest_plan.py319 files = [] variable
324 files = commit.split("\n") variable
327 files = json.load(fp) variable
/Zephyr-Core-3.4.0/doc/build/dts/
Dintro-input-output.rst81 .. _dt-scripts:
/Zephyr-Core-3.4.0/doc/build/kconfig/
Dsetting.rst122 .. _initial-conf:
/Zephyr-Core-3.4.0/doc/develop/
Denv_vars.rst129 .. _zephyr-env:
/Zephyr-Core-3.4.0/doc/hardware/porting/
Dboard_porting.rst757 .. _contributing-your-board:
/Zephyr-Core-3.4.0/tests/subsys/fs/littlefs/src/
Dtest_lfs_basic.c493 struct fs_file_t files[CONFIG_FS_LITTLEFS_NUM_FILES]; in num_files() local
/Zephyr-Core-3.4.0/doc/develop/west/
Dmanifest.rst1611 .. _west-manifest-ex2.3:
1953 .. _west-manifest-ex4.2:
/Zephyr-Core-3.4.0/subsys/fs/
Dfuse_fs_access.c35 static struct fs_file_t files[NUMBER_OF_OPEN_FILES]; variable