Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 110) sorted by relevance

12345

/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Dsmp_transport.rst55 There are four types of types of frames: initial, partial, partial-final
56 and initial-final; each frame type differs by start marker and/or body
63 frames and finally by partial-final frame.
75 frame, here called initial-final; for the description of initial-final
114 Initial-final frame format is similar to initial frame format,
117 ``<base64-i>`` of initial-final frame, is Base64 encoded data taking
172 The ``<base64-i>`` of partial-final frame is Base64 encoding of data,
193 The CRC16 included in final type frames is calculated over only
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt/
Dmqtt_transport_websocket.c114 bool final = false; in mqtt_client_websocket_write_msg() local
122 final = true; in mqtt_client_websocket_write_msg()
128 true, final, SYS_FOREVER_MS); in mqtt_client_websocket_write_msg()
/Zephyr-Core-3.5.0/include/zephyr/linker/
Dkobject-rom.ld11 * produced by gperf during the final stages of linking.
15 * during the final stages of linking (LINKER_ZEPHYR_FINAL).
Dkobject-priv-stacks.ld15 * produced by gperf during the final stages of linking.
19 * during the final stages of linking (LINKER_ZEPHYR_FINAL).
Dintlist.ld7 /* This creates a special section which is not included by the final binary,
23 * matter where this region goes as it is stripped from the final ELF image.
Dkobject-data.ld25 * produced by gperf during the final stages of linking.
29 * during the final stages of linking (LINKER_ZEPHYR_FINAL).
/Zephyr-Core-3.5.0/include/zephyr/net/
Dwebsocket.h151 enum websocket_opcode opcode, bool mask, bool final,
/Zephyr-Core-3.5.0/subsys/net/ip/
Dipv4_fragment.c423 uint16_t frag_offset, bool final) in send_ipv4_fragment() argument
475 if (!final) { in send_ipv4_fragment()
558 bool final = false; in net_ipv4_send_fragmented_pkt() local
561 final = true; in net_ipv4_send_fragmented_pkt()
565 ret = send_ipv4_fragment(pkt, rand_id, fit_len, frag_offset, final); in net_ipv4_send_fragmented_pkt()
Dipv6_fragment.c593 bool final) in send_ipv6_fragment() argument
636 frag_hdr->offset = htons(((frag_offset / 8U) << 3) | !final); in send_ipv6_fragment()
726 bool final = false; in net_ipv6_send_fragmented_pkt() local
729 final = true; in net_ipv6_send_fragmented_pkt()
734 next_hdr_off, next_hdr, final); in net_ipv6_send_fragmented_pkt()
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/train/
DREADME.md56 The final model used to simulate a sine wave is displayed below. It is a
58 ReLu activations and a final fully connected output layer with as shown below.
/Zephyr-Core-3.5.0/doc/build/cmake/
Dindex.rst98 :file:`gen_defines.py` also writes the final devicetree to
138 into four stages: the pre-build, first-pass binary, final binary, and
201 by post-process steps that will impact the size of the final binary.
214 between the intermediate binary and the final binary.
229 intermediate binaries to produce the missing pieces needed for the final
286 intermediate binary will be directly used as the final binary.
299 :alt: Zephyr's build final stage
312 :alt: Zephyr's build final stage post-process
/Zephyr-Core-3.5.0/doc/project/
Drelease_process.rst88 at which point the final 3.1.0 release is made.
98 gate the final release. The following counts shall be used:
343 The final release and each release candidate shall be tagged using the following
388 appropriate final release version.
390 When all final release criteria has been met and the final release notes
391 have been approved and merged into the repository, the final release version
396 variable to an empty string to indicate final release::
/Zephyr-Core-3.5.0/boards/arm/atsamd20_xpro/
Datsamd20_xpro.dts107 * The final 16 KiB is reserved for the application.
/Zephyr-Core-3.5.0/boards/arm/nucleo_l432kc/
Dnucleo_l432kc.dts119 * Reserve the final 16 KiB for file system partition
/Zephyr-Core-3.5.0/boards/arm/adafruit_itsybitsy_m4_express/
Dadafruit_itsybitsy_m4_express.dts114 * The final 16 KiB is reserved for the application.
/Zephyr-Core-3.5.0/boards/arm/seeeduino_xiao/
Dseeeduino_xiao.dts120 * The final 16 KiB is reserved for the application.
/Zephyr-Core-3.5.0/boards/arm/adafruit_feather_m0_basic_proto/
Dadafruit_feather_m0_basic_proto.dts97 * The final 16 KiB is reserved for the application.
/Zephyr-Core-3.5.0/boards/arm/nucleo_l452re/
Dnucleo_l452re_common.dtsi121 * Reserve the final 16 KiB for file system partition
/Zephyr-Core-3.5.0/boards/arm/ev11l78a/
Dev11l78a.dts95 * The final 16 KiB is reserved for the application.
/Zephyr-Core-3.5.0/boards/arm/arduino_zero/
Darduino_zero.dts119 * The final 16 KiB is reserved for the application.
/Zephyr-Core-3.5.0/boards/arm/adafruit_feather_m0_lora/
Dadafruit_feather_m0_lora.dts108 * The final 16 KiB is reserved for the application.
/Zephyr-Core-3.5.0/boards/arm/nucleo_l433rc_p/
Dnucleo_l433rc_p.dts138 * Reserve the final 16 KiB for file system partition
/Zephyr-Core-3.5.0/boards/arm/adafruit_trinket_m0/
Dadafruit_trinket_m0.dts122 * The final 16 KiB is reserved for the application.
/Zephyr-Core-3.5.0/boards/arm/arduino_mkrzero/
Darduino_mkrzero.dts134 * The final 16 KiB is reserved for the application.
/Zephyr-Core-3.5.0/cmake/compiler/arcmwdt/
Dtarget.cmake9 # the final executable.

12345