Home
last modified time | relevance | path

Searched refs:includes (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/Zephyr-latest/scripts/west_commands/zspdx/
Dgetincludes.py25 includes = ["-I" + incl.path for incl in tcg.includes]
31 cmd = [compilerPath, "-E", "-H"] + fragments + includes + defines + [srcFile]
44 includes = set()
63 includes.add(sline[1])
65 includesList = list(includes)
/Zephyr-latest/cmake/ide/
Declipse_cdt4_generator_amendment.cmake56 # 1 - work mode: "C and CXX includes, defines in .cproject without __cplusplus"
57 # 2 - work mode: "C and CXX includes, defines in .cproject with __cplusplus"
58 # 5 - work mode: "C and CXX includes, defines in Eclipse with project defines"
61 # the C and CXX includes, defines setting in Eclipse is the user task.
64 ## 3 - work mode: "C and CXX includes, defines in .settings - [EXPERIMENTAL]"
65 ## 4 - work mode: "C and CXX includes, defines in .settings with project defines - [EXPERIMENTAL]"
69 set(_work_mode "C and CXX includes, defines in .cproject without __cplusplus")
71 message(" with project includes and defines")
73 set(_work_mode "C and CXX includes, defines in .cproject with __cplusplus")
75 message(" with project includes and defines")
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/
DCMakeLists.txt13 set(includes variable
20 ${includes}
/Zephyr-latest/boards/snps/iotdk/
DKconfig.iotdk9 The DesignWare ARC IoT Development Kit board is a versatile platform that includes the
11 sensor fusion, voice recognition and face detection designs. It includes a silicon
/Zephyr-latest/arch/x86/zefi/
Dzefi.py115 includes = []
117 includes.extend(["-I", include_dir])
118 cmd = ([args.compiler, "-shared", "-Wall", "-Werror", "-I."] + includes +
166 build_elf(args.elf_file, args.includes)
/Zephyr-latest/scripts/release/
Dlist_backports.py83 if args.includes:
161 def by_included_prs(repo, base, includes): argument
167 for i in includes:
305 if args.includes:
306 bp = Backport.by_included_prs(repo, args.base, set(args.includes))
/Zephyr-latest/tests/modules/nanopb/lib/
DCMakeLists.txt5 # Demonstrate that our library includes a generated header so we need the following dependency
/Zephyr-latest/soc/ti/simplelink/cc32xx/
DKconfig.defconfig.cc3220sf9 # This includes the NWP interrupt
DKconfig.defconfig.cc3235sf9 # This includes the NWP interrupt
/Zephyr-latest/lib/posix/options/
DKconfig.profile57 PSE51 includes the POSIX Base Definitions (System Interfaces) as well as several Options and
72 PSE52 includes the POSIX Base Definitions (System Interfaces) as well as all features of
73 PSE51. Additionally, it includes interfaces for file descriptor management, filesystem
88 PSE53 includes the POSIX Base Definitions (System Interfaces) as well as all features of
89 PSE52. Additionally, it includes interfaces for POSIX multi-processing, networking, pipes,
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dcodesample-livesearch.js66 sampleName.includes(searchQuery) ||
67 sampleDescription.includes(searchQuery)
Dboard-catalog.js183 !(nameInput && !boardName.includes(nameInput)) &&
184 !(archSelect && !boardArchs.includes(archSelect)) &&
186 (selectedSocs.length === 0 || selectedSocs.some((soc) => boardSocs.includes(soc)));
/Zephyr-latest/drivers/flash/
DKconfig.it8xxx216 The flash driver includes support for read, write and
/Zephyr-latest/boards/snps/hsdk4xd/
DKconfig.hsdk4xd10 platform for the ARC HS4x/4xD family of processor IP. It includes
/Zephyr-latest/samples/sensor/lis2dh/
DREADME.rst43 :zephyr:board:`actinius_icarus` includes an ST LIS2DH12 accelerometer which
55 The :ref:`x-nucleo-iks01a2` includes an LSM303AGR accelerometer which
/Zephyr-latest/tests/subsys/edac/ibecc/
DREADME.rst25 IBECC includes a feature to ease the verification effort such as Error
40 includes Error Injection.
/Zephyr-latest/soc/snps/hsdk/
DCMakeLists.txt7 # -mcpu=hs38_linux includes -matomic -mcode-density -mdiv-rem
/Zephyr-latest/soc/nxp/mcx/mcxw/
Dlinker.ld21 * first, such as .noinit*, and this includes the rpmsg_sh_mem, which results
/Zephyr-latest/lib/smf/
DKconfig14 If y, then the state machine framework includes ancestor state support
/Zephyr-latest/drivers/led_strip/
DKconfig.lpd880x18 Each chip also includes data and clock out pins for
/Zephyr-latest/doc/build/dts/
Dintro-input-output.rst22 - includes (``.dtsi``)
39 :file:`BOARD.dts` includes one or more ``.dtsi`` files. These ``.dtsi`` files
42 multiple boards. In addition to these includes, :file:`BOARD.dts` also describes
51 and includes are generally done with ``#include <filename>`` directives, even
79 the contents of devicetree sources, includes, and overlays in a way that allows
/Zephyr-latest/doc/connectivity/bluetooth/
Dindex.rst10 Zephyr includes a complete Bluetooth Low Energy stack from application to radio
/Zephyr-latest/cmake/modules/
DFindScaTools.cmake6 # be found. It always includes ${ZEPHYR_BASE} at the lowest priority.
/Zephyr-latest/tests/net/lib/coap_client/
DCMakeLists.txt15 # Add includes directories
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/
DCMakeLists.txt13 # Add includes directories

12345678910>>...17