Searched refs:txt (Results 1 – 25 of 177) sorted by relevance
12345678
/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/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/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/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/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/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/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!
|
/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/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/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/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``
|
/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/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…
|
/Zephyr-latest/arch/mips/ |
D | CMakeLists.txt | 4 # based on arch/riscv/CMakeLists.txt
|
/Zephyr-latest/tests/bluetooth/host/ |
D | CMakeLists.txt | 2 # CMakeLists.txt file for creating of host mocks library.
|
/Zephyr-latest/tests/bluetooth/audio/ccid/uut/ |
D | CMakeLists.txt | 6 # CMakeLists.txt file for creating of uut library.
|
/Zephyr-latest/cmake/emu/ |
D | custom.cmake | 3 # ${ZEPHYR_BASE}/CMakeLists.txt looks for ${ZEPHYR_BASE}/cmake/emu/${EMU_PLATFORM}.cmake
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/ |
D | download_all.gdb | 10 source boards/intel/socfpga_std/cyclonev_socdk/support/preloader_dl_cmd.txt
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | CMakeLists.txt | 2 # CMakeLists.txt file for creating of mocks library.
|
/Zephyr-latest/tests/bluetooth/controller/common/ |
D | CMakeLists.txt | 6 # CMakeLists.txt file for creating of common library.
|
/Zephyr-latest/share/sysbuild/template/ |
D | CMakeLists.txt | 5 # Generic sysbuild CMakeLists.txt file used as sysbuild entry point for multi-image builds.
|
/Zephyr-latest/soc/amd/acp_6_0/ |
D | CMakeLists.txt | 1 # See detailed comments in soc/xtensa/intel_adsp/common/CMakeLists.txt
|
/Zephyr-latest/doc/ |
D | LICENSING.rst | 19 *scripts/{checkpatch.pl,checkstack.pl,spelling.txt}* 40 *tests/benchmarks/thread_metric/{thread_metric_readme.txt,src/\*}*
|
/Zephyr-latest/modules/ |
D | modules.cmake | 3 file(GLOB cmake_modules "${CMAKE_CURRENT_LIST_DIR}/*/CMakeLists.txt")
|
12345678