Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 182) sorted by relevance

12345678

/Zephyr-latest/
D.gitignore87 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/
Drequirements.txt1 -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/
Dci.bt.sh19 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/
DCMakeLists.txt4 # 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/
DCMakeLists.txt21 find_file (MEC172X_SPI_CFG NAMES spi_cfg_4MBit.txt spi_cfg_128MBit.txt spi_cfg.txt PATHS ${BOARD_DI…
/Zephyr-latest/boards/
DCMakeLists.txt3 # To avoid a lot of empty CMakeLists.txt files we assume it is not an
6 if(EXISTS ${BOARD_DIR}/CMakeLists.txt)
/Zephyr-latest/tests/subsys/fs/fat_fs_api/
DREADME.txt27 Creating new file testfile.txt
28 Opened file testfile.txt
61 Closed file testfile.txt
64 File (testfile.txt) deleted successfully!
/Zephyr-latest/soc/
DCMakeLists.txt26 message(FATAL_ERROR "No CMakeLists.txt file found for SoC: ${SOC_NAME}, "
35 # A SoC root for HWMv1 may not contain a CMakeLists.txt file on this so
37 if(EXISTS ${root}/soc/CMakeLists.txt)
/Zephyr-latest/cmake/linker/ld/
Dtarget_relocation.cmake3 # 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/
Dreserved_names.cocci48 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/
Dmcumgr_handlers.rst27 ├── 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/
DREADME.rst15 This sample test uses the ``testlib`` (:zephyr_file:`tests/bluetooth/common/testlib/CMakeLists.txt`)
29 #. ``CMakeLists.txt``
/Zephyr-latest/cmake/modules/
Dzephyr_module.cmake8 # 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/arch/mips/
DCMakeLists.txt4 # based on arch/riscv/CMakeLists.txt
/Zephyr-latest/doc/services/dsp/
Dindex.rst53 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/tests/bluetooth/host/
DCMakeLists.txt2 # CMakeLists.txt file for creating of host mocks library.
/Zephyr-latest/tests/bluetooth/audio/ccid/uut/
DCMakeLists.txt6 # CMakeLists.txt file for creating of uut library.
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/
Ddownload_all.gdb10 source boards/intel/socfpga_std/cyclonev_socdk/support/preloader_dl_cmd.txt
/Zephyr-latest/cmake/emu/
Dcustom.cmake3 # ${ZEPHYR_BASE}/CMakeLists.txt looks for ${ZEPHYR_BASE}/cmake/emu/${EMU_PLATFORM}.cmake
/Zephyr-latest/tests/bluetooth/host/keys/mocks/
DCMakeLists.txt2 # CMakeLists.txt file for creating of mocks library.
/Zephyr-latest/tests/bluetooth/controller/common/
DCMakeLists.txt6 # CMakeLists.txt file for creating of common library.
/Zephyr-latest/share/sysbuild/template/
DCMakeLists.txt5 # Generic sysbuild CMakeLists.txt file used as sysbuild entry point for multi-image builds.
/Zephyr-latest/soc/amd/acp_6_0/
DCMakeLists.txt1 # See detailed comments in soc/xtensa/intel_adsp/common/CMakeLists.txt
/Zephyr-latest/samples/net/sockets/coap_download/
DKconfig14 default "test.txt"
/Zephyr-latest/modules/
Dmodules.cmake3 file(GLOB cmake_modules "${CMAKE_CURRENT_LIST_DIR}/*/CMakeLists.txt")

12345678