Home
last modified time | relevance | path

Searched refs:local (Results 76 – 100 of 443) sorted by relevance

12345678910>>...18

/Zephyr-latest/arch/x86/zefi/
Defi.ld53 *(.rel.local)
/Zephyr-latest/boards/wiznet/w5500_evb_pico/doc/
Dindex.rst130 …:gen-args: -DOPENOCD=/usr/local/bin/openocd -DOPENOCD_DEFAULT_PATH=/usr/local/share/openocd/script…
132 Set the environment variables **OPENOCD** to :file:`/usr/local/bin/openocd` and
133 **OPENOCD_DEFAULT_PATH** to :file:`/usr/local/share/openocd/scripts`. This should
196 …:gen-args: -DOPENOCD=/usr/local/bin/openocd -DOPENOCD_DEFAULT_PATH=/usr/local/share/openocd/script…
/Zephyr-latest/doc/develop/west/
Dbasics.rst20 If you've followed the :ref:`getting_started`, your local
28 │ └── config # per-workspace local configuration file
67 The file :file:`.west/config` is the workspace's :ref:`local configuration
74 <west-config-index>` in the local configuration file.
86 ``manifest.file`` local configuration option.
148 #. Check out the ``v2.5.0`` git tag in your local zephyr clone
/Zephyr-latest/subsys/bindesc/
Dgen_bindesc_build_time_h.cmake6 # in either local time or UTC, depending on CONFIG_BINDESC_BUILD_TIME_USE_LOCAL_TIME.
DKconfig.build_time12 bool "Use local time"
15 the local time, rather than UTC.
85 If BINDESC_BUILD_TIME_USE_LOCAL_TIME is enabled, the time is the local time, else
/Zephyr-latest/tests/boot/mcuboot_data_sharing/
DCMakeLists.txt21 # Get MCUboot version from the VERSION file in the repository and create a local output header
/Zephyr-latest/scripts/coccinelle/
Dconst_config_info.cocci56 // asg to const local: struct T * const D = (const struct T*)
80 // asg via macro to const local: struct T * const D = DEV_CFG()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_offload.rst7 :local:
Dethernet_mgmt.rst7 :local:
Dnet_stats.rst7 :local:
Dsocks5.rst7 :local:
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcfg.rst14 local constraints, such as low battery power or changes in topology. For these
Dcfg_cli.rst14 nodes or self-configure through the local Configuration Server model.
/Zephyr-latest/include/zephyr/linker/
Dthread-local-storage.ld18 * thread-local variables, and the code would use
/Zephyr-latest/drivers/spi/
DKconfig.nrfx95 driver instance needs to use an intermediate local RAM buffer,
97 and to copy those chunks between the local buffer and the one
101 This option specifies the size in bytes of such local RAM buffers
/Zephyr-latest/samples/net/telnet/
DREADME.rst77 local network providing IPv4 address configuration via DHCPv4. Creating your own
78 DHCP server on a local network is not in the scope of this README.
117 The above result depends on your local network.
/Zephyr-latest/boards/adi/eval_adin2111ebz/
Dadi_eval_adin2111ebz.dts180 local-mac-address = [ 00 E0 22 FE DA C9 ];
183 local-mac-address = [ 00 E0 22 FE DA D9 ];
/Zephyr-latest/dts/arm/atmel/
Dsame5x.dtsi21 local-mac-address = [00 00 00 00 00 00];
/Zephyr-latest/subsys/net/ip/
Dtcp.c244 struct sockaddr *local, in net_tcp_endpoint_copy() argument
249 socklen_t newlen = ctx->local.family == AF_INET ? in net_tcp_endpoint_copy()
253 if (local != NULL) { in net_tcp_endpoint_copy()
259 if (IS_ENABLED(CONFIG_NET_IPV4) && ctx->local.family == AF_INET) { in net_tcp_endpoint_copy()
260 memcpy(&net_sin(local)->sin_addr, in net_tcp_endpoint_copy()
261 net_sin_ptr(&ctx->local)->sin_addr, in net_tcp_endpoint_copy()
263 net_sin(local)->sin_port = net_sin_ptr(&ctx->local)->sin_port; in net_tcp_endpoint_copy()
264 net_sin(local)->sin_family = AF_INET; in net_tcp_endpoint_copy()
265 } else if (IS_ENABLED(CONFIG_NET_IPV6) && ctx->local.family == AF_INET6) { in net_tcp_endpoint_copy()
266 memcpy(&net_sin6(local)->sin6_addr, in net_tcp_endpoint_copy()
[all …]
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/
DREADME.rst36 For quick sampling/testing, a configuration is provided to connect to a local MQTT broker
97 local broker hostname/IP address.
118 your local network configuration.
169 $ mosquitto_sub -d -h <test.mosquitto.org/local broker IP> -t zephyr_sample/sensor
183 …$ mosquitto_pub -d -h <test.mosquitto.org/local broker IP> --cafile <path/to/ca.crt> -t zephyr_sam…
/Zephyr-latest/doc/project/
Dcode_flow.rst62 - GitHub pull requests: for example, when reviews have not been done in the local
64 - Merge requests: When a set of changes has been done in a local branch and
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_monitoring.rst7 :local:
143 net capture setup <remote-ip-addr> <local-ip-addr> <peer-ip-addr>
145 <local> is the (inner) local IP address
158 the local network interface where the tunneling interface is attached to.
159 The ``2001:db8:200::1`` tells the local IP address for the tunnel,
Dnetwork_tracing.rst7 :local:
/Zephyr-latest/share/sysbuild/images/
DCMakeLists.txt19 # subdirectory to have its own, local cmake target(s). If not then
/Zephyr-latest/drivers/dma/
DKconfig.nxp_sof_host_dma14 memory and firmware (local) memory, which

12345678910>>...18