Searched full:txt (Results 1 – 25 of 244) sorted by relevance
12345678910
/Zephyr-Core-3.6.0/ |
D | .gitignore | 70 BinaryFiles.txt 71 Checkpatch.txt 72 DevicetreeBindings.txt 73 Gitlint.txt 74 Identity.txt 75 ImageSize.txt 76 Kconfig.txt 77 KconfigBasic.txt 78 KconfigBasicNoModules.txt 79 KeepSorted.txt [all …]
|
/Zephyr-Core-3.6.0/scripts/ |
D | requirements.txt | 1 -r requirements-base.txt 2 -r requirements-build-test.txt 3 -r requirements-run-test.txt 4 -r requirements-extras.txt 5 -r requirements-compliance.txt
|
/Zephyr-Core-3.6.0/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_rd_only_mount.c | 23 zassert_equal(fs_open(&fs, FATFS_MNTP"/testfile.txt", FS_O_CREATE), in test_prepare() 51 ret = fs_rename(FATFS_MNTP"/testfile.txt", FATFS_MNTP"/bestfile.txt"); in test_ops_on_rd() 53 ret = fs_unlink(FATFS_MNTP"/testfile.txt"); in test_ops_on_rd() 55 ret = fs_open(&fs, FATFS_MNTP"/testfile.txt", FS_O_RDWR); in test_ops_on_rd() 57 ret = fs_open(&fs, FATFS_MNTP"/testfile.txt", FS_O_READ); in test_ops_on_rd()
|
D | test_fat.h | 31 #define TEST_FILE FATFS_MNTP"/testfile.txt" 34 #define TEST_DIR_FILE FATFS_MNTP"/testdir/testfile.txt"
|
/Zephyr-Core-3.6.0/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat.h | 13 #define TEST_FILE FATFS_MNTP"/testfile.txt" 15 #define TEST_DIR_FILE FATFS_MNTP"/testdir/testfile.txt" 19 #define TEST_FILE1 FATFS_MNTP1"/testfile.txt" 21 #define TEST_DIR_FILE1 FATFS_MNTP1"/testdir/testfile.txt"
|
/Zephyr-Core-3.6.0/tests/subsys/fs/fs_api/src/ |
D | test_fs.h | 16 #define TEST_FILE TEST_FS_MNTP"/testfile.txt" 17 #define TEST_FILE_RN TEST_FS_MNTP"/testfile_renamed.txt" 18 #define TEST_FILE_EX TEST_FS_MNTP"/testfile_exist.txt" 20 #define TEST_DIR_FILE TEST_FS_MNTP"/testdir/testfile.txt"
|
/Zephyr-Core-3.6.0/.github/workflows/ |
D | license_check.yml | 27 if [ -s ./artifacts/report.txt ]; then 28 report=$(cat ./artifacts/report.txt) 32 echo "::error file=./artifacts/report.txt::$report"
|
D | coding_guidelines.yml | 48 ./scripts/ci/guideline_check.py --output output.txt -c origin/${BASE_REF}.. 52 if [[ -s "output.txt" ]]; then 53 errors=$(cat output.txt) 57 echo "::error file=output.txt::$errors"
|
D | twister_tests.yml | 51 …install -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt -r scripts/require…
|
D | twister_tests_blackbox.yml | 65 …tall -U -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt -r scripts/require…
|
D | pylib_tests.yml | 47 pip3 install -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt
|
/Zephyr-Core-3.6.0/tests/subsys/fs/multi-fs/src/ |
D | test_littlefs_priv.h | 8 #define TEST_FILE "testfile.txt" 11 #define TEST_DIR_FILE_PATH TEST_DIR"/testfile.txt"
|
D | test_fat_priv.h | 8 #define TEST_FILE "testfile.txt" 11 #define TEST_DIR_FILE_PATH TEST_DIR"/testfile.txt"
|
/Zephyr-Core-3.6.0/boards/arm/mec172xmodular_assy6930/ |
D | CMakeLists.txt | 21 find_file (MEC172X_SPI_CFG NAMES spi_cfg_4MBit.txt spi_cfg_128MBit.txt spi_cfg.txt PATHS ${BOARD_DI…
|
/Zephyr-Core-3.6.0/tests/subsys/fs/fat_fs_api/ |
D | README.txt | 27 Creating new file testfile.txt 28 Opened file testfile.txt 61 Closed file testfile.txt 64 File (testfile.txt) deleted successfully! 89 [FILE] TESTFILE.TXT (size = 12) 93 Removing testdir/TESTFILE.TXT
|
/Zephyr-Core-3.6.0/tests/posix/fs/src/ |
D | test_fs.h | 11 #define TEST_FILE FATFS_MNTP"/testfile.txt" 13 #define TEST_DIR_FILE FATFS_MNTP"/testdir/testfile.txt"
|
/Zephyr-Core-3.6.0/include/zephyr/net/ |
D | dns_sd.h | 106 * @param _text information for the DNS TXT record 128 * Example (with TXT): 145 * TXT records begin with a single length byte (hex-encoded) 150 * For additional rules on TXT encoding, see RFC 6763, Section 6. 156 * @param text information for the DNS TXT record 174 * Example (no TXT): 187 * @param text information for the DNS TXT record 198 /** Empty DNS-SD TXT specifier */ 230 /** DNS TXT record */ 232 /** Size (in bytes) of the DNS TXT record */ [all …]
|
/Zephyr-Core-3.6.0/doc/services/device_mgmt/ |
D | mcumgr_handlers.rst | 27 ├── CMakeLists.txt 109 Initial CMakeLists.txt 112 The CMakeLists.txt file is used by the build system to setup files to compile, include 120 ….. literalinclude:: ../../../tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/CMakeLists.txt 125 .. literalinclude:: ../../../tests/subsys/mgmt/mcumgr/handler_demo/CMakeLists.txt 135 Example CMakeLists.txt 138 The application ``CMakeLists.txt`` file can load the CMake file for the example MCUmgr handler by 178 Example CMakeLists.txt 181 This is an example CMakeLists.txt file which loads the CMake file for the example MCUmgr handler, 182 and would be placed at ``CMakeLists.txt``:
|
/Zephyr-Core-3.6.0/boards/ |
D | CMakeLists.txt | 3 # To avoid a lot of empty CMakeLists.txt files we assume it is not an 6 if(EXISTS ${BOARD_DIR}/CMakeLists.txt)
|
/Zephyr-Core-3.6.0/scripts/tests/twister/ |
D | test_cmakecache.py | 92 'DUMMY_VALUE_NAME6:PATH=/path/to/dir/file.txt', 93 CMakeCacheEntry('DUMMY_VALUE_NAME6', '/path/to/dir/file.txt')), 182 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt') 184 assert cache.cache_file == 'dummy/path/CMakeCache.txt' 204 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt') 237 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt') 253 cache = CMakeCache.from_file('dummy/path/CMakeCache.txt')
|
/Zephyr-Core-3.6.0/doc/develop/ |
D | modules.rst | 417 contain :file:`CMakeLists.txt` and :file:`Kconfig` files describing how to 418 build and configure them, respectively. Module :file:`CMakeLists.txt` files are 442 :zephyr_file:`submanifests/README.txt` for more details. 474 containing the module's :file:`CMakeLists.txt` file. 499 Inclusion of build files, :file:`CMakeLists.txt` and :file:`Kconfig`, can be 509 :file:`<cmake-directory>` contains the :file:`CMakeLists.txt` to use. The 515 :file:`CMakeLists.txt` and :file:`Kconfig` files in the root directory of the 533 sysbuild-specific build files, :file:`CMakeLists.txt` and :file:`Kconfig`, can 543 :file:`<cmake-directory>` contains the :file:`CMakeLists.txt` to use. The 548 :file:`CMakeLists.txt` and :file:`Kconfig` files in the `sysbuild` directory of [all …]
|
/Zephyr-Core-3.6.0/cmake/modules/ |
D | zephyr_module.cmake | 8 # This cmake file provides functionality to import CMakeLists.txt and Kconfig 11 # CMakeLists.txt and Kconfig files can reside directly in the Zephyr module or 20 # <module>/zephyr/CMakeLists.txt 27 # - `ZEPHYR_<MODULE_NAME>_CMAKE_DIR` is used for inclusion of the CMakeLists.txt 47 set(cmake_modules_file ${CMAKE_BINARY_DIR}/zephyr_modules.txt) 48 set(cmake_sysbuild_file ${CMAKE_BINARY_DIR}/sysbuild_modules.txt) 49 set(zephyr_settings_file ${CMAKE_BINARY_DIR}/zephyr_settings.txt)
|
/Zephyr-Core-3.6.0/scripts/coccinelle/ |
D | reserved_names.cocci | 48 with open("scripts/coccinelle/symbols.txt", "r") as fp: 67 with open("scripts/coccinelle/symbols.txt", "r") as fp: 89 with open("scripts/coccinelle/symbols.txt", "r") as fp:
|
/Zephyr-Core-3.6.0/cmake/linker/ld/ |
D | target_relocation.cmake | 3 # See root CMakeLists.txt for description and expectations of these macros 13 set(DICT_FILE "${PROJECT_BINARY_DIR}/relocation_dict.txt")
|
/Zephyr-Core-3.6.0/doc/services/dsp/ |
D | index.rst | 53 linked in at :file:`subsys/dsp/CMakeLists.txt`. To add architecture-specific attributes, 63 .. _subsys/dsp/CMakeLists.txt: https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/dsp/CM…
|
12345678910