Searched refs:local (Results 76 – 100 of 443) sorted by relevance
12345678910>>...18
/Zephyr-latest/arch/x86/zefi/ |
D | efi.ld | 53 *(.rel.local)
|
/Zephyr-latest/boards/wiznet/w5500_evb_pico/doc/ |
D | index.rst | 130 …: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/ |
D | basics.rst | 20 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/ |
D | gen_bindesc_build_time_h.cmake | 6 # in either local time or UTC, depending on CONFIG_BINDESC_BUILD_TIME_USE_LOCAL_TIME.
|
D | Kconfig.build_time | 12 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/ |
D | CMakeLists.txt | 21 # Get MCUboot version from the VERSION file in the repository and create a local output header
|
/Zephyr-latest/scripts/coccinelle/ |
D | const_config_info.cocci | 56 // 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/ |
D | net_offload.rst | 7 :local:
|
D | ethernet_mgmt.rst | 7 :local:
|
D | net_stats.rst | 7 :local:
|
D | socks5.rst | 7 :local:
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | cfg.rst | 14 local constraints, such as low battery power or changes in topology. For these
|
D | cfg_cli.rst | 14 nodes or self-configure through the local Configuration Server model.
|
/Zephyr-latest/include/zephyr/linker/ |
D | thread-local-storage.ld | 18 * thread-local variables, and the code would use
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.nrfx | 95 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/ |
D | README.rst | 77 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/ |
D | adi_eval_adin2111ebz.dts | 180 local-mac-address = [ 00 E0 22 FE DA C9 ]; 183 local-mac-address = [ 00 E0 22 FE DA D9 ];
|
/Zephyr-latest/dts/arm/atmel/ |
D | same5x.dtsi | 21 local-mac-address = [00 00 00 00 00 00];
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 244 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/ |
D | README.rst | 36 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/ |
D | code_flow.rst | 62 - 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/ |
D | network_monitoring.rst | 7 :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,
|
D | network_tracing.rst | 7 :local:
|
/Zephyr-latest/share/sysbuild/images/ |
D | CMakeLists.txt | 19 # subdirectory to have its own, local cmake target(s). If not then
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.nxp_sof_host_dma | 14 memory and firmware (local) memory, which
|
12345678910>>...18