/Zephyr-latest/scripts/west_commands/zspdx/ |
D | getincludes.py | 25 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/ |
D | eclipse_cdt4_generator_amendment.cmake | 56 # 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/ |
D | CMakeLists.txt | 13 set(includes variable 20 ${includes}
|
/Zephyr-latest/boards/snps/iotdk/ |
D | Kconfig.iotdk | 9 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/ |
D | zefi.py | 115 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/ |
D | list_backports.py | 83 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/ |
D | CMakeLists.txt | 5 # Demonstrate that our library includes a generated header so we need the following dependency
|
/Zephyr-latest/soc/ti/simplelink/cc32xx/ |
D | Kconfig.defconfig.cc3220sf | 9 # This includes the NWP interrupt
|
D | Kconfig.defconfig.cc3235sf | 9 # This includes the NWP interrupt
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.profile | 57 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/ |
D | codesample-livesearch.js | 66 sampleName.includes(searchQuery) || 67 sampleDescription.includes(searchQuery)
|
D | board-catalog.js | 183 !(nameInput && !boardName.includes(nameInput)) && 184 !(archSelect && !boardArchs.includes(archSelect)) && 186 (selectedSocs.length === 0 || selectedSocs.some((soc) => boardSocs.includes(soc)));
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.it8xxx2 | 16 The flash driver includes support for read, write and
|
/Zephyr-latest/boards/snps/hsdk4xd/ |
D | Kconfig.hsdk4xd | 10 platform for the ARC HS4x/4xD family of processor IP. It includes
|
/Zephyr-latest/samples/sensor/lis2dh/ |
D | README.rst | 43 :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/ |
D | README.rst | 25 IBECC includes a feature to ease the verification effort such as Error 40 includes Error Injection.
|
/Zephyr-latest/soc/snps/hsdk/ |
D | CMakeLists.txt | 7 # -mcpu=hs38_linux includes -matomic -mcode-density -mdiv-rem
|
/Zephyr-latest/soc/nxp/mcx/mcxw/ |
D | linker.ld | 21 * first, such as .noinit*, and this includes the rpmsg_sh_mem, which results
|
/Zephyr-latest/lib/smf/ |
D | Kconfig | 14 If y, then the state machine framework includes ancestor state support
|
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig.lpd880x | 18 Each chip also includes data and clock out pins for
|
/Zephyr-latest/doc/build/dts/ |
D | intro-input-output.rst | 22 - 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/ |
D | index.rst | 10 Zephyr includes a complete Bluetooth Low Energy stack from application to radio
|
/Zephyr-latest/cmake/modules/ |
D | FindScaTools.cmake | 6 # be found. It always includes ${ZEPHYR_BASE} at the lowest priority.
|
/Zephyr-latest/tests/net/lib/coap_client/ |
D | CMakeLists.txt | 15 # Add includes directories
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/ |
D | CMakeLists.txt | 13 # Add includes directories
|