Searched full:includes (Results 1 – 25 of 614) sorted by relevance
12345678910>>...25
/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/scripts/west_commands/zspdx/ |
D | getincludes.py | 19 log.dbg(f" - getting includes for {srcFile}") 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/modules/ |
D | Kconfig.renesas_fsp | 60 Includes RSIP-E51A implementation for SCE driver 67 Includes SCE7 implementation for SCE driver 74 Includes SCE5 implementation for SCE driver 81 Includes TRNG implementation for SCE driver
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/ |
D | CMakeLists.txt | 13 set(includes variable 20 ${includes}
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | nxp,kinetis-ftfa.yaml | 11 Configures the reset value of the FSEC register, which includes 18 Configures the reset value of the FOPT register, which includes boot,
|
/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/lib/libc/picolibc/ |
D | Kconfig | 49 Includes full integer with long long, but no floating 127 Includes C99 printf and scanf support for j, z, t size 136 Includes support for positional args (e.g. $1) in integer-only 166 Includes code for basic locale support 171 Includes code for extended locale support 176 Includes code for multi-byte characters
|
/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/dts/bindings/pinctrl/ |
D | infineon,cat1-pinctrl.yaml | 32 Infineon CAT1 SoC's devicetree includes a set of pre-defined pin control 35 board dts (boards\arm\cy8cproto_062_4343w\cy8cproto_062_4343w.dts) includes MPN dts 38 Each MPN dtsi includes package dtsi (../psoc6_xx/psoc6_xx.yyy-zzz.dtsi), 39 For example, CY8C624ABZI_S2D44 includes "../psoc6_02/psoc6_02.124-bga.dtsi".
|
/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 + 157 parser.add_argument("-i", "--includes", required=True, nargs="+", 165 verbose(f"Working on {args.elf_file} with {args.includes}...") 166 build_elf(args.elf_file, args.includes)
|
/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/scripts/dts/python-devicetree/tests/test-bindings-include/ |
D | include-2.yaml | 3 description: Second file for testing "intermixed" includes.
|
D | allow-and-blocklist-multilevel.yaml | 4 Includes can be added at any level, so can property-allowlist and
|
/Zephyr-latest/soc/nxp/s32/s32k1/ |
D | Kconfig | 92 Configures the reset value of the FSEC register, which includes 101 Configures the reset value of the FOPT register, which includes boot,
|
/Zephyr-latest/soc/nuvoton/numaker/m2l31x/ |
D | soc.h | 10 /* Hardware and starter kit includes. */
|
/Zephyr-latest/soc/nuvoton/numaker/m46x/ |
D | soc.h | 10 /* Hardware and starter kit includes. */
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 28 `Golioth`_ is an IoT management platform that includes OTA updates. Devices are 36 2. The `Golioth OTA documentation`_ includes complete information about the 75 The :ref:`lwm2m_interface` protocol includes support for firmware update via
|
/Zephyr-latest/soc/ti/simplelink/cc32xx/ |
D | Kconfig.defconfig.cc3235sf | 9 # This includes the NWP interrupt
|
D | Kconfig.defconfig.cc3220sf | 9 # This includes the NWP interrupt
|
/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/drivers/flash/ |
D | Kconfig.it8xxx2 | 16 The flash driver includes support for read, write and
|
/Zephyr-latest/dts/bindings/pcie/endpoint/ |
D | brcm,iproc-pcie-ep.yaml | 15 It includes registers to access EP configuration space
|
/Zephyr-latest/boards/snps/hsdk4xd/ |
D | Kconfig.hsdk4xd | 10 platform for the ARC HS4x/4xD family of processor IP. It includes
|
/Zephyr-latest/lib/smf/ |
D | Kconfig | 14 If y, then the state machine framework includes ancestor state support
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | CMakeLists.txt | 17 zephyr_get_include_directories_for_lang_as_string( C includes) 27 "${target_flag} ${includes} ${definitions} ${options} ${system_includes}"
|
12345678910>>...25