Home
last modified time | relevance | path

Searched full:includes (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/Zephyr-Core-3.5.0/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-Core-3.5.0/scripts/west_commands/zspdx/
Dgetincludes.py18 log.dbg(f" - getting includes for {srcFile}")
24 includes = ["-I" + incl.path for incl in tcg.includes]
30 cmd = [compilerPath, "-E", "-H"] + fragments + includes + defines + [srcFile]
42 includes = set()
61 includes.add(sline[1])
63 includesList = list(includes)
/Zephyr-Core-3.5.0/include/zephyr/sys/
Datomic_builtin.h32 * @note As for all atomic APIs, includes a
56 * @note As for all atomic APIs, includes a
78 * @note As for all atomic APIs, includes a
97 * @note As for all atomic APIs, includes a
116 * @note As for all atomic APIs, includes a
134 * @note As for all atomic APIs, includes a
152 * @note As for all atomic APIs, includes a
170 * @note As for all atomic APIs, includes a
189 * @note As for all atomic APIs, includes a
213 * @note As for all atomic APIs, includes a
[all …]
Datomic.h123 * @note As for all atomic APIs, includes a
144 * @note As for all atomic APIs, includes a
168 * @note As for all atomic APIs, includes a
192 * @note As for all atomic APIs, includes a
211 * @note As for all atomic APIs, includes a
230 * @note As for all atomic APIs, includes a
/Zephyr-Core-3.5.0/lib/libc/picolibc/
DKconfig31 Includes support for long long in integer-only printf/scanf. long long
89 Includes support for hex floats (in floating-point version) and j, z,
97 Includes support for positional args (e.g. $1) in integer-only printf
112 Includes code for basic locale support
117 Includes code for extended locale support
122 Includes code for multi-byte characters
/Zephyr-Core-3.5.0/tests/net/lib/lwm2m/lwm2m_registry/
DCMakeLists.txt13 set(includes variable
20 ${includes}
/Zephyr-Core-3.5.0/boards/arc/iotdk/
DKconfig.board10includes the necessary hardware and software to accelerate software development and debugging of s…
/Zephyr-Core-3.5.0/arch/x86/zefi/
Dzefi.py109 includes = []
111 includes.extend(["-I", include_dir])
112 cmd = ([args.compiler, "-shared", "-Wall", "-Werror", "-I."] + includes +
151 parser.add_argument("-i", "--includes", required=True, nargs="+",
159 verbose(f"Working on {args.elf_file} with {args.includes}...")
160 build_elf(args.elf_file, args.includes)
/Zephyr-Core-3.5.0/dts/bindings/pinctrl/
Dinfineon,cat1-pinctrl.yaml32 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-Core-3.5.0/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-Core-3.5.0/scripts/dts/python-devicetree/tests/test-bindings-include/
Dinclude-2.yaml3 description: Second file for testing "intermixed" includes.
Dallow-and-blocklist-multilevel.yaml4 Includes can be added at any level, so can property-allowlist and
/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Dota.rst28 `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-Core-3.5.0/soc/arm/nuvoton_numaker/m46x/
Dsoc.h10 /* Hardware and starter kit includes. */
/Zephyr-Core-3.5.0/lib/smf/
DKconfig14 If y, then the state machine framework includes ancestor state support
/Zephyr-Core-3.5.0/drivers/flash/
DKconfig.it8xxx212 The flash driver includes support for read, write and
/Zephyr-Core-3.5.0/samples/application_development/external_lib/
DCMakeLists.txt17 zephyr_get_include_directories_for_lang_as_string( C includes)
23 "${includes} ${definitions} ${options} ${system_includes}"
/Zephyr-Core-3.5.0/dts/bindings/pcie/endpoint/
Dbrcm,iproc-pcie-ep.yaml15 It includes registers to access EP configuration space
/Zephyr-Core-3.5.0/boards/arc/hsdk4xd/
DKconfig.board11 platform for the ARC HS4x/4xD family of processor IP. It includes
/Zephyr-Core-3.5.0/soc/arm/ti_simplelink/cc32xx/
DKconfig.defconfig.cc3220sf12 # This includes the NWP interrupt
DKconfig.defconfig.cc3235sf13 # This includes the NWP interrupt
/Zephyr-Core-3.5.0/scripts/release/
Dlist_backports.py72 parser.add_argument('-p', '--include-pull', dest='includes',
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-Core-3.5.0/samples/sensor/lis2dh/
DREADME.rst42 :ref:`actinius_icarus` includes an ST LIS2DH12 accelerometer which
54 The :ref:`x-nucleo-iks01a2` includes an LSM303AGR accelerometer which
/Zephyr-Core-3.5.0/cmake/modules/
Dpre_dt.cmake20 # with one path per potential location where C preprocessor #includes
39 # DTS_ROOT always includes the application directory, the board
/Zephyr-Core-3.5.0/drivers/clock_control/
DKconfig.npcx19 This includes an on-chip oscillator, to which an external crystal

12345678910>>...20