Searched full:txt (Results 1 – 25 of 278) sorted by relevance
12345678910>>...12
/Zephyr-latest/ |
D | .gitignore | 87 BinaryFiles.txt 88 BoardYml.txt 89 Checkpatch.txt 90 ClangFormat.txt 91 DevicetreeBindings.txt 92 GitDiffCheck.txt 93 Gitlint.txt 94 Identity.txt 95 ImageSize.txt 96 Kconfig.txt [all …]
|
/Zephyr-latest/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-latest/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()
|
/Zephyr-latest/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-latest/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-latest/boards/shields/ |
D | CMakeLists.txt | 4 # directories to avoid including the same CMakeLists.txt file multiple times 9 # To avoid a lot of empty CMakeLists.txt files we assume it is not an 11 if(EXISTS ${shield_dir}/CMakeLists.txt)
|
/Zephyr-latest/tests/bsim/ |
D | ci.bt.sh | 19 TESTS_FILE=tests/bsim/bluetooth/tests.nrf52bsim.txt \ 27 TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpunet.txt \ 35 TESTS_FILE=tests/bsim/bluetooth/tests.nrf5340bsim_nrf5340_cpuapp.txt \ 43 TESTS_FILE=tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt \
|
/Zephyr-latest/.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 | 50 ./scripts/ci/guideline_check.py --output output.txt -c origin/${BASE_REF}.. 54 if [[ -s "output.txt" ]]; then 55 errors=$(cat output.txt) 59 echo "::error file=output.txt::$errors"
|
D | twister_tests.yml | 54 …install -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt -r scripts/require…
|
/Zephyr-latest/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-latest/boards/microchip/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-latest/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-latest/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-latest/include/zephyr/net/ |
D | dns_sd.h | 109 * @param _text information for the DNS TXT record 131 * 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): 185 * @param text information for the DNS TXT record 196 /** Empty DNS-SD TXT specifier */ 224 /** DNS TXT record */ 226 /** Size (in bytes) of the DNS TXT record */ [all …]
|
/Zephyr-latest/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-latest/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-latest/soc/ |
D | CMakeLists.txt | 25 if(EXISTS ${SOC_DIR}/${ARCH}/CMakeLists.txt) 43 message(FATAL_ERROR "No CMakeLists.txt file found for SoC: ${SOC_NAME}, " 52 # A SoC root for HWMv1 may not contain a CMakeLists.txt file on this so 54 if(EXISTS ${root}/soc/CMakeLists.txt)
|
/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/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-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | README.rst | 15 This sample test uses the ``testlib`` (:zephyr_file:`tests/bluetooth/common/testlib/CMakeLists.txt`) 29 #. ``CMakeLists.txt``
|
12345678910>>...12